File tree Expand file tree Collapse file tree 5 files changed +8
-14
lines changed
cross-chain/calculation-manager/providers/cbridge/constants
on-chain/calculation-manager/providers/dexes/common/izumi-abstract Expand file tree Collapse file tree 5 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rubic-sdk" ,
3
- "version" : " 5.36.6-alpha-gravity-providers.2 " ,
3
+ "version" : " 5.36.6-alpha-gravity-providers.4 " ,
4
4
"description" : " Simplify dApp creation" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
93
93
"ethers" : " ^5.6.8" ,
94
94
"graphql-request" : " ^6.1.0" ,
95
95
"grpc-web" : " ^1.4.2" ,
96
- "iziswap-sdk" : " 1.4.12 " ,
96
+ "iziswap-sdk" : " 1.5.1 " ,
97
97
"lodash.clonedeep" : " ^4.5.0" ,
98
98
"rxjs" : " 7.8.1" ,
99
99
"tronweb" : " ^5.3.2" ,
Original file line number Diff line number Diff line change @@ -70,10 +70,5 @@ export const cbridgeContractAddress: Record<
70
70
providerGateway : '0x358234B325EF9eA8115291A8b81b7d33A2Fa762D' ,
71
71
providerRouter : '0x358234B325EF9eA8115291A8b81b7d33A2Fa762D' ,
72
72
rubicRouter : '0x841ce48F9446C8E281D3F1444cB859b4A6D0738C'
73
- } ,
74
- [ BLOCKCHAIN_NAME . GRAVITY ] : {
75
- providerGateway : '0x9B36f165baB9ebe611d491180418d8De4b8f3a1f' ,
76
- providerRouter : '0x9B36f165baB9ebe611d491180418d8De4b8f3a1f' ,
77
- rubicRouter : '0x33798753ec66aEc00ed7E337B41F444f53A63333'
78
73
}
79
74
} ;
Original file line number Diff line number Diff line change @@ -13,8 +13,7 @@ export const cbridgeSupportedBlockchains = [
13
13
BLOCKCHAIN_NAME . GOERLI ,
14
14
BLOCKCHAIN_NAME . BINANCE_SMART_CHAIN_TESTNET ,
15
15
BLOCKCHAIN_NAME . MUMBAI ,
16
- BLOCKCHAIN_NAME . FUJI ,
17
- BLOCKCHAIN_NAME . GRAVITY
16
+ BLOCKCHAIN_NAME . FUJI
18
17
] as const ;
19
18
20
19
export type CbridgeCrossChainSupportedBlockchain = ( typeof cbridgeSupportedBlockchains ) [ number ] ;
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ export class IzumiTrade extends EvmOnChainTrade {
93
93
const { swapCalling, options : data } = getSwapChainWithExactInputCall (
94
94
swapContract ,
95
95
this . walletAddress ,
96
- chain ,
96
+ chain ?? chainId ,
97
97
swapParams ,
98
98
gasPriceInfo . gasPrice . toFixed ( )
99
99
) ;
Original file line number Diff line number Diff line change @@ -7239,10 +7239,10 @@ istanbul-reports@^3.1.3:
7239
7239
html-escaper "^2.0.0"
7240
7240
istanbul-lib-report "^3.0.0"
7241
7241
7242
- iziswap-sdk@1.4.12 :
7243
- version "1.4.12 "
7244
- resolved "https://registry.yarnpkg.com/iziswap-sdk/-/iziswap-sdk-1.4.12 .tgz#658425fd588f019d8e5a6f0f4fe466439116299b "
7245
- integrity sha512-CkWI5QJstjqSemoShpCTjgi+aaL0SZ6asLnVNPmVy6wuL4HAlaDef3CmZKcj/yP6b8QeaqrltE29C//uUT/8tA ==
7242
+ iziswap-sdk@1.5.1 :
7243
+ version "1.5.1 "
7244
+ resolved "https://registry.yarnpkg.com/iziswap-sdk/-/iziswap-sdk-1.5.1 .tgz#2d05e0f564500651258dc2a35dd38606864e61d1 "
7245
+ integrity sha512-79a3u3f7aDedAGXIv2qNfL7vLS6TBtJjl94N/vQZL2TCXtiK4o9NvMhhd4gGscwjSyUVZwhlx26/M8G/kERf3Q ==
7246
7246
dependencies :
7247
7247
bignumber.js "^9.0.2"
7248
7248
http "^0.0.1-security"
You can’t perform that action at this time.
0 commit comments