@chain-registry/assets 1.64.10 → 1.64.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/aura.js +16 -2
- package/esm/mainnet/axelar.js +74 -0
- package/esm/mainnet/celestia.js +16 -2
- package/esm/mainnet/coreum.js +16 -2
- package/esm/mainnet/cosmoshub.js +90 -2
- package/esm/mainnet/cronos.js +16 -2
- package/esm/mainnet/dydx.js +16 -2
- package/esm/mainnet/dymension.js +16 -2
- package/esm/mainnet/evmos.js +16 -2
- package/esm/mainnet/haqq.js +16 -2
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/injective.js +16 -2
- package/esm/mainnet/kujira.js +16 -2
- package/esm/mainnet/migaloo.js +16 -2
- package/esm/mainnet/neutron.js +16 -2
- package/esm/mainnet/onex.js +16 -2
- package/esm/mainnet/osmosis.js +13943 -645
- package/esm/mainnet/persistence.js +16 -2
- package/esm/mainnet/sei.js +16 -2
- package/esm/mainnet/self.js +326 -0
- package/esm/mainnet/terra2.js +16 -2
- package/esm/mainnet/umee.js +16 -2
- package/esm/testnet/elystestnet.js +68 -0
- package/esm/testnet/mantrachaintestnet.js +68 -0
- package/esm/testnet/osmosistestnet.js +68 -0
- package/esm/testnet/osmosistestnet4.js +68 -0
- package/esm/testnet/xiontestnet.js +68 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/aura.js +16 -2
- package/mainnet/axelar.js +74 -0
- package/mainnet/celestia.js +16 -2
- package/mainnet/coreum.js +16 -2
- package/mainnet/cosmoshub.js +90 -2
- package/mainnet/cronos.js +16 -2
- package/mainnet/dydx.js +16 -2
- package/mainnet/dymension.js +16 -2
- package/mainnet/evmos.js +16 -2
- package/mainnet/haqq.js +16 -2
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +2 -1
- package/mainnet/injective.js +16 -2
- package/mainnet/kujira.js +16 -2
- package/mainnet/migaloo.js +16 -2
- package/mainnet/neutron.js +16 -2
- package/mainnet/onex.js +16 -2
- package/mainnet/osmosis.js +13943 -645
- package/mainnet/persistence.js +16 -2
- package/mainnet/sei.js +16 -2
- package/mainnet/self.d.ts +3 -0
- package/mainnet/self.js +328 -0
- package/mainnet/terra2.js +16 -2
- package/mainnet/umee.js +16 -2
- package/package.json +5 -5
- package/testnet/elystestnet.js +68 -0
- package/testnet/mantrachaintestnet.js +68 -0
- package/testnet/osmosistestnet.js +68 -0
- package/testnet/osmosistestnet4.js +68 -0
- package/testnet/xiontestnet.js +68 -0
package/mainnet/persistence.js
CHANGED
|
@@ -983,9 +983,16 @@ const assets = {
|
|
|
983
983
|
chain_name: 'ethereum',
|
|
984
984
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
985
985
|
},
|
|
986
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
986
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
987
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
988
|
+
theme: {
|
|
989
|
+
circle: true,
|
|
990
|
+
primary_color_hex: '#009393',
|
|
991
|
+
background_color_hex: '#009393'
|
|
992
|
+
}
|
|
987
993
|
}],
|
|
988
994
|
logo_URIs: {
|
|
995
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
989
996
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
990
997
|
}
|
|
991
998
|
},
|
|
@@ -2327,9 +2334,16 @@ const assets = {
|
|
|
2327
2334
|
chain_name: 'ethereum',
|
|
2328
2335
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
2329
2336
|
},
|
|
2330
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
2337
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
2338
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
2339
|
+
theme: {
|
|
2340
|
+
circle: true,
|
|
2341
|
+
primary_color_hex: '#009393',
|
|
2342
|
+
background_color_hex: '#009393'
|
|
2343
|
+
}
|
|
2331
2344
|
}],
|
|
2332
2345
|
logo_URIs: {
|
|
2346
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
2333
2347
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
2334
2348
|
}
|
|
2335
2349
|
},
|
package/mainnet/sei.js
CHANGED
|
@@ -289,9 +289,16 @@ const assets = {
|
|
|
289
289
|
chain_name: 'ethereum',
|
|
290
290
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
291
291
|
},
|
|
292
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
292
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
293
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
294
|
+
theme: {
|
|
295
|
+
circle: true,
|
|
296
|
+
primary_color_hex: '#009393',
|
|
297
|
+
background_color_hex: '#009393'
|
|
298
|
+
}
|
|
293
299
|
}],
|
|
294
300
|
logo_URIs: {
|
|
301
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
295
302
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
296
303
|
}
|
|
297
304
|
},
|
|
@@ -1050,9 +1057,16 @@ const assets = {
|
|
|
1050
1057
|
chain_name: 'ethereum',
|
|
1051
1058
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
1052
1059
|
},
|
|
1053
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1060
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
1061
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1062
|
+
theme: {
|
|
1063
|
+
circle: true,
|
|
1064
|
+
primary_color_hex: '#009393',
|
|
1065
|
+
background_color_hex: '#009393'
|
|
1066
|
+
}
|
|
1054
1067
|
}],
|
|
1055
1068
|
logo_URIs: {
|
|
1069
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1056
1070
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1057
1071
|
}
|
|
1058
1072
|
},
|
package/mainnet/self.js
ADDED
|
@@ -0,0 +1,328 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const assets = {
|
|
4
|
+
chain_name: 'self',
|
|
5
|
+
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'The native token of Axelar',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/0E1517E2771CA7C03F2ED3F9BAECCAEADF0BFD79B89679E834933BC0F179AD98',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uaxl']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'axl',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/0E1517E2771CA7C03F2ED3F9BAECCAEADF0BFD79B89679E834933BC0F179AD98',
|
|
17
|
+
name: 'Axelar',
|
|
18
|
+
display: 'axl',
|
|
19
|
+
symbol: 'AXL',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
23
|
+
},
|
|
24
|
+
coingecko_id: 'axelar',
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
28
|
+
}],
|
|
29
|
+
socials: {
|
|
30
|
+
website: 'https://axelar.network/',
|
|
31
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
32
|
+
},
|
|
33
|
+
traces: [{
|
|
34
|
+
type: 'ibc',
|
|
35
|
+
counterparty: {
|
|
36
|
+
channel_id: 'channel-157',
|
|
37
|
+
base_denom: 'uaxl',
|
|
38
|
+
chain_name: 'axelar'
|
|
39
|
+
},
|
|
40
|
+
chain: {
|
|
41
|
+
channel_id: 'channel-1'
|
|
42
|
+
}
|
|
43
|
+
}]
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
description: 'The native staking and governance token of the Cosmos Hub.',
|
|
47
|
+
denom_units: [{
|
|
48
|
+
denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
|
|
49
|
+
exponent: 0,
|
|
50
|
+
aliases: ['uatom']
|
|
51
|
+
}, {
|
|
52
|
+
denom: 'atom',
|
|
53
|
+
exponent: 6
|
|
54
|
+
}],
|
|
55
|
+
base: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
|
|
56
|
+
name: 'Cosmos Hub Atom',
|
|
57
|
+
display: 'atom',
|
|
58
|
+
symbol: 'ATOM',
|
|
59
|
+
logo_URIs: {
|
|
60
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
61
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
62
|
+
},
|
|
63
|
+
coingecko_id: 'cosmos',
|
|
64
|
+
images: [{
|
|
65
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
66
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
67
|
+
}],
|
|
68
|
+
socials: {
|
|
69
|
+
website: 'https://cosmos.network',
|
|
70
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
71
|
+
},
|
|
72
|
+
traces: [{
|
|
73
|
+
type: 'ibc',
|
|
74
|
+
counterparty: {
|
|
75
|
+
channel_id: 'channel-892',
|
|
76
|
+
base_denom: 'uatom',
|
|
77
|
+
chain_name: 'cosmoshub'
|
|
78
|
+
},
|
|
79
|
+
chain: {
|
|
80
|
+
channel_id: 'channel-0'
|
|
81
|
+
}
|
|
82
|
+
}]
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
description: 'The native token of Osmosis',
|
|
86
|
+
denom_units: [{
|
|
87
|
+
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
88
|
+
exponent: 0,
|
|
89
|
+
aliases: ['uosmo']
|
|
90
|
+
}, {
|
|
91
|
+
denom: 'osmo',
|
|
92
|
+
exponent: 6
|
|
93
|
+
}],
|
|
94
|
+
type_asset: 'sdk.coin',
|
|
95
|
+
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
96
|
+
name: 'Osmosis',
|
|
97
|
+
display: 'osmo',
|
|
98
|
+
symbol: 'OSMO',
|
|
99
|
+
logo_URIs: {
|
|
100
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
101
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
102
|
+
},
|
|
103
|
+
images: [{
|
|
104
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
105
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
106
|
+
}],
|
|
107
|
+
coingecko_id: 'osmosis',
|
|
108
|
+
keywords: ['dex', 'staking'],
|
|
109
|
+
socials: {
|
|
110
|
+
website: 'https://osmosis.zone',
|
|
111
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
112
|
+
},
|
|
113
|
+
traces: [{
|
|
114
|
+
type: 'ibc',
|
|
115
|
+
counterparty: {
|
|
116
|
+
channel_id: 'channel-78292',
|
|
117
|
+
base_denom: 'uosmo',
|
|
118
|
+
chain_name: 'osmosis'
|
|
119
|
+
},
|
|
120
|
+
chain: {
|
|
121
|
+
channel_id: 'channel-1'
|
|
122
|
+
}
|
|
123
|
+
}]
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
description: 'ION is the second native token of Osmosis.',
|
|
127
|
+
denom_units: [{
|
|
128
|
+
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
129
|
+
exponent: 0,
|
|
130
|
+
aliases: ['uion']
|
|
131
|
+
}, {
|
|
132
|
+
denom: 'ion',
|
|
133
|
+
exponent: 6
|
|
134
|
+
}],
|
|
135
|
+
type_asset: 'sdk.coin',
|
|
136
|
+
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
137
|
+
name: 'Ion DAO',
|
|
138
|
+
display: 'ion',
|
|
139
|
+
symbol: 'ION',
|
|
140
|
+
logo_URIs: {
|
|
141
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
142
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
143
|
+
},
|
|
144
|
+
images: [{
|
|
145
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
146
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
147
|
+
}],
|
|
148
|
+
coingecko_id: 'ion',
|
|
149
|
+
keywords: ['memecoin', 'defi'],
|
|
150
|
+
socials: {
|
|
151
|
+
website: 'https://ion.wtf',
|
|
152
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
153
|
+
},
|
|
154
|
+
traces: [{
|
|
155
|
+
type: 'ibc',
|
|
156
|
+
counterparty: {
|
|
157
|
+
channel_id: 'channel-78292',
|
|
158
|
+
base_denom: 'uion',
|
|
159
|
+
chain_name: 'osmosis'
|
|
160
|
+
},
|
|
161
|
+
chain: {
|
|
162
|
+
channel_id: 'channel-1'
|
|
163
|
+
}
|
|
164
|
+
}]
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
description: 'The native token of Axelar',
|
|
168
|
+
denom_units: [{
|
|
169
|
+
denom: 'ibc/0E1517E2771CA7C03F2ED3F9BAECCAEADF0BFD79B89679E834933BC0F179AD98',
|
|
170
|
+
exponent: 0,
|
|
171
|
+
aliases: ['uaxl']
|
|
172
|
+
}, {
|
|
173
|
+
denom: 'axl',
|
|
174
|
+
exponent: 6
|
|
175
|
+
}],
|
|
176
|
+
base: 'ibc/0E1517E2771CA7C03F2ED3F9BAECCAEADF0BFD79B89679E834933BC0F179AD98',
|
|
177
|
+
name: 'Axelar',
|
|
178
|
+
display: 'axl',
|
|
179
|
+
symbol: 'AXL',
|
|
180
|
+
logo_URIs: {
|
|
181
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
182
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
183
|
+
},
|
|
184
|
+
coingecko_id: 'axelar',
|
|
185
|
+
images: [{
|
|
186
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
187
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
188
|
+
}],
|
|
189
|
+
socials: {
|
|
190
|
+
website: 'https://axelar.network/',
|
|
191
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
192
|
+
},
|
|
193
|
+
traces: [{
|
|
194
|
+
type: 'ibc',
|
|
195
|
+
counterparty: {
|
|
196
|
+
channel_id: 'channel-157',
|
|
197
|
+
base_denom: 'uaxl',
|
|
198
|
+
chain_name: 'axelar'
|
|
199
|
+
},
|
|
200
|
+
chain: {
|
|
201
|
+
channel_id: 'channel-1'
|
|
202
|
+
}
|
|
203
|
+
}]
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
description: 'The native staking and governance token of the Cosmos Hub.',
|
|
207
|
+
denom_units: [{
|
|
208
|
+
denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
|
|
209
|
+
exponent: 0,
|
|
210
|
+
aliases: ['uatom']
|
|
211
|
+
}, {
|
|
212
|
+
denom: 'atom',
|
|
213
|
+
exponent: 6
|
|
214
|
+
}],
|
|
215
|
+
base: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
|
|
216
|
+
name: 'Cosmos Hub Atom',
|
|
217
|
+
display: 'atom',
|
|
218
|
+
symbol: 'ATOM',
|
|
219
|
+
logo_URIs: {
|
|
220
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
221
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
222
|
+
},
|
|
223
|
+
coingecko_id: 'cosmos',
|
|
224
|
+
images: [{
|
|
225
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
226
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
227
|
+
}],
|
|
228
|
+
socials: {
|
|
229
|
+
website: 'https://cosmos.network',
|
|
230
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
231
|
+
},
|
|
232
|
+
traces: [{
|
|
233
|
+
type: 'ibc',
|
|
234
|
+
counterparty: {
|
|
235
|
+
channel_id: 'channel-892',
|
|
236
|
+
base_denom: 'uatom',
|
|
237
|
+
chain_name: 'cosmoshub'
|
|
238
|
+
},
|
|
239
|
+
chain: {
|
|
240
|
+
channel_id: 'channel-0'
|
|
241
|
+
}
|
|
242
|
+
}]
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
description: 'The native token of Osmosis',
|
|
246
|
+
denom_units: [{
|
|
247
|
+
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
248
|
+
exponent: 0,
|
|
249
|
+
aliases: ['uosmo']
|
|
250
|
+
}, {
|
|
251
|
+
denom: 'osmo',
|
|
252
|
+
exponent: 6
|
|
253
|
+
}],
|
|
254
|
+
type_asset: 'sdk.coin',
|
|
255
|
+
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
256
|
+
name: 'Osmosis',
|
|
257
|
+
display: 'osmo',
|
|
258
|
+
symbol: 'OSMO',
|
|
259
|
+
logo_URIs: {
|
|
260
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
261
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
262
|
+
},
|
|
263
|
+
images: [{
|
|
264
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
265
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
266
|
+
}],
|
|
267
|
+
coingecko_id: 'osmosis',
|
|
268
|
+
keywords: ['dex', 'staking'],
|
|
269
|
+
socials: {
|
|
270
|
+
website: 'https://osmosis.zone',
|
|
271
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
272
|
+
},
|
|
273
|
+
traces: [{
|
|
274
|
+
type: 'ibc',
|
|
275
|
+
counterparty: {
|
|
276
|
+
channel_id: 'channel-78292',
|
|
277
|
+
base_denom: 'uosmo',
|
|
278
|
+
chain_name: 'osmosis'
|
|
279
|
+
},
|
|
280
|
+
chain: {
|
|
281
|
+
channel_id: 'channel-1'
|
|
282
|
+
}
|
|
283
|
+
}]
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
description: 'ION is the second native token of Osmosis.',
|
|
287
|
+
denom_units: [{
|
|
288
|
+
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
289
|
+
exponent: 0,
|
|
290
|
+
aliases: ['uion']
|
|
291
|
+
}, {
|
|
292
|
+
denom: 'ion',
|
|
293
|
+
exponent: 6
|
|
294
|
+
}],
|
|
295
|
+
type_asset: 'sdk.coin',
|
|
296
|
+
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
297
|
+
name: 'Ion DAO',
|
|
298
|
+
display: 'ion',
|
|
299
|
+
symbol: 'ION',
|
|
300
|
+
logo_URIs: {
|
|
301
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
302
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
303
|
+
},
|
|
304
|
+
images: [{
|
|
305
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
306
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
307
|
+
}],
|
|
308
|
+
coingecko_id: 'ion',
|
|
309
|
+
keywords: ['memecoin', 'defi'],
|
|
310
|
+
socials: {
|
|
311
|
+
website: 'https://ion.wtf',
|
|
312
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
313
|
+
},
|
|
314
|
+
traces: [{
|
|
315
|
+
type: 'ibc',
|
|
316
|
+
counterparty: {
|
|
317
|
+
channel_id: 'channel-78292',
|
|
318
|
+
base_denom: 'uion',
|
|
319
|
+
chain_name: 'osmosis'
|
|
320
|
+
},
|
|
321
|
+
chain: {
|
|
322
|
+
channel_id: 'channel-1'
|
|
323
|
+
}
|
|
324
|
+
}]
|
|
325
|
+
}
|
|
326
|
+
]
|
|
327
|
+
};
|
|
328
|
+
exports.default = assets;
|
package/mainnet/terra2.js
CHANGED
|
@@ -1248,9 +1248,16 @@ const assets = {
|
|
|
1248
1248
|
chain_name: 'ethereum',
|
|
1249
1249
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
1250
1250
|
},
|
|
1251
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1251
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
1252
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1253
|
+
theme: {
|
|
1254
|
+
circle: true,
|
|
1255
|
+
primary_color_hex: '#009393',
|
|
1256
|
+
background_color_hex: '#009393'
|
|
1257
|
+
}
|
|
1252
1258
|
}],
|
|
1253
1259
|
logo_URIs: {
|
|
1260
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1254
1261
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1255
1262
|
}
|
|
1256
1263
|
},
|
|
@@ -4106,9 +4113,16 @@ const assets = {
|
|
|
4106
4113
|
chain_name: 'ethereum',
|
|
4107
4114
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
4108
4115
|
},
|
|
4109
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
4116
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
4117
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
4118
|
+
theme: {
|
|
4119
|
+
circle: true,
|
|
4120
|
+
primary_color_hex: '#009393',
|
|
4121
|
+
background_color_hex: '#009393'
|
|
4122
|
+
}
|
|
4110
4123
|
}],
|
|
4111
4124
|
logo_URIs: {
|
|
4125
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
4112
4126
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
4113
4127
|
}
|
|
4114
4128
|
},
|
package/mainnet/umee.js
CHANGED
|
@@ -776,9 +776,16 @@ const assets = {
|
|
|
776
776
|
chain_name: 'ethereum',
|
|
777
777
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
778
778
|
},
|
|
779
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
779
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
780
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
781
|
+
theme: {
|
|
782
|
+
circle: true,
|
|
783
|
+
primary_color_hex: '#009393',
|
|
784
|
+
background_color_hex: '#009393'
|
|
785
|
+
}
|
|
780
786
|
}],
|
|
781
787
|
logo_URIs: {
|
|
788
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
782
789
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
783
790
|
}
|
|
784
791
|
},
|
|
@@ -2003,9 +2010,16 @@ const assets = {
|
|
|
2003
2010
|
chain_name: 'ethereum',
|
|
2004
2011
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
2005
2012
|
},
|
|
2006
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
2013
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
2014
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
2015
|
+
theme: {
|
|
2016
|
+
circle: true,
|
|
2017
|
+
primary_color_hex: '#009393',
|
|
2018
|
+
background_color_hex: '#009393'
|
|
2019
|
+
}
|
|
2007
2020
|
}],
|
|
2008
2021
|
logo_URIs: {
|
|
2022
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
2009
2023
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
2010
2024
|
}
|
|
2011
2025
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.12",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.46.
|
|
33
|
-
"chain-registry": "^1.63.
|
|
32
|
+
"@chain-registry/utils": "^1.46.9",
|
|
33
|
+
"chain-registry": "^1.63.12"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.9"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "822c755b60f551fe9684c6c37c376cd6244926bc"
|
|
47
47
|
}
|
package/testnet/elystestnet.js
CHANGED
|
@@ -123,6 +123,40 @@ const assets = {
|
|
|
123
123
|
}
|
|
124
124
|
}]
|
|
125
125
|
},
|
|
126
|
+
{
|
|
127
|
+
description: 'Ondo US Dollar Yield',
|
|
128
|
+
denom_units: [{
|
|
129
|
+
denom: 'ibc/3F2D5DD627DB6531052E8D3D4765293F87C1D92C4ABB23B2EF19B385BB3A48A5',
|
|
130
|
+
exponent: 0,
|
|
131
|
+
aliases: ['ausdy']
|
|
132
|
+
}, {
|
|
133
|
+
denom: 'usdy',
|
|
134
|
+
exponent: 18
|
|
135
|
+
}],
|
|
136
|
+
base: 'ibc/3F2D5DD627DB6531052E8D3D4765293F87C1D92C4ABB23B2EF19B385BB3A48A5',
|
|
137
|
+
display: 'usdy',
|
|
138
|
+
name: 'Ondo US Dollar Yield',
|
|
139
|
+
symbol: 'USDY',
|
|
140
|
+
logo_URIs: {
|
|
141
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
142
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
143
|
+
},
|
|
144
|
+
images: [{
|
|
145
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
146
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
147
|
+
}],
|
|
148
|
+
traces: [{
|
|
149
|
+
type: 'ibc',
|
|
150
|
+
counterparty: {
|
|
151
|
+
channel_id: 'channel-19',
|
|
152
|
+
base_denom: 'ausdy',
|
|
153
|
+
chain_name: 'nobletestnet'
|
|
154
|
+
},
|
|
155
|
+
chain: {
|
|
156
|
+
channel_id: 'channel-12'
|
|
157
|
+
}
|
|
158
|
+
}]
|
|
159
|
+
},
|
|
126
160
|
{
|
|
127
161
|
description: 'The controlled staking asset for Noble Chain',
|
|
128
162
|
denom_units: [{
|
|
@@ -174,6 +208,40 @@ const assets = {
|
|
|
174
208
|
channel_id: 'channel-12'
|
|
175
209
|
}
|
|
176
210
|
}]
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
description: 'Ondo US Dollar Yield',
|
|
214
|
+
denom_units: [{
|
|
215
|
+
denom: 'ibc/3F2D5DD627DB6531052E8D3D4765293F87C1D92C4ABB23B2EF19B385BB3A48A5',
|
|
216
|
+
exponent: 0,
|
|
217
|
+
aliases: ['ausdy']
|
|
218
|
+
}, {
|
|
219
|
+
denom: 'usdy',
|
|
220
|
+
exponent: 18
|
|
221
|
+
}],
|
|
222
|
+
base: 'ibc/3F2D5DD627DB6531052E8D3D4765293F87C1D92C4ABB23B2EF19B385BB3A48A5',
|
|
223
|
+
display: 'usdy',
|
|
224
|
+
name: 'Ondo US Dollar Yield',
|
|
225
|
+
symbol: 'USDY',
|
|
226
|
+
logo_URIs: {
|
|
227
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
228
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
229
|
+
},
|
|
230
|
+
images: [{
|
|
231
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
232
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
233
|
+
}],
|
|
234
|
+
traces: [{
|
|
235
|
+
type: 'ibc',
|
|
236
|
+
counterparty: {
|
|
237
|
+
channel_id: 'channel-19',
|
|
238
|
+
base_denom: 'ausdy',
|
|
239
|
+
chain_name: 'nobletestnet'
|
|
240
|
+
},
|
|
241
|
+
chain: {
|
|
242
|
+
channel_id: 'channel-12'
|
|
243
|
+
}
|
|
244
|
+
}]
|
|
177
245
|
}
|
|
178
246
|
]
|
|
179
247
|
};
|