Skip to content

Commit fe73a47

Browse files
authored
Merge pull request #2180 from AmbireTech/feature/add-fee-for-mega-eth
Add: fee for the mega eth chain for swaps & bridges
2 parents 893185b + dae3737 commit fe73a47

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/services/socket/constants.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ export const AMBIRE_FEE_TAKER_ADDRESSES: { [chainId: number]: string } = {
5959
56: '0xDA1c734b7843f18E9B1A25Bb997A45975315C001',
6060
42161: '0xDA1c734b7843f18E9B1A25Bb997A45975315C001',
6161
100: '0xDA1c734b7843f18E9B1A25Bb997A45975315C001',
62-
7777777: '0xDA1c734b7843f18E9B1A25Bb997A45975315C001'
62+
7777777: '0xDA1c734b7843f18E9B1A25Bb997A45975315C001',
63+
4326: '0x942f9CE5D9a33a82F88D233AEb3292E680230348'
6364
}
6465

6566
export const SOCKET_EXPLORER_URL = 'https://www.socketscan.io'

0 commit comments

Comments
 (0)