@equilab/definitions
Advanced tools
Comparing version 1.4.10 to 1.4.11
{ | ||
"instances": { | ||
"balances": ["Gens", "Eqd", "Eth", "Crv", "Dai", "Usdc", "Usdt", "Busd"] | ||
"balances": ["Eq", "Eth", "Btc", "Eos", "Dot", "Crv", "Usd"] | ||
}, | ||
@@ -69,3 +69,3 @@ "types": { | ||
"minimal_amount": "Balance", | ||
"target": "(Asset, FixedI64)", | ||
"target": "(Asset, BinaryMode)", | ||
"total": "(Balance, Balance)", | ||
@@ -87,6 +87,15 @@ "claimed": "Balance" | ||
"ChainId": "u8", | ||
"ChunkKey": "u64", | ||
"Currency": { | ||
"_enum": ["UNKNOWN", "Usd", "Eq", "Eth", "Btc", "Eos", "Dot", "Crv"] | ||
"_enum": [ | ||
"UNKNOWN", | ||
"Eqd", | ||
"Eq", | ||
"Eth", | ||
"Btc", | ||
"Eos", | ||
"Dot", | ||
"Crv" | ||
] | ||
}, | ||
"ChunkKey": "u64", | ||
"DataPoint": { | ||
@@ -133,4 +142,3 @@ "price": "u64", | ||
"Number": "FixedU128", | ||
"OperationRequest": { | ||
"account": "AccountId", | ||
"OperationRequestLiqFm": { | ||
"authority_index": "AuthIndex", | ||
@@ -140,6 +148,4 @@ "validators_len": "u32", | ||
}, | ||
"OperationRequestDexCorridor": { | ||
"asset": "Asset", | ||
"order_id": "OrderId", | ||
"price": "FixedI64", | ||
"OperationRequest": { | ||
"account": "AccountId", | ||
"authority_index": "AuthIndex", | ||
@@ -159,7 +165,2 @@ "validators_len": "u32", | ||
}, | ||
"OperationRequestLiqFm": { | ||
"authority_index": "AuthIndex", | ||
"validators_len": "u32", | ||
"block_num": "BlockNumber" | ||
}, | ||
"Order": { | ||
@@ -185,3 +186,6 @@ "order_id": "OrderId", | ||
"OrderSide": { | ||
"_enum": ["Buy", "Sell"] | ||
"_enum": [ | ||
"Buy", | ||
"Sell" | ||
] | ||
}, | ||
@@ -219,3 +223,9 @@ "PoolId": "u32", | ||
"PricePeriod": { | ||
"_enum": ["Min", "TenMin", "Hour", "FourHour", "Day"] | ||
"_enum": [ | ||
"Min", | ||
"TenMin", | ||
"Hour", | ||
"FourHour", | ||
"Day" | ||
] | ||
}, | ||
@@ -235,3 +245,7 @@ "PricePoint": { | ||
"ProposalStatus": { | ||
"_enum": ["Initiated", "Approved", "Rejected"] | ||
"_enum": [ | ||
"Initiated", | ||
"Approved", | ||
"Rejected" | ||
] | ||
}, | ||
@@ -253,2 +267,3 @@ "ProposalVotes": { | ||
}, | ||
"Signature": "u32", | ||
"SignedBalance": { | ||
@@ -261,3 +276,7 @@ "_enum": { | ||
"SubAccType": { | ||
"_enum": ["Bailsman", "Borrower", "Lender"] | ||
"_enum": [ | ||
"Bailsman", | ||
"Borrower", | ||
"Lender" | ||
] | ||
}, | ||
@@ -288,3 +307,9 @@ "Timestamp": "u64", | ||
"UserGroup": { | ||
"_enum": ["Unknown", "Balances", "Bailsmen", "Borrowers", "Lenders"] | ||
"_enum": [ | ||
"UNKNOWN", | ||
"Balances", | ||
"Bailsmen", | ||
"Borrowers", | ||
"Lenders" | ||
] | ||
}, | ||
@@ -312,4 +337,18 @@ "UnsignedPriorityPair": "(u64, u64)", | ||
"ts": "XdotNumber" | ||
}, | ||
"MmPoolInfo": { | ||
"account_id": "AccountId", | ||
"min_amount": "Balance", | ||
"currency": "Asset", | ||
"initial_balance": "Balance" | ||
}, | ||
"LockPeriod": { | ||
"_enum": [ | ||
"None", | ||
"ThreeMonth", | ||
"SixMonth", | ||
"Year" | ||
] | ||
} | ||
} | ||
} |
@@ -50,3 +50,3 @@ { | ||
"Synthetic": null, | ||
"Lp": "PoolId" | ||
"Lp": "AmmPool" | ||
} | ||
@@ -53,0 +53,0 @@ }, |
{ | ||
"name": "@equilab/definitions", | ||
"version": "1.4.10", | ||
"version": "1.4.11", | ||
"description": "Substrate types used in Equilibrium parachain.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21212
795