@chain-registry/assets 1.70.320 → 1.70.322
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/cosmoshub.js +70 -0
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/intento.js +250 -0
- package/esm/mainnet/noble.js +8 -8
- package/esm/mainnet/osmosis.js +134 -0
- package/esm/mainnet/saga.js +32 -32
- package/index.d.ts +1 -1
- package/mainnet/assets.js +2 -1
- package/mainnet/cosmoshub.js +70 -0
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +4 -3
- package/mainnet/intento.d.ts +3 -0
- package/mainnet/intento.js +252 -0
- package/mainnet/noble.js +8 -8
- package/mainnet/osmosis.js +134 -0
- package/mainnet/saga.js +32 -32
- package/package.json +5 -5
|
@@ -0,0 +1,252 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const assets = {
|
|
4
|
+
chain_name: 'intento',
|
|
5
|
+
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uatom']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'atom',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
17
|
+
name: 'Cosmos Hub Atom',
|
|
18
|
+
display: 'atom',
|
|
19
|
+
symbol: 'ATOM',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
23
|
+
},
|
|
24
|
+
coingecko_id: 'cosmos',
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
28
|
+
}],
|
|
29
|
+
socials: {
|
|
30
|
+
website: 'https://cosmos.network',
|
|
31
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
32
|
+
},
|
|
33
|
+
type_asset: 'sdk.coin',
|
|
34
|
+
traces: [{
|
|
35
|
+
type: 'ibc',
|
|
36
|
+
counterparty: {
|
|
37
|
+
channel_id: 'channel-1492',
|
|
38
|
+
base_denom: 'uatom',
|
|
39
|
+
chain_name: 'cosmoshub'
|
|
40
|
+
},
|
|
41
|
+
chain: {
|
|
42
|
+
channel_id: 'channel-1'
|
|
43
|
+
}
|
|
44
|
+
}]
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
48
|
+
denom_units: [{
|
|
49
|
+
denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
50
|
+
exponent: 0,
|
|
51
|
+
aliases: ['uatom']
|
|
52
|
+
}, {
|
|
53
|
+
denom: 'atom',
|
|
54
|
+
exponent: 6
|
|
55
|
+
}],
|
|
56
|
+
base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
57
|
+
name: 'Cosmos Hub Atom',
|
|
58
|
+
display: 'atom',
|
|
59
|
+
symbol: 'ATOM',
|
|
60
|
+
logo_URIs: {
|
|
61
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
62
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
63
|
+
},
|
|
64
|
+
coingecko_id: 'cosmos',
|
|
65
|
+
images: [{
|
|
66
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
67
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
68
|
+
}],
|
|
69
|
+
socials: {
|
|
70
|
+
website: 'https://cosmos.network',
|
|
71
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
72
|
+
},
|
|
73
|
+
type_asset: 'sdk.coin',
|
|
74
|
+
traces: [{
|
|
75
|
+
type: 'ibc',
|
|
76
|
+
counterparty: {
|
|
77
|
+
channel_id: 'channel-1492',
|
|
78
|
+
base_denom: 'uatom',
|
|
79
|
+
chain_name: 'cosmoshub'
|
|
80
|
+
},
|
|
81
|
+
chain: {
|
|
82
|
+
channel_id: 'channel-1'
|
|
83
|
+
}
|
|
84
|
+
}]
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
description: 'The native token of Osmosis',
|
|
88
|
+
denom_units: [{
|
|
89
|
+
denom: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
|
|
90
|
+
exponent: 0,
|
|
91
|
+
aliases: ['uosmo']
|
|
92
|
+
}, {
|
|
93
|
+
denom: 'osmo',
|
|
94
|
+
exponent: 6
|
|
95
|
+
}],
|
|
96
|
+
type_asset: 'sdk.coin',
|
|
97
|
+
base: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
|
|
98
|
+
name: 'Osmosis',
|
|
99
|
+
display: 'osmo',
|
|
100
|
+
symbol: 'OSMO',
|
|
101
|
+
logo_URIs: {
|
|
102
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
103
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
104
|
+
},
|
|
105
|
+
images: [{
|
|
106
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
107
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
108
|
+
}],
|
|
109
|
+
coingecko_id: 'osmosis',
|
|
110
|
+
keywords: ['dex', 'staking'],
|
|
111
|
+
socials: {
|
|
112
|
+
website: 'https://osmosis.zone',
|
|
113
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
114
|
+
},
|
|
115
|
+
traces: [{
|
|
116
|
+
type: 'ibc',
|
|
117
|
+
counterparty: {
|
|
118
|
+
channel_id: 'channel-106076',
|
|
119
|
+
base_denom: 'uosmo',
|
|
120
|
+
chain_name: 'osmosis'
|
|
121
|
+
},
|
|
122
|
+
chain: {
|
|
123
|
+
channel_id: 'channel-3'
|
|
124
|
+
}
|
|
125
|
+
}]
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
description: 'ION is the second native token of Osmosis.',
|
|
129
|
+
denom_units: [{
|
|
130
|
+
denom: 'ibc/6CDA7F7E4DDB86FD275A986E78F13DF2FC500E3FEC2149E2215061FA51BB8C5D',
|
|
131
|
+
exponent: 0,
|
|
132
|
+
aliases: ['uion']
|
|
133
|
+
}, {
|
|
134
|
+
denom: 'ion',
|
|
135
|
+
exponent: 6
|
|
136
|
+
}],
|
|
137
|
+
type_asset: 'sdk.coin',
|
|
138
|
+
base: 'ibc/6CDA7F7E4DDB86FD275A986E78F13DF2FC500E3FEC2149E2215061FA51BB8C5D',
|
|
139
|
+
name: 'Ion DAO',
|
|
140
|
+
display: 'ion',
|
|
141
|
+
symbol: 'ION',
|
|
142
|
+
logo_URIs: {
|
|
143
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
144
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
145
|
+
},
|
|
146
|
+
images: [{
|
|
147
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
148
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
149
|
+
}],
|
|
150
|
+
coingecko_id: 'ion',
|
|
151
|
+
keywords: ['memecoin', 'defi'],
|
|
152
|
+
socials: {
|
|
153
|
+
website: 'https://ion.wtf',
|
|
154
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
155
|
+
},
|
|
156
|
+
traces: [{
|
|
157
|
+
type: 'ibc',
|
|
158
|
+
counterparty: {
|
|
159
|
+
channel_id: 'channel-106076',
|
|
160
|
+
base_denom: 'uion',
|
|
161
|
+
chain_name: 'osmosis'
|
|
162
|
+
},
|
|
163
|
+
chain: {
|
|
164
|
+
channel_id: 'channel-3'
|
|
165
|
+
}
|
|
166
|
+
}]
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
description: 'The native token of Osmosis',
|
|
170
|
+
denom_units: [{
|
|
171
|
+
denom: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
|
|
172
|
+
exponent: 0,
|
|
173
|
+
aliases: ['uosmo']
|
|
174
|
+
}, {
|
|
175
|
+
denom: 'osmo',
|
|
176
|
+
exponent: 6
|
|
177
|
+
}],
|
|
178
|
+
type_asset: 'sdk.coin',
|
|
179
|
+
base: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
|
|
180
|
+
name: 'Osmosis',
|
|
181
|
+
display: 'osmo',
|
|
182
|
+
symbol: 'OSMO',
|
|
183
|
+
logo_URIs: {
|
|
184
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
185
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
186
|
+
},
|
|
187
|
+
images: [{
|
|
188
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
189
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
190
|
+
}],
|
|
191
|
+
coingecko_id: 'osmosis',
|
|
192
|
+
keywords: ['dex', 'staking'],
|
|
193
|
+
socials: {
|
|
194
|
+
website: 'https://osmosis.zone',
|
|
195
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
196
|
+
},
|
|
197
|
+
traces: [{
|
|
198
|
+
type: 'ibc',
|
|
199
|
+
counterparty: {
|
|
200
|
+
channel_id: 'channel-106076',
|
|
201
|
+
base_denom: 'uosmo',
|
|
202
|
+
chain_name: 'osmosis'
|
|
203
|
+
},
|
|
204
|
+
chain: {
|
|
205
|
+
channel_id: 'channel-3'
|
|
206
|
+
}
|
|
207
|
+
}]
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
description: 'ION is the second native token of Osmosis.',
|
|
211
|
+
denom_units: [{
|
|
212
|
+
denom: 'ibc/6CDA7F7E4DDB86FD275A986E78F13DF2FC500E3FEC2149E2215061FA51BB8C5D',
|
|
213
|
+
exponent: 0,
|
|
214
|
+
aliases: ['uion']
|
|
215
|
+
}, {
|
|
216
|
+
denom: 'ion',
|
|
217
|
+
exponent: 6
|
|
218
|
+
}],
|
|
219
|
+
type_asset: 'sdk.coin',
|
|
220
|
+
base: 'ibc/6CDA7F7E4DDB86FD275A986E78F13DF2FC500E3FEC2149E2215061FA51BB8C5D',
|
|
221
|
+
name: 'Ion DAO',
|
|
222
|
+
display: 'ion',
|
|
223
|
+
symbol: 'ION',
|
|
224
|
+
logo_URIs: {
|
|
225
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
226
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
227
|
+
},
|
|
228
|
+
images: [{
|
|
229
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
230
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
231
|
+
}],
|
|
232
|
+
coingecko_id: 'ion',
|
|
233
|
+
keywords: ['memecoin', 'defi'],
|
|
234
|
+
socials: {
|
|
235
|
+
website: 'https://ion.wtf',
|
|
236
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
237
|
+
},
|
|
238
|
+
traces: [{
|
|
239
|
+
type: 'ibc',
|
|
240
|
+
counterparty: {
|
|
241
|
+
channel_id: 'channel-106076',
|
|
242
|
+
base_denom: 'uion',
|
|
243
|
+
chain_name: 'osmosis'
|
|
244
|
+
},
|
|
245
|
+
chain: {
|
|
246
|
+
channel_id: 'channel-3'
|
|
247
|
+
}
|
|
248
|
+
}]
|
|
249
|
+
}
|
|
250
|
+
]
|
|
251
|
+
};
|
|
252
|
+
exports.default = assets;
|
package/mainnet/noble.js
CHANGED
|
@@ -12308,14 +12308,14 @@ const assets = {
|
|
|
12308
12308
|
{
|
|
12309
12309
|
description: 'Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.',
|
|
12310
12310
|
denom_units: [{
|
|
12311
|
-
denom: 'ibc/
|
|
12311
|
+
denom: 'ibc/B7DFB783DD437306048703B818F81EB8C8ED06856DB9FD126EA7F2248907C1FF',
|
|
12312
12312
|
exponent: 0,
|
|
12313
12313
|
aliases: ['usaga']
|
|
12314
12314
|
}, {
|
|
12315
12315
|
denom: 'saga',
|
|
12316
12316
|
exponent: 6
|
|
12317
12317
|
}],
|
|
12318
|
-
base: 'ibc/
|
|
12318
|
+
base: 'ibc/B7DFB783DD437306048703B818F81EB8C8ED06856DB9FD126EA7F2248907C1FF',
|
|
12319
12319
|
name: 'Saga',
|
|
12320
12320
|
display: 'saga',
|
|
12321
12321
|
symbol: 'SAGA',
|
|
@@ -12345,12 +12345,12 @@ const assets = {
|
|
|
12345
12345
|
traces: [{
|
|
12346
12346
|
type: 'ibc',
|
|
12347
12347
|
counterparty: {
|
|
12348
|
-
channel_id: 'channel-
|
|
12348
|
+
channel_id: 'channel-37',
|
|
12349
12349
|
base_denom: 'usaga',
|
|
12350
12350
|
chain_name: 'saga'
|
|
12351
12351
|
},
|
|
12352
12352
|
chain: {
|
|
12353
|
-
channel_id: 'channel-
|
|
12353
|
+
channel_id: 'channel-169'
|
|
12354
12354
|
}
|
|
12355
12355
|
}]
|
|
12356
12356
|
},
|
|
@@ -21228,14 +21228,14 @@ const assets = {
|
|
|
21228
21228
|
{
|
|
21229
21229
|
description: 'Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.',
|
|
21230
21230
|
denom_units: [{
|
|
21231
|
-
denom: 'ibc/
|
|
21231
|
+
denom: 'ibc/B7DFB783DD437306048703B818F81EB8C8ED06856DB9FD126EA7F2248907C1FF',
|
|
21232
21232
|
exponent: 0,
|
|
21233
21233
|
aliases: ['usaga']
|
|
21234
21234
|
}, {
|
|
21235
21235
|
denom: 'saga',
|
|
21236
21236
|
exponent: 6
|
|
21237
21237
|
}],
|
|
21238
|
-
base: 'ibc/
|
|
21238
|
+
base: 'ibc/B7DFB783DD437306048703B818F81EB8C8ED06856DB9FD126EA7F2248907C1FF',
|
|
21239
21239
|
name: 'Saga',
|
|
21240
21240
|
display: 'saga',
|
|
21241
21241
|
symbol: 'SAGA',
|
|
@@ -21265,12 +21265,12 @@ const assets = {
|
|
|
21265
21265
|
traces: [{
|
|
21266
21266
|
type: 'ibc',
|
|
21267
21267
|
counterparty: {
|
|
21268
|
-
channel_id: 'channel-
|
|
21268
|
+
channel_id: 'channel-37',
|
|
21269
21269
|
base_denom: 'usaga',
|
|
21270
21270
|
chain_name: 'saga'
|
|
21271
21271
|
},
|
|
21272
21272
|
chain: {
|
|
21273
|
-
channel_id: 'channel-
|
|
21273
|
+
channel_id: 'channel-169'
|
|
21274
21274
|
}
|
|
21275
21275
|
}]
|
|
21276
21276
|
},
|
package/mainnet/osmosis.js
CHANGED
|
@@ -3972,6 +3972,41 @@ const assets = {
|
|
|
3972
3972
|
}
|
|
3973
3973
|
}]
|
|
3974
3974
|
},
|
|
3975
|
+
{
|
|
3976
|
+
description: 'The native token of INTENTO',
|
|
3977
|
+
denom_units: [{
|
|
3978
|
+
denom: 'ibc/BE072C03DA544CF282499418E7BC64D38614879B3EE95F9AD91E6C37267D4836',
|
|
3979
|
+
exponent: 0,
|
|
3980
|
+
aliases: ['uinto']
|
|
3981
|
+
}, {
|
|
3982
|
+
denom: 'into',
|
|
3983
|
+
exponent: 6
|
|
3984
|
+
}],
|
|
3985
|
+
base: 'ibc/BE072C03DA544CF282499418E7BC64D38614879B3EE95F9AD91E6C37267D4836',
|
|
3986
|
+
name: 'Intento',
|
|
3987
|
+
display: 'into',
|
|
3988
|
+
symbol: 'INTO',
|
|
3989
|
+
logo_URIs: {
|
|
3990
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
|
|
3991
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
|
|
3992
|
+
},
|
|
3993
|
+
images: [{
|
|
3994
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
|
|
3995
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
|
|
3996
|
+
}],
|
|
3997
|
+
type_asset: 'sdk.coin',
|
|
3998
|
+
traces: [{
|
|
3999
|
+
type: 'ibc',
|
|
4000
|
+
counterparty: {
|
|
4001
|
+
channel_id: 'channel-3',
|
|
4002
|
+
base_denom: 'uinto',
|
|
4003
|
+
chain_name: 'intento'
|
|
4004
|
+
},
|
|
4005
|
+
chain: {
|
|
4006
|
+
channel_id: 'channel-106076'
|
|
4007
|
+
}
|
|
4008
|
+
}]
|
|
4009
|
+
},
|
|
3975
4010
|
{
|
|
3976
4011
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
3977
4012
|
denom_units: [{
|
|
@@ -10183,6 +10218,41 @@ const assets = {
|
|
|
10183
10218
|
}
|
|
10184
10219
|
}]
|
|
10185
10220
|
},
|
|
10221
|
+
{
|
|
10222
|
+
description: 'The native token of INTENTO',
|
|
10223
|
+
denom_units: [{
|
|
10224
|
+
denom: 'ibc/BE072C03DA544CF282499418E7BC64D38614879B3EE95F9AD91E6C37267D4836',
|
|
10225
|
+
exponent: 0,
|
|
10226
|
+
aliases: ['uinto']
|
|
10227
|
+
}, {
|
|
10228
|
+
denom: 'into',
|
|
10229
|
+
exponent: 6
|
|
10230
|
+
}],
|
|
10231
|
+
base: 'ibc/BE072C03DA544CF282499418E7BC64D38614879B3EE95F9AD91E6C37267D4836',
|
|
10232
|
+
name: 'Intento',
|
|
10233
|
+
display: 'into',
|
|
10234
|
+
symbol: 'INTO',
|
|
10235
|
+
logo_URIs: {
|
|
10236
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
|
|
10237
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
|
|
10238
|
+
},
|
|
10239
|
+
images: [{
|
|
10240
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
|
|
10241
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
|
|
10242
|
+
}],
|
|
10243
|
+
type_asset: 'sdk.coin',
|
|
10244
|
+
traces: [{
|
|
10245
|
+
type: 'ibc',
|
|
10246
|
+
counterparty: {
|
|
10247
|
+
channel_id: 'channel-3',
|
|
10248
|
+
base_denom: 'uinto',
|
|
10249
|
+
chain_name: 'intento'
|
|
10250
|
+
},
|
|
10251
|
+
chain: {
|
|
10252
|
+
channel_id: 'channel-106076'
|
|
10253
|
+
}
|
|
10254
|
+
}]
|
|
10255
|
+
},
|
|
10186
10256
|
{
|
|
10187
10257
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
10188
10258
|
denom_units: [{
|
|
@@ -32980,6 +33050,38 @@ const assets = {
|
|
|
32980
33050
|
}
|
|
32981
33051
|
}]
|
|
32982
33052
|
},
|
|
33053
|
+
{
|
|
33054
|
+
denom_units: [{
|
|
33055
|
+
denom: 'ibc/532A096D3CCBBA43BF0DF91CC0D240A2A7AD0E2EC6E191BF0E0F26440FCB7943',
|
|
33056
|
+
exponent: 0,
|
|
33057
|
+
aliases: ['cw20:bbn1p56nwhnh0klnjf9k5ug6nyu84hkee0l2lq8f9kml7zwq9xsrkfcs7ej73n']
|
|
33058
|
+
}, {
|
|
33059
|
+
denom: 'CoBTC',
|
|
33060
|
+
exponent: 8
|
|
33061
|
+
}],
|
|
33062
|
+
base: 'ibc/532A096D3CCBBA43BF0DF91CC0D240A2A7AD0E2EC6E191BF0E0F26440FCB7943',
|
|
33063
|
+
address: 'bbn1p56nwhnh0klnjf9k5ug6nyu84hkee0l2lq8f9kml7zwq9xsrkfcs7ej73n',
|
|
33064
|
+
name: 'Coffer Bitcoin',
|
|
33065
|
+
display: 'CoBTC',
|
|
33066
|
+
symbol: 'CoBTC',
|
|
33067
|
+
logo_URIs: {
|
|
33068
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/CoBTC.svg'
|
|
33069
|
+
},
|
|
33070
|
+
type_asset: 'cw20',
|
|
33071
|
+
traces: [{
|
|
33072
|
+
type: 'ibc-cw20',
|
|
33073
|
+
counterparty: {
|
|
33074
|
+
port: 'wasm.bbn16tfcsjcg4trlnj2t4cpdq20q4d7nzusew3ev50scz30mmfzdx8ssgx7eq6',
|
|
33075
|
+
channel_id: 'channel-7',
|
|
33076
|
+
base_denom: 'cw20:bbn1p56nwhnh0klnjf9k5ug6nyu84hkee0l2lq8f9kml7zwq9xsrkfcs7ej73n',
|
|
33077
|
+
chain_name: 'babylon'
|
|
33078
|
+
},
|
|
33079
|
+
chain: {
|
|
33080
|
+
port: 'transfer',
|
|
33081
|
+
channel_id: 'channel-101979'
|
|
33082
|
+
}
|
|
33083
|
+
}]
|
|
33084
|
+
},
|
|
32983
33085
|
{
|
|
32984
33086
|
description: 'Puppy',
|
|
32985
33087
|
denom_units: [{
|
|
@@ -36221,6 +36323,38 @@ const assets = {
|
|
|
36221
36323
|
}
|
|
36222
36324
|
}]
|
|
36223
36325
|
},
|
|
36326
|
+
{
|
|
36327
|
+
denom_units: [{
|
|
36328
|
+
denom: 'ibc/532A096D3CCBBA43BF0DF91CC0D240A2A7AD0E2EC6E191BF0E0F26440FCB7943',
|
|
36329
|
+
exponent: 0,
|
|
36330
|
+
aliases: ['cw20:bbn1p56nwhnh0klnjf9k5ug6nyu84hkee0l2lq8f9kml7zwq9xsrkfcs7ej73n']
|
|
36331
|
+
}, {
|
|
36332
|
+
denom: 'CoBTC',
|
|
36333
|
+
exponent: 8
|
|
36334
|
+
}],
|
|
36335
|
+
base: 'ibc/532A096D3CCBBA43BF0DF91CC0D240A2A7AD0E2EC6E191BF0E0F26440FCB7943',
|
|
36336
|
+
address: 'bbn1p56nwhnh0klnjf9k5ug6nyu84hkee0l2lq8f9kml7zwq9xsrkfcs7ej73n',
|
|
36337
|
+
name: 'Coffer Bitcoin',
|
|
36338
|
+
display: 'CoBTC',
|
|
36339
|
+
symbol: 'CoBTC',
|
|
36340
|
+
logo_URIs: {
|
|
36341
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/CoBTC.svg'
|
|
36342
|
+
},
|
|
36343
|
+
type_asset: 'cw20',
|
|
36344
|
+
traces: [{
|
|
36345
|
+
type: 'ibc-cw20',
|
|
36346
|
+
counterparty: {
|
|
36347
|
+
port: 'wasm.bbn16tfcsjcg4trlnj2t4cpdq20q4d7nzusew3ev50scz30mmfzdx8ssgx7eq6',
|
|
36348
|
+
channel_id: 'channel-7',
|
|
36349
|
+
base_denom: 'cw20:bbn1p56nwhnh0klnjf9k5ug6nyu84hkee0l2lq8f9kml7zwq9xsrkfcs7ej73n',
|
|
36350
|
+
chain_name: 'babylon'
|
|
36351
|
+
},
|
|
36352
|
+
chain: {
|
|
36353
|
+
port: 'transfer',
|
|
36354
|
+
channel_id: 'channel-101979'
|
|
36355
|
+
}
|
|
36356
|
+
}]
|
|
36357
|
+
},
|
|
36224
36358
|
{
|
|
36225
36359
|
description: 'Puppy',
|
|
36226
36360
|
denom_units: [{
|