Skip to content

Commit

Permalink
Add velodrome wstETH-wUSDM (#1557)
Browse files Browse the repository at this point in the history
  • Loading branch information
1932293 authored Sep 28, 2024
1 parent 2f0527b commit 4c683eb
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/address-book/src/address-book/optimism/tokens/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1705,4 +1705,19 @@ export const tokens = {
bridge: 'layer-zero',
risks: ['NO_TIMELOCK'],
},
wUSDM: {
name: 'Mountain Protocol USD',
symbol: 'wUSDM',
oracleId: 'opwUSDM',
address: '0x57F5E098CaD7A3D1Eed53991D4d66C45C9AF7812',
chainId: 10,
decimals: 18,
logoURI: '',
description:
'The wUSDM token is the wrapped version of USDM, redeemable at a pegged 1:1 USD value by primary users. USDM is a fully backed stablecoin, backed by "USDM Reserves", which are held under custody with regulated financial institutions in bankruptcy-remote accounts, segregated from the Company\'s operating accounts, on behalf of, and for the benefit of, Users.',
website: 'https://mountainprotocol.com/',
documentation: 'https://docs.mountainprotocol.com/',
bridge: 'native',
risks: ['NO_TIMELOCK'],
},
} as const satisfies Record<string, Token>;
20 changes: 20 additions & 0 deletions src/data/optimism/velodromeLpPools.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
[
{
"name": "velodrome-v2-wsteth-wusdm",
"address": "0x1Ab0b1A5A239B524702EcE9cCe77E096d4daE75B",
"gauge": "0xDb14Db07d0d2CB62C79B9ffAB7f842f6D38cB7c0",
"decimals": "1e18",
"chainId": 10,
"beefyFee": 0.095,
"lp0": {
"address": "0x1F32b1c2345538c0c6f582fCB022739c4A194Ebb",
"oracle": "tokens",
"oracleId": "wstETH",
"decimals": "1e18"
},
"lp1": {
"address": "0x57F5E098CaD7A3D1Eed53991D4d66C45C9AF7812",
"oracle": "tokens",
"oracleId": "opwUSDM",
"decimals": "1e18"
}
},
{
"name": "velodrome-v2-wsteth-weeth",
"address": "0x5B70eB1D273dA41c40316bf7D3BAf7FDfaE6aBd2",
Expand Down

0 comments on commit 4c683eb

Please sign in to comment.