Skip to content

Commit

Permalink
mainnet deployment (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan authored Nov 7, 2024
1 parent 419f1c7 commit 2cb9be8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/asset-router",
"version": "1.0.19-17",
"version": "1.0.19",
"main": "dist/index.js",
"repository": "[email protected]:AcalaNetwork/asset-router.git",
"author": "Acala Developers <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions scripts/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ export const ADDRESSES = {
accountHelperAddr: '0x0252340cC347718f9169d329CEFf8B15A92badf8',
euphratesFactoryAddr: '0x2AeFc65B6E1660d2bA2796f8698120A2acB95634',
swapAndStakeFactoryAddr: '0x3923E44cf1062FBa513279Ab81e6B8727a6de3D6',
dropAndSwapStakeFactoryAddr: '0x0F2A7a306D26697876689df9bdc5274982563505', // acala fork
dropAndBootstrapStakeFactoryAddr: '0x1C7426D333b18Dbc050fc306E48DaA9a4A926b9b', // acala fork
dropAndSwapStakeFactoryAddr: '0x0F2A7a306D26697876689df9bdc5274982563505',
dropAndBootstrapStakeFactoryAddr: '0x0E7C7cD5e53a05a4D9cA5E7E518E5bCE643Aaf9b',
},
} as const;

Expand Down

0 comments on commit 2cb9be8

Please sign in to comment.