Skip to content

Commit

Permalink
TP-1709: update new secondary fee contract address (#1185)
Browse files Browse the repository at this point in the history
  • Loading branch information
feenaIMX authored Nov 20, 2023
1 parent 2a82207 commit 4eacaac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
node_modules/
dist/
coverage/
cache/
.idea/
.DS_Store
.vscode
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/dex/sdk/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const CONTRACTS_FOR_CHAIN_ID: Record<number, ExchangeContracts> = {
coreFactory: '0xb18c44b211065E69844FbA9AE146DA362104AfBf',
quoterV2: '0x87854A7D4b9BaC3D37f4516A1Ac7F36fB5ad539f',
peripheryRouter: '0x786ec643F231960D4C1A4E336990F8E7bF8f1277',
secondaryFee: '0xB07245b7B802c9A13651021A8E010E33eBB31d36',
secondaryFee: '0x1938B5B8313E1b64C2c577491Ef5441f9eD33204',
},
};

Expand Down

0 comments on commit 4eacaac

Please sign in to comment.