Skip to content

Commit e297ccb

Browse files
committed
added test usdc, usdt, uosmo in injective testnet
1 parent dc92340 commit e297ccb

File tree

1 file changed

+86
-1
lines changed

1 file changed

+86
-1
lines changed

testnets/injectivetestnet/assetlist.json

+86-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,91 @@
3030
}
3131
],
3232
"type_asset": "sdk.coin"
33+
},
34+
{
35+
"description": "USDC is a USD-pegged stablecoin available on the Injective testnet.",
36+
"denom_units": [
37+
{
38+
"denom": "factory/inj17vytdwqczqz72j65saukplrktd4gyfme5agf6c/usdc",
39+
"exponent": 0
40+
},
41+
{
42+
"denom": "USDC",
43+
"exponent": 6
44+
}
45+
],
46+
"base": "factory/inj17vytdwqczqz72j65saukplrktd4gyfme5agf6c/usdc",
47+
"name": "USD Coin",
48+
"display": "USDC",
49+
"symbol": "USDC",
50+
"logo_URIs": {
51+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
52+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"
53+
},
54+
"coingecko_id": "usd-coin",
55+
"images": [
56+
{
57+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
58+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"
59+
}
60+
],
61+
"type_asset": "sdk.coin"
62+
},
63+
{
64+
"description": "OSMO is the native token of the Osmosis blockchain, bridged over to the Injective testnet.",
65+
"denom_units": [
66+
{
67+
"denom": "ibc/2CD6478D5AFA173C86448E008B760934166AED04C3968874EA6E44D2ECEA236D",
68+
"exponent": 0
69+
},
70+
{
71+
"denom": "UOSMO",
72+
"exponent": 6
73+
}
74+
],
75+
"base": "ibc/2CD6478D5AFA173C86448E008B760934166AED04C3968874EA6E44D2ECEA236D",
76+
"name": "Osmosis",
77+
"display": "UOSMO",
78+
"symbol": "UOSMO",
79+
"logo_URIs": {
80+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png"
81+
},
82+
"coingecko_id": "osmosis",
83+
"images": [
84+
{
85+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png"
86+
}
87+
],
88+
"type_asset": "sdk.coin"
89+
},
90+
{
91+
"description": "USDT is a USD-pegged stablecoin available on the Injective testnet.",
92+
"denom_units": [
93+
{
94+
"denom": "peggy0x87aB3B4C8661e07D6372361211B96ed4Dc36B1B5",
95+
"exponent": 0
96+
},
97+
{
98+
"denom": "USDT",
99+
"exponent": 6
100+
}
101+
],
102+
"base": "peggy0x87aB3B4C8661e07D6372361211B96ed4Dc36B1B5",
103+
"name": "Tether",
104+
"display": "USDT",
105+
"symbol": "USDT",
106+
"logo_URIs": {
107+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
108+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"
109+
},
110+
"coingecko_id": "tether",
111+
"images": [
112+
{
113+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
114+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"
115+
}
116+
],
117+
"type_asset": "sdk.coin"
33118
}
34119
]
35-
}
120+
}

0 commit comments

Comments
 (0)