We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df29b1 commit 92cf049Copy full SHA for 92cf049
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@across-protocol/constants",
3
- "version": "3.1.95",
+ "version": "3.1.96",
4
"description": "Export commonly re-used values for Across repositories",
5
"repository": {
6
"type": "git",
src/tokens.ts
@@ -433,9 +433,10 @@ export const TOKEN_SYMBOLS_MAP = {
433
name: "MegaUSD",
434
symbol: "USDM",
435
decimals: 18,
436
+ coingeckoId: "megausd",
437
addresses: {
438
[CHAIN_IDs.MAINNET]: "0xEc2AF1C8B110a61fD9C3Fa6a554a031Ca9943926",
- // [CHAIN_IDs.MEGAETH]: "" @todo
439
+ [CHAIN_IDs.MEGAETH]: "0xFAfDdbb3FC7688494971a79cc65DCa3EF82079E7",
440
}
441
},
442
USDT: {
0 commit comments