Skip to content

Commit

Permalink
Merge pull request #38 from diwu1989/wUSDC
Browse files Browse the repository at this point in the history
wUSDC mobius support
  • Loading branch information
zviadm authored Jun 20, 2022
2 parents 4cb938a + f2e5fc0 commit 0f43b12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/registry-cfg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export const mainnetRegistryMobius =
new PairStableSwap(chainId, web3, "0xFc9e2C63370D8deb3521922a7B2b60f4Cff7e75a"), // CELO <-> pCELOv2
new PairStableSwap(chainId, web3, "0x23C95678862a229fAC088bd9705622d78130bC3e"), // cEUR <-> pEURv2
new PairStableSwap(chainId, web3, "0x9F4AdBD0af281C69a582eB2E6fa2A594D4204CAe"), // cUSD <-> atUST
new PairStableSwap(chainId, web3, "0xC0BA93D4aaf90d39924402162EE4a213300d1d60"), // cUSD <-> wUSDC
]))
}
export const mainnetRegistryMisc =
Expand Down

0 comments on commit 0f43b12

Please sign in to comment.