Skip to content

Commit

Permalink
added arbitrum configs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xprinc authored and 0xprinc committed Dec 18, 2024
1 parent 4227f1c commit dd18d55
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/dex/fluid-dex/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ export const FluidDexConfig: DexConfigMap<DexParams> = {
dexFactory: '0x91716C4EDA1Fb55e84Bf8b4c7085f84285c19085',
},
},
[Network.ARBITRUM]: {
commonAddresses: {
liquidityProxy: '0x52Aa899454998Be5b000Ad077a46Bbe360F4e497',
resolver: '0xb8f526718FF58758E256D9aD86bC194a9ff5986D',
dexFactory: '0x91716C4EDA1Fb55e84Bf8b4c7085f84285c19085',
},
},
},
};

Expand Down

0 comments on commit dd18d55

Please sign in to comment.