Skip to content

Commit 1cbf605

Browse files
authored
add testnet dTIA (#6026)
* add testnet dTIA * remove trailing comma * exponent fix * change base * provide 0 exp * change denom_unit
1 parent 5d6c8a5 commit 1cbf605

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

testnets/neutrontestnet/assetlist.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,32 @@
296296
}
297297
],
298298
"type_asset": "sdk.coin"
299+
},
300+
{
301+
"description": "Drop dTIA token",
302+
"denom_units": [
303+
{
304+
"denom": "factory/neutron1qex378awvwhsxealmrtuunn70f242u49dagqus6ug423paxyevyqvw9s3t/uTIA",
305+
"exponent": 0
306+
},
307+
{
308+
"denom": "dTIA",
309+
"exponent": 6
310+
}
311+
],
312+
"base": "factory/neutron1qex378awvwhsxealmrtuunn70f242u49dagqus6ug423paxyevyqvw9s3t/uTIA",
313+
"name": "Drop dTIA testnet",
314+
"display": "dTIA",
315+
"symbol": "dTIA",
316+
"logo_URIs": {
317+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dTIA.svg"
318+
},
319+
"images": [
320+
{
321+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dTIA.svg"
322+
}
323+
],
324+
"type_asset": "sdk.coin"
299325
}
300326
]
301327
}

0 commit comments

Comments
 (0)