Skip to content

Commit 92cf049

Browse files
authored
chore: Add coingeckoId for USDM (#181)
1 parent 8df29b1 commit 92cf049

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@across-protocol/constants",
3-
"version": "3.1.95",
3+
"version": "3.1.96",
44
"description": "Export commonly re-used values for Across repositories",
55
"repository": {
66
"type": "git",

src/tokens.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,9 +433,10 @@ export const TOKEN_SYMBOLS_MAP = {
433433
name: "MegaUSD",
434434
symbol: "USDM",
435435
decimals: 18,
436+
coingeckoId: "megausd",
436437
addresses: {
437438
[CHAIN_IDs.MAINNET]: "0xEc2AF1C8B110a61fD9C3Fa6a554a031Ca9943926",
438-
// [CHAIN_IDs.MEGAETH]: "" @todo
439+
[CHAIN_IDs.MEGAETH]: "0xFAfDdbb3FC7688494971a79cc65DCa3EF82079E7",
439440
}
440441
},
441442
USDT: {

0 commit comments

Comments
 (0)