Skip to content

Commit

Permalink
[gambit] add contract addresses for new version v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpuyo committed Apr 26, 2024
1 parent 7b55ea8 commit 136cc9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dexs/gambit/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ const CONTRACT_ADDRESS: IAddress = {
"0x50853A14cD14CC6A891BF034A204A15d294AF056",
"0x240d75373f9941b8F7FbA660b9ae73dfa655f7Da", // v1.3.4
"0x43c1cc807Dc22bCF7C789eDE4d1B4828C87A06D1", // v1.5.1
"0x3bEa4Af64689ce3429D312cf205312842C944DeE", // v1.6.0
],
[CHAIN.ARBITRUM]: [
"0x8d85f4615ea5F2Ea8D91C196aaD4C04D8416865C",
"0xB88C3A703B3565cb7bfdB1806Ba3728C54dd4b91", // v1.3.1
"0x77233F7F6f11300Fd30B338dA38D96a7bFD5aB86", // v1.5.1
"0xB4099795021506b67ef974eCb85e10898e2F0D45", // v1.6.0
],
};

Expand Down
2 changes: 2 additions & 0 deletions fees/gambit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ const FEE_ADDRESS = {
"0x50853A14cD14CC6A891BF034A204A15d294AF056",
"0x240d75373f9941b8F7FbA660b9ae73dfa655f7Da", // v1.3.4
"0x43c1cc807Dc22bCF7C789eDE4d1B4828C87A06D1", // v1.5.1
"0x3bEa4Af64689ce3429D312cf205312842C944DeE", // v1.6.0
],
[CHAIN.ARBITRUM]: [
"0x8d85f4615ea5F2Ea8D91C196aaD4C04D8416865C",
"0xB88C3A703B3565cb7bfdB1806Ba3728C54dd4b91", // v1.3.1
"0x77233F7F6f11300Fd30B338dA38D96a7bFD5aB86", // v1.5.1
"0xB4099795021506b67ef974eCb85e10898e2F0D45", // v1.6.0
],
};

Expand Down

0 comments on commit 136cc9a

Please sign in to comment.