File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 213
213
"stylelint-config-recommended-less" : " ^1.0.4" ,
214
214
"stylelint-config-standard" : " ^26.0.0" ,
215
215
"terser-webpack-plugin" : " 4.2.3" ,
216
- "vite" : " 2.9.16 " ,
216
+ "vite" : " 2.9.17 " ,
217
217
"wait-on" : " 5.2.1" ,
218
218
"webpack" : " 4.44.2" ,
219
219
"webpack-dev-server" : " 3.11.2" ,
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ export class BridgeService {
121
121
const gasLimit = loadedBridgeConfig . gasLimit || defaultBridgeConfig . gasLimit ;
122
122
123
123
const contract = new web3 . eth . Contract ( bridgeContractABI , bridgeContractAddress ) ;
124
- const encodedABI = contract . methods . send_cro_to_CRONOS_TENDERMINT ( recipientAddress ) . encodeABI ( ) ;
124
+ const encodedABI = contract . methods . send_cro_to_crypto_org ( recipientAddress ) . encodeABI ( ) ;
125
125
126
126
const scaledBaseAmount = getBaseScaledAmount ( bridgeTransferRequest . amount , originAsset ) ;
127
127
Original file line number Diff line number Diff line change @@ -19407,10 +19407,10 @@ verror@1.10.0, verror@^1.10.0:
19407
19407
core-util-is "1.0.2"
19408
19408
extsprintf "^1.2.0"
19409
19409
19410
- vite@2.9.16 :
19411
- version "2.9.16 "
19412
- resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.16 .tgz#daf7ba50f5cc37a7bf51b118ba06bc36e97898e9 "
19413
- integrity sha512-X+6q8KPyeuBvTQV8AVSnKDvXoBMnTx8zxh54sOwmmuOdxkjMmEJXH2UEchA+vTMps1xw9vL64uwJOWryULg7nA ==
19410
+ vite@2.9.17 :
19411
+ version "2.9.17 "
19412
+ resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.17 .tgz#6b770525e12fa2a2e3a0fa0d028d304f4f7dc7d4 "
19413
+ integrity sha512-XxcRzra6d7xrKXH66jZUgb+srThoPu+TLJc06GifUyKq9JmjHkc1Numc8ra0h56rju2jfVWw3B3fs5l3OFMvUw ==
19414
19414
dependencies:
19415
19415
esbuild "^0.14.27"
19416
19416
postcss "^8.4.13"
You can’t perform that action at this time.
0 commit comments