We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ba90d commit e9d0eb9Copy full SHA for e9d0eb9
src/groups/monad_testnet.json
@@ -24,6 +24,11 @@
24
"name": "USDC",
25
"description": "USDC related tokens or pair with quote token in a chain"
26
},
27
+ "stnd_lst": {
28
+ "id": "stnd_lst",
29
+ "name": "LST",
30
+ "description": "Liquid Staking related tokens or pair with quote token in a chain"
31
+ },
32
"stnd_usdt": {
33
"id": "stnd_usdt",
34
"name": "USDT",
src/tokens/monad_testnet.json
@@ -86,6 +86,7 @@
86
"name": "Magma Staked Monad",
87
"symbol": "gMON",
88
"decimals": 18,
89
+ "tag": ["stnd_lst"],
90
"logoURI": "https://raw.githubusercontent.com/standardweb3/default-token-list/refs/heads/main/assets/monad_testnet/gMon.png"
91
}
92
]
0 commit comments