Compare commits
47
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
761bf87dfc | ||
|
|
dcb0681792 | ||
|
|
b2783d67ae | ||
|
|
817e81079c | ||
|
|
78ddaa7fe5 | ||
|
|
564192fa2b | ||
|
|
102b1702ff | ||
|
|
2b888001aa | ||
|
|
d4c149af12 | ||
|
|
ffde6ed0fc | ||
|
|
6ac94e5949 | ||
|
|
c067206cd1 | ||
|
|
30187ef69f | ||
|
|
7d1b9eb65f | ||
|
|
1835b42bb0 | ||
|
|
37a50def99 | ||
|
|
a97f296905 | ||
|
|
683d806f44 | ||
|
|
e635778438 | ||
|
|
7a456b33d4 | ||
|
|
6d25a072bd | ||
|
|
d6baa6ef3f | ||
|
|
195ddd5af7 | ||
|
|
2a5373c972 | ||
|
|
64f663ed5b | ||
|
|
983128fd74 | ||
|
|
e15f4b919c | ||
|
|
71c29524b1 | ||
|
|
0e26433e29 | ||
|
|
3afd5ef783 | ||
|
|
b2cac81235 | ||
|
|
e48ec4ca73 | ||
|
|
78f9ddff7a | ||
|
|
c1dcca43c8 | ||
|
|
029476fa19 | ||
|
|
6ecdcd981e | ||
|
|
591166e93d | ||
|
|
e30940e7df | ||
|
|
2d0a944097 | ||
|
|
0dd2ecb6d2 | ||
|
|
76819e0839 | ||
|
|
32b375cfa4 | ||
|
|
3dc87e873d | ||
|
|
ed61b3112e | ||
|
|
42f4142307 | ||
|
|
c5e79980d1 | ||
|
|
6e179191d8 |
+1
-1
@@ -37,7 +37,7 @@
|
||||
"@cosmjs/proto-signing": "^0.31.0",
|
||||
"@cosmjs/stargate": "^0.31.0",
|
||||
"@cosmjs/tendermint-rpc": "^0.31.0",
|
||||
"@dydxprotocol/abacus": "^0.4.16",
|
||||
"@dydxprotocol/abacus": "^0.4.7",
|
||||
"@dydxprotocol/v4-client-js": "^0.33.1",
|
||||
"@dydxprotocol/v4-localization": "^0.0.25",
|
||||
"@ethersproject/providers": "^5.7.2",
|
||||
|
||||
Generated
+4
-4
@@ -27,8 +27,8 @@ dependencies:
|
||||
specifier: ^0.31.0
|
||||
version: 0.31.0
|
||||
'@dydxprotocol/abacus':
|
||||
specifier: ^0.4.16
|
||||
version: 0.4.16
|
||||
specifier: ^0.4.7
|
||||
version: 0.4.7
|
||||
'@dydxprotocol/v4-client-js':
|
||||
specifier: ^0.33.1
|
||||
version: 0.33.1
|
||||
@@ -1145,8 +1145,8 @@ packages:
|
||||
resolution: {integrity: sha512-RpfLEtTlyIxeNPGKcokS+p3BZII/Q3bYxryFRglh5H3A3T8q9fsLYm72VYAMEOOIBLEa8o93kFLiBDUWKrwXZA==}
|
||||
dev: true
|
||||
|
||||
/@dydxprotocol/abacus@0.4.16:
|
||||
resolution: {integrity: sha512-FTvzgVZ0xjMRmfHwlyoluUSG4Uu4FUHPnaTvLLPl0ER0junmaVDrmBydAUMWMEYGiLyx/k0ln1cLUDrYF2aX6A==}
|
||||
/@dydxprotocol/abacus@0.4.7:
|
||||
resolution: {integrity: sha512-3c7Dx5H+KeXZYDpAOJs6fqxSNerKqNSD4tuMNn5F7RXAPWUOU8ADQHAFPnrP1PgTxPjfZBZQzLIziKpyXww4NQ==}
|
||||
dev: false
|
||||
|
||||
/@dydxprotocol/v4-client-js@0.33.1:
|
||||
|
||||
@@ -100,7 +100,7 @@ export const useSubaccountContext = ({ localDydxWallet }: { localDydxWallet?: Lo
|
||||
subaccountClient: SubaccountClient;
|
||||
assetId?: number;
|
||||
amount: Long;
|
||||
}) => await compositeClient?.validatorClient.post.deposit(subaccountClient, assetId, amount),
|
||||
}) => await compositeClient?.validatorClient.post.deposit(subaccountClient, assetId, amount, false),
|
||||
|
||||
withdrawFromSubaccount: async ({
|
||||
subaccountClient,
|
||||
|
||||
Reference in New Issue
Block a user