Skip to content

Commit

Permalink
add cinfig addresses on side chains / L2
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeNervoXS committed Sep 22, 2023
1 parent 3da4e7e commit 5f573f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/dex/angle-staked-stable/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ import { Network, SwapSide } from '../../constants';
export const AngleStakedStableConfig: DexConfigMap<DexParams> = {
AngleStakedStable: {
[Network.ARBITRUM]: {
agEUR: '0x',
agEUR: '0xfa5ed56a203466cbbc2430a43c66b9d8723528e7',
stEUR: '0x004626A008B1aCdC4c74ab51644093b155e59A23',
},
[Network.MAINNET]: {
agEUR: '0x1a7e4e63778B4f12a199C062f3eFdD288afCBce8',
stEUR: '0x004626A008B1aCdC4c74ab51644093b155e59A23',
},
[Network.OPTIMISM]: {
agEUR: '0x',
agEUR: '0x9485aca5bbbe1667ad97c7fe7c4531a624c8b1ed',
stEUR: '0x004626A008B1aCdC4c74ab51644093b155e59A23',
},
[Network.POLYGON]: {
agEUR: '0x',
agEUR: '0xe0b52e49357fd4daf2c15e02058dce6bc0057db4',
stEUR: '0x004626A008B1aCdC4c74ab51644093b155e59A23',
},
},
Expand Down

0 comments on commit 5f573f7

Please sign in to comment.