@chain-registry/assets 1.64.79 → 1.64.81
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/agoric.js +6 -2
- package/esm/mainnet/akash.js +6 -2
- package/esm/mainnet/axelar.js +20 -88
- package/esm/mainnet/beezee.js +232 -0
- package/esm/mainnet/chihuahua.js +6 -2
- package/esm/mainnet/comdex.js +6 -2
- package/esm/mainnet/composable.js +4 -2
- package/esm/mainnet/cosmoshub.js +6 -2
- package/esm/mainnet/crescent.js +6 -2
- package/esm/mainnet/cryptoorgchain.js +6 -2
- package/esm/mainnet/dydx.js +6 -2
- package/esm/mainnet/gravitybridge.js +6 -2
- package/esm/mainnet/injective.js +6 -2
- package/esm/mainnet/irisnet.js +6 -2
- package/esm/mainnet/juno.js +6 -2
- package/esm/mainnet/kava.js +6 -2
- package/esm/mainnet/kujira.js +6 -2
- package/esm/mainnet/neutron.js +6 -2
- package/esm/mainnet/noble.js +174 -110
- package/esm/mainnet/osmosis.js +30 -94
- package/esm/mainnet/quicksilver.js +6 -2
- package/esm/mainnet/regen.js +6 -2
- package/esm/mainnet/secretnetwork.js +78 -22
- package/esm/mainnet/sentinel.js +6 -2
- package/esm/mainnet/sifchain.js +6 -2
- package/esm/mainnet/stargaze.js +6 -2
- package/esm/mainnet/starname.js +6 -2
- package/esm/mainnet/stride.js +6 -2
- package/esm/mainnet/umee.js +6 -2
- package/esm/testnet/assets.js +2 -1
- package/esm/testnet/index.js +1 -0
- package/esm/testnet/nobletestnet.js +64 -0
- package/esm/testnet/seitestnet2.js +178 -0
- package/index.d.ts +1 -1
- package/mainnet/agoric.js +6 -2
- package/mainnet/akash.js +6 -2
- package/mainnet/axelar.js +20 -88
- package/mainnet/beezee.js +232 -0
- package/mainnet/chihuahua.js +6 -2
- package/mainnet/comdex.js +6 -2
- package/mainnet/composable.js +4 -2
- package/mainnet/cosmoshub.js +6 -2
- package/mainnet/crescent.js +6 -2
- package/mainnet/cryptoorgchain.js +6 -2
- package/mainnet/dydx.js +6 -2
- package/mainnet/gravitybridge.js +6 -2
- package/mainnet/injective.js +6 -2
- package/mainnet/irisnet.js +6 -2
- package/mainnet/juno.js +6 -2
- package/mainnet/kava.js +6 -2
- package/mainnet/kujira.js +6 -2
- package/mainnet/neutron.js +6 -2
- package/mainnet/noble.js +174 -110
- package/mainnet/osmosis.js +30 -94
- package/mainnet/quicksilver.js +6 -2
- package/mainnet/regen.js +6 -2
- package/mainnet/secretnetwork.js +78 -22
- package/mainnet/sentinel.js +6 -2
- package/mainnet/sifchain.js +6 -2
- package/mainnet/stargaze.js +6 -2
- package/mainnet/starname.js +6 -2
- package/mainnet/stride.js +6 -2
- package/mainnet/umee.js +6 -2
- package/package.json +5 -5
- package/testnet/assets.js +2 -1
- package/testnet/index.d.ts +1 -0
- package/testnet/index.js +2 -1
- package/testnet/nobletestnet.js +64 -0
- package/testnet/seitestnet2.d.ts +3 -0
- package/testnet/seitestnet2.js +180 -0
package/mainnet/beezee.js
CHANGED
|
@@ -101,6 +101,122 @@ const assets = {
|
|
|
101
101
|
}
|
|
102
102
|
}]
|
|
103
103
|
},
|
|
104
|
+
{
|
|
105
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
106
|
+
denom_units: [{
|
|
107
|
+
denom: 'ibc/0CC1485F7DF4F335F6F416C46EDB77B09557EC7E5B7215BED40EB741D45FD6C8',
|
|
108
|
+
exponent: 0,
|
|
109
|
+
aliases: ['ustake']
|
|
110
|
+
}, {
|
|
111
|
+
denom: 'stake',
|
|
112
|
+
exponent: 6
|
|
113
|
+
}],
|
|
114
|
+
base: 'ibc/0CC1485F7DF4F335F6F416C46EDB77B09557EC7E5B7215BED40EB741D45FD6C8',
|
|
115
|
+
name: 'Stake',
|
|
116
|
+
display: 'stake',
|
|
117
|
+
symbol: 'STAKE',
|
|
118
|
+
logo_URIs: {
|
|
119
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
120
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
121
|
+
},
|
|
122
|
+
images: [{
|
|
123
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
124
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
|
|
125
|
+
theme: {
|
|
126
|
+
primary_color_hex: '#a8bbfb'
|
|
127
|
+
}
|
|
128
|
+
}],
|
|
129
|
+
traces: [{
|
|
130
|
+
type: 'ibc',
|
|
131
|
+
counterparty: {
|
|
132
|
+
channel_id: 'channel-95',
|
|
133
|
+
base_denom: 'ustake',
|
|
134
|
+
chain_name: 'noble'
|
|
135
|
+
},
|
|
136
|
+
chain: {
|
|
137
|
+
channel_id: 'channel-3'
|
|
138
|
+
}
|
|
139
|
+
}]
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
143
|
+
denom_units: [{
|
|
144
|
+
denom: 'ibc/7B5D410F054FA84CAA574EF31B0C2A4896650DF5194E7CC47E029A9F8C81219B',
|
|
145
|
+
exponent: 0,
|
|
146
|
+
aliases: ['ufrienzies']
|
|
147
|
+
}, {
|
|
148
|
+
denom: 'frienzies',
|
|
149
|
+
exponent: 6
|
|
150
|
+
}],
|
|
151
|
+
base: 'ibc/7B5D410F054FA84CAA574EF31B0C2A4896650DF5194E7CC47E029A9F8C81219B',
|
|
152
|
+
display: 'frienzies',
|
|
153
|
+
name: 'Frienzies',
|
|
154
|
+
symbol: 'FRNZ',
|
|
155
|
+
logo_URIs: {
|
|
156
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
157
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
158
|
+
},
|
|
159
|
+
images: [{
|
|
160
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
161
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
|
|
162
|
+
theme: {
|
|
163
|
+
primary_color_hex: '#04041c'
|
|
164
|
+
}
|
|
165
|
+
}],
|
|
166
|
+
traces: [{
|
|
167
|
+
type: 'ibc',
|
|
168
|
+
counterparty: {
|
|
169
|
+
channel_id: 'channel-95',
|
|
170
|
+
base_denom: 'ufrienzies',
|
|
171
|
+
chain_name: 'noble'
|
|
172
|
+
},
|
|
173
|
+
chain: {
|
|
174
|
+
channel_id: 'channel-3'
|
|
175
|
+
}
|
|
176
|
+
}]
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
description: 'Ondo US Dollar Yield',
|
|
180
|
+
denom_units: [{
|
|
181
|
+
denom: 'ibc/441C99C902014BEFAB273290871973B8C0EAEAC141CD6574FCBD9232774C7EA5',
|
|
182
|
+
exponent: 0,
|
|
183
|
+
aliases: ['ausdy']
|
|
184
|
+
}, {
|
|
185
|
+
denom: 'usdy',
|
|
186
|
+
exponent: 18
|
|
187
|
+
}],
|
|
188
|
+
base: 'ibc/441C99C902014BEFAB273290871973B8C0EAEAC141CD6574FCBD9232774C7EA5',
|
|
189
|
+
display: 'usdy',
|
|
190
|
+
name: 'Ondo US Dollar Yield',
|
|
191
|
+
symbol: 'USDY',
|
|
192
|
+
logo_URIs: {
|
|
193
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
194
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
195
|
+
},
|
|
196
|
+
images: [{
|
|
197
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
198
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
199
|
+
theme: {
|
|
200
|
+
primary_color_hex: '#142c5c'
|
|
201
|
+
}
|
|
202
|
+
}],
|
|
203
|
+
coingecko_id: 'ondo-us-dollar-yield',
|
|
204
|
+
socials: {
|
|
205
|
+
website: 'https://ondo.finance/usdy',
|
|
206
|
+
twitter: 'https://x.com/OndoFinance'
|
|
207
|
+
},
|
|
208
|
+
traces: [{
|
|
209
|
+
type: 'ibc',
|
|
210
|
+
counterparty: {
|
|
211
|
+
channel_id: 'channel-95',
|
|
212
|
+
base_denom: 'ausdy',
|
|
213
|
+
chain_name: 'noble'
|
|
214
|
+
},
|
|
215
|
+
chain: {
|
|
216
|
+
channel_id: 'channel-3'
|
|
217
|
+
}
|
|
218
|
+
}]
|
|
219
|
+
},
|
|
104
220
|
{
|
|
105
221
|
description: 'The native token of Osmosis',
|
|
106
222
|
denom_units: [{
|
|
@@ -189,6 +305,122 @@ const assets = {
|
|
|
189
305
|
}
|
|
190
306
|
}]
|
|
191
307
|
},
|
|
308
|
+
{
|
|
309
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
310
|
+
denom_units: [{
|
|
311
|
+
denom: 'ibc/0CC1485F7DF4F335F6F416C46EDB77B09557EC7E5B7215BED40EB741D45FD6C8',
|
|
312
|
+
exponent: 0,
|
|
313
|
+
aliases: ['ustake']
|
|
314
|
+
}, {
|
|
315
|
+
denom: 'stake',
|
|
316
|
+
exponent: 6
|
|
317
|
+
}],
|
|
318
|
+
base: 'ibc/0CC1485F7DF4F335F6F416C46EDB77B09557EC7E5B7215BED40EB741D45FD6C8',
|
|
319
|
+
name: 'Stake',
|
|
320
|
+
display: 'stake',
|
|
321
|
+
symbol: 'STAKE',
|
|
322
|
+
logo_URIs: {
|
|
323
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
324
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
325
|
+
},
|
|
326
|
+
images: [{
|
|
327
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
328
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
|
|
329
|
+
theme: {
|
|
330
|
+
primary_color_hex: '#a8bbfb'
|
|
331
|
+
}
|
|
332
|
+
}],
|
|
333
|
+
traces: [{
|
|
334
|
+
type: 'ibc',
|
|
335
|
+
counterparty: {
|
|
336
|
+
channel_id: 'channel-95',
|
|
337
|
+
base_denom: 'ustake',
|
|
338
|
+
chain_name: 'noble'
|
|
339
|
+
},
|
|
340
|
+
chain: {
|
|
341
|
+
channel_id: 'channel-3'
|
|
342
|
+
}
|
|
343
|
+
}]
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
347
|
+
denom_units: [{
|
|
348
|
+
denom: 'ibc/7B5D410F054FA84CAA574EF31B0C2A4896650DF5194E7CC47E029A9F8C81219B',
|
|
349
|
+
exponent: 0,
|
|
350
|
+
aliases: ['ufrienzies']
|
|
351
|
+
}, {
|
|
352
|
+
denom: 'frienzies',
|
|
353
|
+
exponent: 6
|
|
354
|
+
}],
|
|
355
|
+
base: 'ibc/7B5D410F054FA84CAA574EF31B0C2A4896650DF5194E7CC47E029A9F8C81219B',
|
|
356
|
+
display: 'frienzies',
|
|
357
|
+
name: 'Frienzies',
|
|
358
|
+
symbol: 'FRNZ',
|
|
359
|
+
logo_URIs: {
|
|
360
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
361
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
362
|
+
},
|
|
363
|
+
images: [{
|
|
364
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
365
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
|
|
366
|
+
theme: {
|
|
367
|
+
primary_color_hex: '#04041c'
|
|
368
|
+
}
|
|
369
|
+
}],
|
|
370
|
+
traces: [{
|
|
371
|
+
type: 'ibc',
|
|
372
|
+
counterparty: {
|
|
373
|
+
channel_id: 'channel-95',
|
|
374
|
+
base_denom: 'ufrienzies',
|
|
375
|
+
chain_name: 'noble'
|
|
376
|
+
},
|
|
377
|
+
chain: {
|
|
378
|
+
channel_id: 'channel-3'
|
|
379
|
+
}
|
|
380
|
+
}]
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
description: 'Ondo US Dollar Yield',
|
|
384
|
+
denom_units: [{
|
|
385
|
+
denom: 'ibc/441C99C902014BEFAB273290871973B8C0EAEAC141CD6574FCBD9232774C7EA5',
|
|
386
|
+
exponent: 0,
|
|
387
|
+
aliases: ['ausdy']
|
|
388
|
+
}, {
|
|
389
|
+
denom: 'usdy',
|
|
390
|
+
exponent: 18
|
|
391
|
+
}],
|
|
392
|
+
base: 'ibc/441C99C902014BEFAB273290871973B8C0EAEAC141CD6574FCBD9232774C7EA5',
|
|
393
|
+
display: 'usdy',
|
|
394
|
+
name: 'Ondo US Dollar Yield',
|
|
395
|
+
symbol: 'USDY',
|
|
396
|
+
logo_URIs: {
|
|
397
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
398
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
399
|
+
},
|
|
400
|
+
images: [{
|
|
401
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
402
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
403
|
+
theme: {
|
|
404
|
+
primary_color_hex: '#142c5c'
|
|
405
|
+
}
|
|
406
|
+
}],
|
|
407
|
+
coingecko_id: 'ondo-us-dollar-yield',
|
|
408
|
+
socials: {
|
|
409
|
+
website: 'https://ondo.finance/usdy',
|
|
410
|
+
twitter: 'https://x.com/OndoFinance'
|
|
411
|
+
},
|
|
412
|
+
traces: [{
|
|
413
|
+
type: 'ibc',
|
|
414
|
+
counterparty: {
|
|
415
|
+
channel_id: 'channel-95',
|
|
416
|
+
base_denom: 'ausdy',
|
|
417
|
+
chain_name: 'noble'
|
|
418
|
+
},
|
|
419
|
+
chain: {
|
|
420
|
+
channel_id: 'channel-3'
|
|
421
|
+
}
|
|
422
|
+
}]
|
|
423
|
+
},
|
|
192
424
|
{
|
|
193
425
|
description: 'The native token of Osmosis',
|
|
194
426
|
denom_units: [{
|
package/mainnet/chihuahua.js
CHANGED
|
@@ -379,7 +379,9 @@ const assets = {
|
|
|
379
379
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
380
380
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
381
381
|
theme: {
|
|
382
|
-
|
|
382
|
+
circle: true,
|
|
383
|
+
primary_color_hex: '#E59636',
|
|
384
|
+
background_color_hex: '#000000'
|
|
383
385
|
}
|
|
384
386
|
}],
|
|
385
387
|
socials: {
|
|
@@ -849,7 +851,9 @@ const assets = {
|
|
|
849
851
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
850
852
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
851
853
|
theme: {
|
|
852
|
-
|
|
854
|
+
circle: true,
|
|
855
|
+
primary_color_hex: '#E59636',
|
|
856
|
+
background_color_hex: '#000000'
|
|
853
857
|
}
|
|
854
858
|
}],
|
|
855
859
|
socials: {
|
package/mainnet/comdex.js
CHANGED
|
@@ -312,7 +312,9 @@ const assets = {
|
|
|
312
312
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
313
313
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
314
314
|
theme: {
|
|
315
|
-
|
|
315
|
+
circle: true,
|
|
316
|
+
primary_color_hex: '#E59636',
|
|
317
|
+
background_color_hex: '#000000'
|
|
316
318
|
}
|
|
317
319
|
}],
|
|
318
320
|
socials: {
|
|
@@ -766,7 +768,9 @@ const assets = {
|
|
|
766
768
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
767
769
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
768
770
|
theme: {
|
|
769
|
-
|
|
771
|
+
circle: true,
|
|
772
|
+
primary_color_hex: '#E59636',
|
|
773
|
+
background_color_hex: '#000000'
|
|
770
774
|
}
|
|
771
775
|
}],
|
|
772
776
|
socials: {
|
package/mainnet/composable.js
CHANGED
|
@@ -814,7 +814,8 @@ const assets = {
|
|
|
814
814
|
display: 'SOL',
|
|
815
815
|
symbol: 'SOL',
|
|
816
816
|
logo_URIs: {
|
|
817
|
-
|
|
817
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
|
|
818
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg'
|
|
818
819
|
},
|
|
819
820
|
coingecko_id: 'solana',
|
|
820
821
|
images: [{
|
|
@@ -3437,7 +3438,8 @@ const assets = {
|
|
|
3437
3438
|
display: 'SOL',
|
|
3438
3439
|
symbol: 'SOL',
|
|
3439
3440
|
logo_URIs: {
|
|
3440
|
-
|
|
3441
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
|
|
3442
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg'
|
|
3441
3443
|
},
|
|
3442
3444
|
coingecko_id: 'solana',
|
|
3443
3445
|
images: [{
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -3491,7 +3491,9 @@ const assets = {
|
|
|
3491
3491
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
3492
3492
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
3493
3493
|
theme: {
|
|
3494
|
-
|
|
3494
|
+
circle: true,
|
|
3495
|
+
primary_color_hex: '#E59636',
|
|
3496
|
+
background_color_hex: '#000000'
|
|
3495
3497
|
}
|
|
3496
3498
|
}],
|
|
3497
3499
|
socials: {
|
|
@@ -8925,7 +8927,9 @@ const assets = {
|
|
|
8925
8927
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
8926
8928
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
8927
8929
|
theme: {
|
|
8928
|
-
|
|
8930
|
+
circle: true,
|
|
8931
|
+
primary_color_hex: '#E59636',
|
|
8932
|
+
background_color_hex: '#000000'
|
|
8929
8933
|
}
|
|
8930
8934
|
}],
|
|
8931
8935
|
socials: {
|
package/mainnet/crescent.js
CHANGED
|
@@ -1583,7 +1583,9 @@ const assets = {
|
|
|
1583
1583
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
1584
1584
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
1585
1585
|
theme: {
|
|
1586
|
-
|
|
1586
|
+
circle: true,
|
|
1587
|
+
primary_color_hex: '#E59636',
|
|
1588
|
+
background_color_hex: '#000000'
|
|
1587
1589
|
}
|
|
1588
1590
|
}],
|
|
1589
1591
|
socials: {
|
|
@@ -3808,7 +3810,9 @@ const assets = {
|
|
|
3808
3810
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
3809
3811
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
3810
3812
|
theme: {
|
|
3811
|
-
|
|
3813
|
+
circle: true,
|
|
3814
|
+
primary_color_hex: '#E59636',
|
|
3815
|
+
background_color_hex: '#000000'
|
|
3812
3816
|
}
|
|
3813
3817
|
}],
|
|
3814
3818
|
socials: {
|
|
@@ -633,7 +633,9 @@ const assets = {
|
|
|
633
633
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
634
634
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
635
635
|
theme: {
|
|
636
|
-
|
|
636
|
+
circle: true,
|
|
637
|
+
primary_color_hex: '#E59636',
|
|
638
|
+
background_color_hex: '#000000'
|
|
637
639
|
}
|
|
638
640
|
}],
|
|
639
641
|
socials: {
|
|
@@ -1164,7 +1166,9 @@ const assets = {
|
|
|
1164
1166
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
1165
1167
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
1166
1168
|
theme: {
|
|
1167
|
-
|
|
1169
|
+
circle: true,
|
|
1170
|
+
primary_color_hex: '#E59636',
|
|
1171
|
+
background_color_hex: '#000000'
|
|
1168
1172
|
}
|
|
1169
1173
|
}],
|
|
1170
1174
|
socials: {
|
package/mainnet/dydx.js
CHANGED
|
@@ -955,7 +955,9 @@ const assets = {
|
|
|
955
955
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
956
956
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
957
957
|
theme: {
|
|
958
|
-
|
|
958
|
+
circle: true,
|
|
959
|
+
primary_color_hex: '#E59636',
|
|
960
|
+
background_color_hex: '#000000'
|
|
959
961
|
}
|
|
960
962
|
}],
|
|
961
963
|
socials: {
|
|
@@ -4359,7 +4361,9 @@ const assets = {
|
|
|
4359
4361
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
4360
4362
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
4361
4363
|
theme: {
|
|
4362
|
-
|
|
4364
|
+
circle: true,
|
|
4365
|
+
primary_color_hex: '#E59636',
|
|
4366
|
+
background_color_hex: '#000000'
|
|
4363
4367
|
}
|
|
4364
4368
|
}],
|
|
4365
4369
|
socials: {
|
package/mainnet/gravitybridge.js
CHANGED
|
@@ -1467,7 +1467,9 @@ const assets = {
|
|
|
1467
1467
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
1468
1468
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
1469
1469
|
theme: {
|
|
1470
|
-
|
|
1470
|
+
circle: true,
|
|
1471
|
+
primary_color_hex: '#E59636',
|
|
1472
|
+
background_color_hex: '#000000'
|
|
1471
1473
|
}
|
|
1472
1474
|
}],
|
|
1473
1475
|
socials: {
|
|
@@ -1965,7 +1967,9 @@ const assets = {
|
|
|
1965
1967
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
1966
1968
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
1967
1969
|
theme: {
|
|
1968
|
-
|
|
1970
|
+
circle: true,
|
|
1971
|
+
primary_color_hex: '#E59636',
|
|
1972
|
+
background_color_hex: '#000000'
|
|
1969
1973
|
}
|
|
1970
1974
|
}],
|
|
1971
1975
|
socials: {
|
package/mainnet/injective.js
CHANGED
|
@@ -1860,7 +1860,9 @@ const assets = {
|
|
|
1860
1860
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
1861
1861
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
1862
1862
|
theme: {
|
|
1863
|
-
|
|
1863
|
+
circle: true,
|
|
1864
|
+
primary_color_hex: '#E59636',
|
|
1865
|
+
background_color_hex: '#000000'
|
|
1864
1866
|
}
|
|
1865
1867
|
}],
|
|
1866
1868
|
socials: {
|
|
@@ -5493,7 +5495,9 @@ const assets = {
|
|
|
5493
5495
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
5494
5496
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
5495
5497
|
theme: {
|
|
5496
|
-
|
|
5498
|
+
circle: true,
|
|
5499
|
+
primary_color_hex: '#E59636',
|
|
5500
|
+
background_color_hex: '#000000'
|
|
5497
5501
|
}
|
|
5498
5502
|
}],
|
|
5499
5503
|
socials: {
|
package/mainnet/irisnet.js
CHANGED
|
@@ -1202,7 +1202,9 @@ const assets = {
|
|
|
1202
1202
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
1203
1203
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
1204
1204
|
theme: {
|
|
1205
|
-
|
|
1205
|
+
circle: true,
|
|
1206
|
+
primary_color_hex: '#E59636',
|
|
1207
|
+
background_color_hex: '#000000'
|
|
1206
1208
|
}
|
|
1207
1209
|
}],
|
|
1208
1210
|
socials: {
|
|
@@ -1604,7 +1606,9 @@ const assets = {
|
|
|
1604
1606
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
1605
1607
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
1606
1608
|
theme: {
|
|
1607
|
-
|
|
1609
|
+
circle: true,
|
|
1610
|
+
primary_color_hex: '#E59636',
|
|
1611
|
+
background_color_hex: '#000000'
|
|
1608
1612
|
}
|
|
1609
1613
|
}],
|
|
1610
1614
|
socials: {
|
package/mainnet/juno.js
CHANGED
|
@@ -2202,7 +2202,9 @@ const assets = {
|
|
|
2202
2202
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
2203
2203
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
2204
2204
|
theme: {
|
|
2205
|
-
|
|
2205
|
+
circle: true,
|
|
2206
|
+
primary_color_hex: '#E59636',
|
|
2207
|
+
background_color_hex: '#000000'
|
|
2206
2208
|
}
|
|
2207
2209
|
}],
|
|
2208
2210
|
socials: {
|
|
@@ -4063,7 +4065,9 @@ const assets = {
|
|
|
4063
4065
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
4064
4066
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
4065
4067
|
theme: {
|
|
4066
|
-
|
|
4068
|
+
circle: true,
|
|
4069
|
+
primary_color_hex: '#E59636',
|
|
4070
|
+
background_color_hex: '#000000'
|
|
4067
4071
|
}
|
|
4068
4072
|
}],
|
|
4069
4073
|
socials: {
|
package/mainnet/kava.js
CHANGED
|
@@ -2040,7 +2040,9 @@ const assets = {
|
|
|
2040
2040
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
2041
2041
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
2042
2042
|
theme: {
|
|
2043
|
-
|
|
2043
|
+
circle: true,
|
|
2044
|
+
primary_color_hex: '#E59636',
|
|
2045
|
+
background_color_hex: '#000000'
|
|
2044
2046
|
}
|
|
2045
2047
|
}],
|
|
2046
2048
|
socials: {
|
|
@@ -2707,7 +2709,9 @@ const assets = {
|
|
|
2707
2709
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
2708
2710
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
2709
2711
|
theme: {
|
|
2710
|
-
|
|
2712
|
+
circle: true,
|
|
2713
|
+
primary_color_hex: '#E59636',
|
|
2714
|
+
background_color_hex: '#000000'
|
|
2711
2715
|
}
|
|
2712
2716
|
}],
|
|
2713
2717
|
socials: {
|
package/mainnet/kujira.js
CHANGED
|
@@ -4121,7 +4121,9 @@ const assets = {
|
|
|
4121
4121
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
4122
4122
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
4123
4123
|
theme: {
|
|
4124
|
-
|
|
4124
|
+
circle: true,
|
|
4125
|
+
primary_color_hex: '#E59636',
|
|
4126
|
+
background_color_hex: '#000000'
|
|
4125
4127
|
}
|
|
4126
4128
|
}],
|
|
4127
4129
|
socials: {
|
|
@@ -5283,7 +5285,9 @@ const assets = {
|
|
|
5283
5285
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
5284
5286
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
5285
5287
|
theme: {
|
|
5286
|
-
|
|
5288
|
+
circle: true,
|
|
5289
|
+
primary_color_hex: '#E59636',
|
|
5290
|
+
background_color_hex: '#000000'
|
|
5287
5291
|
}
|
|
5288
5292
|
}],
|
|
5289
5293
|
socials: {
|
package/mainnet/neutron.js
CHANGED
|
@@ -2107,7 +2107,9 @@ const assets = {
|
|
|
2107
2107
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
2108
2108
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
2109
2109
|
theme: {
|
|
2110
|
-
|
|
2110
|
+
circle: true,
|
|
2111
|
+
primary_color_hex: '#E59636',
|
|
2112
|
+
background_color_hex: '#000000'
|
|
2111
2113
|
}
|
|
2112
2114
|
}],
|
|
2113
2115
|
socials: {
|
|
@@ -5255,7 +5257,9 @@ const assets = {
|
|
|
5255
5257
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
5256
5258
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
5257
5259
|
theme: {
|
|
5258
|
-
|
|
5260
|
+
circle: true,
|
|
5261
|
+
primary_color_hex: '#E59636',
|
|
5262
|
+
background_color_hex: '#000000'
|
|
5259
5263
|
}
|
|
5260
5264
|
}],
|
|
5261
5265
|
socials: {
|