Skip to content

Commit 2cb9be8

Browse files
authored
mainnet deployment (#67)
1 parent 419f1c7 commit 2cb9be8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@acala-network/asset-router",
3-
"version": "1.0.19-17",
3+
"version": "1.0.19",
44
"main": "dist/index.js",
55
"repository": "[email protected]:AcalaNetwork/asset-router.git",
66
"author": "Acala Developers <[email protected]>",

scripts/consts.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ export const ADDRESSES = {
7979
accountHelperAddr: '0x0252340cC347718f9169d329CEFf8B15A92badf8',
8080
euphratesFactoryAddr: '0x2AeFc65B6E1660d2bA2796f8698120A2acB95634',
8181
swapAndStakeFactoryAddr: '0x3923E44cf1062FBa513279Ab81e6B8727a6de3D6',
82-
dropAndSwapStakeFactoryAddr: '0x0F2A7a306D26697876689df9bdc5274982563505', // acala fork
83-
dropAndBootstrapStakeFactoryAddr: '0x1C7426D333b18Dbc050fc306E48DaA9a4A926b9b', // acala fork
82+
dropAndSwapStakeFactoryAddr: '0x0F2A7a306D26697876689df9bdc5274982563505',
83+
dropAndBootstrapStakeFactoryAddr: '0x0E7C7cD5e53a05a4D9cA5E7E518E5bCE643Aaf9b',
8484
},
8585
} as const;
8686

0 commit comments

Comments
 (0)