Skip to content

Commit

Permalink
Provide mainnet address of UsualM
Browse files Browse the repository at this point in the history
  • Loading branch information
toninorair committed Nov 27, 2024
1 parent cc2c278 commit a5f4f2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dex/usual-m-smart-m/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const UsualMSmartMConfig: DexConfigMap<DexParams> = {
UsualMSmartM: {
[Network.MAINNET]: {
smartMAddress: '0x437cc33344a0B27A429f795ff6B469C72698B291',
usualMAddress: '0x0000000000000000000000000000000000000000', //TODO: replace with actual address
usualMAddress: '0xFe274C305b365dC38e188E8f01c4FAe2171ce927',
},
},
};
2 changes: 1 addition & 1 deletion src/dex/usual-m-usd0/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Network, SwapSide } from '../../constants';
export const UsualMUsd0Config: DexConfigMap<DexParams> = {
UsualMUsd0: {
[Network.MAINNET]: {
usualMAddress: '0x0000000000000000000000000000000000000000', //TODO: replace with actual address
usualMAddress: '0xFe274C305b365dC38e188E8f01c4FAe2171ce927',
usd0Address: '0x73A15FeD60Bf67631dC6cd7Bc5B6e8da8190aCF5',
usualDaoCollateralAddress: '0xde6e1F680C4816446C8D515989E2358636A38b04',
},
Expand Down

0 comments on commit a5f4f2d

Please sign in to comment.