Skip to content

Commit 630983d

Browse files
authored
Add missing CoinGecko IDs for USD1, sMON, shMON, pufETH (#52)
1 parent 1624196 commit 630983d

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

mainnet/USD1/data.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
"address": "0x111111d2bf19e43C34263401e0CAd979eD1cdb61",
44
"name": "World Liberty Financial USD",
55
"symbol": "USD1",
6-
"decimals": 6
6+
"decimals": 6,
7+
"extensions": {
8+
"coinGeckoId": "usd1-wlfi"
9+
}
710
}

mainnet/pufETH/data.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
"address": "0x37D6382B6889cCeF8d6871A8b60E667115eDDBcF",
44
"name": "pufETH",
55
"symbol": "pufETH",
6-
"decimals": 18
6+
"decimals": 18,
7+
"extensions": {
8+
"coinGeckoId": "pufeth"
9+
}
710
}

mainnet/sMON/data.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
"address": "0xA3227C5969757783154C60bF0bC1944180ed81B9",
44
"name": "Kintsu Staked Monad",
55
"symbol": "sMON",
6-
"decimals": 18
6+
"decimals": 18,
7+
"extensions": {
8+
"coinGeckoId": "kintsu-staked-monad"
9+
}
710
}

mainnet/shMON/data.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
"address": "0x1B68626dCa36c7fE922fD2d55E4f631d962dE19c",
44
"name": "ShMonad",
55
"symbol": "shMON",
6-
"decimals": 18
6+
"decimals": 18,
7+
"extensions": {
8+
"coinGeckoId": "shmonad"
9+
}
710
}

0 commit comments

Comments
 (0)