@chain-registry/assets 1.64.25 → 1.64.26
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/archway.js +6 -2
- package/esm/mainnet/axelar.js +32 -4
- package/esm/mainnet/celestia.js +6 -2
- package/esm/mainnet/chihuahua.js +6 -2
- package/esm/mainnet/composable.js +6 -2
- package/esm/mainnet/cosmoshub.js +34 -6
- package/esm/mainnet/dydx.js +6 -2
- package/esm/mainnet/dymension.js +6 -2
- package/esm/mainnet/injective.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/mars.js +6 -2
- package/esm/mainnet/noble.js +14 -10
- package/esm/mainnet/nois.js +6 -2
- package/esm/mainnet/nolus.js +6 -2
- package/esm/mainnet/nomic.js +6 -2
- package/esm/mainnet/osmosis.js +34 -6
- package/esm/mainnet/persistence.js +6 -2
- package/esm/mainnet/pryzm.js +6 -2
- package/esm/mainnet/saga.js +6 -2
- package/esm/mainnet/secretnetwork.js +6 -2
- package/esm/mainnet/sei.js +6 -2
- package/esm/mainnet/shido.js +24 -24
- package/esm/mainnet/stargaze.js +6 -2
- package/esm/mainnet/stride.js +6 -2
- package/esm/mainnet/terra2.js +6 -2
- package/mainnet/archway.js +6 -2
- package/mainnet/axelar.js +32 -4
- package/mainnet/celestia.js +6 -2
- package/mainnet/chihuahua.js +6 -2
- package/mainnet/composable.js +6 -2
- package/mainnet/cosmoshub.js +34 -6
- package/mainnet/dydx.js +6 -2
- package/mainnet/dymension.js +6 -2
- package/mainnet/injective.js +6 -2
- package/mainnet/juno.js +6 -2
- package/mainnet/kava.js +6 -2
- package/mainnet/kujira.js +6 -2
- package/mainnet/mars.js +6 -2
- package/mainnet/noble.js +14 -10
- package/mainnet/nois.js +6 -2
- package/mainnet/nolus.js +6 -2
- package/mainnet/nomic.js +6 -2
- package/mainnet/osmosis.js +34 -6
- package/mainnet/persistence.js +6 -2
- package/mainnet/pryzm.js +6 -2
- package/mainnet/saga.js +6 -2
- package/mainnet/secretnetwork.js +6 -2
- package/mainnet/sei.js +6 -2
- package/mainnet/shido.js +24 -24
- package/mainnet/stargaze.js +6 -2
- package/mainnet/stride.js +6 -2
- package/mainnet/terra2.js +6 -2
- package/package.json +5 -5
|
@@ -1140,7 +1140,9 @@ const assets = {
|
|
|
1140
1140
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
1141
1141
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
1142
1142
|
theme: {
|
|
1143
|
-
primary_color_hex: '#040404'
|
|
1143
|
+
primary_color_hex: '#040404',
|
|
1144
|
+
background_color_hex: '#000000',
|
|
1145
|
+
circle: true
|
|
1144
1146
|
}
|
|
1145
1147
|
}],
|
|
1146
1148
|
socials: {
|
|
@@ -2602,7 +2604,9 @@ const assets = {
|
|
|
2602
2604
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
2603
2605
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
2604
2606
|
theme: {
|
|
2605
|
-
primary_color_hex: '#040404'
|
|
2607
|
+
primary_color_hex: '#040404',
|
|
2608
|
+
background_color_hex: '#000000',
|
|
2609
|
+
circle: true
|
|
2606
2610
|
}
|
|
2607
2611
|
}],
|
|
2608
2612
|
socials: {
|
package/esm/mainnet/pryzm.js
CHANGED
|
@@ -422,7 +422,9 @@ const assets = {
|
|
|
422
422
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
423
423
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
424
424
|
theme: {
|
|
425
|
-
primary_color_hex: '#040404'
|
|
425
|
+
primary_color_hex: '#040404',
|
|
426
|
+
background_color_hex: '#000000',
|
|
427
|
+
circle: true
|
|
426
428
|
}
|
|
427
429
|
}],
|
|
428
430
|
socials: {
|
|
@@ -1166,7 +1168,9 @@ const assets = {
|
|
|
1166
1168
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
1167
1169
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
1168
1170
|
theme: {
|
|
1169
|
-
primary_color_hex: '#040404'
|
|
1171
|
+
primary_color_hex: '#040404',
|
|
1172
|
+
background_color_hex: '#000000',
|
|
1173
|
+
circle: true
|
|
1170
1174
|
}
|
|
1171
1175
|
}],
|
|
1172
1176
|
socials: {
|
package/esm/mainnet/saga.js
CHANGED
|
@@ -66,7 +66,9 @@ const assets = {
|
|
|
66
66
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
67
67
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
68
68
|
theme: {
|
|
69
|
-
primary_color_hex: '#040404'
|
|
69
|
+
primary_color_hex: '#040404',
|
|
70
|
+
background_color_hex: '#000000',
|
|
71
|
+
circle: true
|
|
70
72
|
}
|
|
71
73
|
}],
|
|
72
74
|
socials: {
|
|
@@ -343,7 +345,9 @@ const assets = {
|
|
|
343
345
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
344
346
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
345
347
|
theme: {
|
|
346
|
-
primary_color_hex: '#040404'
|
|
348
|
+
primary_color_hex: '#040404',
|
|
349
|
+
background_color_hex: '#000000',
|
|
350
|
+
circle: true
|
|
347
351
|
}
|
|
348
352
|
}],
|
|
349
353
|
socials: {
|
|
@@ -1351,7 +1351,9 @@ const assets = {
|
|
|
1351
1351
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
1352
1352
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
1353
1353
|
theme: {
|
|
1354
|
-
primary_color_hex: '#040404'
|
|
1354
|
+
primary_color_hex: '#040404',
|
|
1355
|
+
background_color_hex: '#000000',
|
|
1356
|
+
circle: true
|
|
1355
1357
|
}
|
|
1356
1358
|
}],
|
|
1357
1359
|
socials: {
|
|
@@ -3257,7 +3259,9 @@ const assets = {
|
|
|
3257
3259
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
3258
3260
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
3259
3261
|
theme: {
|
|
3260
|
-
primary_color_hex: '#040404'
|
|
3262
|
+
primary_color_hex: '#040404',
|
|
3263
|
+
background_color_hex: '#000000',
|
|
3264
|
+
circle: true
|
|
3261
3265
|
}
|
|
3262
3266
|
}],
|
|
3263
3267
|
socials: {
|
package/esm/mainnet/sei.js
CHANGED
|
@@ -382,7 +382,9 @@ const assets = {
|
|
|
382
382
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
383
383
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
384
384
|
theme: {
|
|
385
|
-
primary_color_hex: '#040404'
|
|
385
|
+
primary_color_hex: '#040404',
|
|
386
|
+
background_color_hex: '#000000',
|
|
387
|
+
circle: true
|
|
386
388
|
}
|
|
387
389
|
}],
|
|
388
390
|
socials: {
|
|
@@ -1210,7 +1212,9 @@ const assets = {
|
|
|
1210
1212
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
1211
1213
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
1212
1214
|
theme: {
|
|
1213
|
-
primary_color_hex: '#040404'
|
|
1215
|
+
primary_color_hex: '#040404',
|
|
1216
|
+
background_color_hex: '#000000',
|
|
1217
|
+
circle: true
|
|
1214
1218
|
}
|
|
1215
1219
|
}],
|
|
1216
1220
|
socials: {
|
package/esm/mainnet/shido.js
CHANGED
|
@@ -46,14 +46,14 @@ const assets = {
|
|
|
46
46
|
{
|
|
47
47
|
description: 'The permissioned staking asset for Noble Chain',
|
|
48
48
|
denom_units: [{
|
|
49
|
-
denom: 'ibc/
|
|
49
|
+
denom: 'ibc/28F4046614EF853188DDCED09B19F1EBEF4DF95B29030E2435260F948FC0DB97',
|
|
50
50
|
exponent: 0,
|
|
51
51
|
aliases: ['ustake']
|
|
52
52
|
}, {
|
|
53
53
|
denom: 'stake',
|
|
54
54
|
exponent: 6
|
|
55
55
|
}],
|
|
56
|
-
base: 'ibc/
|
|
56
|
+
base: 'ibc/28F4046614EF853188DDCED09B19F1EBEF4DF95B29030E2435260F948FC0DB97',
|
|
57
57
|
name: 'Stake',
|
|
58
58
|
display: 'stake',
|
|
59
59
|
symbol: 'STAKE',
|
|
@@ -71,26 +71,26 @@ const assets = {
|
|
|
71
71
|
traces: [{
|
|
72
72
|
type: 'ibc',
|
|
73
73
|
counterparty: {
|
|
74
|
-
channel_id: 'channel-
|
|
74
|
+
channel_id: 'channel-87',
|
|
75
75
|
base_denom: 'ustake',
|
|
76
76
|
chain_name: 'noble'
|
|
77
77
|
},
|
|
78
78
|
chain: {
|
|
79
|
-
channel_id: 'channel-
|
|
79
|
+
channel_id: 'channel-5'
|
|
80
80
|
}
|
|
81
81
|
}]
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
84
|
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
85
85
|
denom_units: [{
|
|
86
|
-
denom: 'ibc/
|
|
86
|
+
denom: 'ibc/405B348E183470033E38A5B3CFDE8B91C51C9CD91CF1914AC3839CB1624B9910',
|
|
87
87
|
exponent: 0,
|
|
88
88
|
aliases: ['ufrienzies']
|
|
89
89
|
}, {
|
|
90
90
|
denom: 'frienzies',
|
|
91
91
|
exponent: 6
|
|
92
92
|
}],
|
|
93
|
-
base: 'ibc/
|
|
93
|
+
base: 'ibc/405B348E183470033E38A5B3CFDE8B91C51C9CD91CF1914AC3839CB1624B9910',
|
|
94
94
|
display: 'frienzies',
|
|
95
95
|
name: 'Frienzies',
|
|
96
96
|
symbol: 'FRNZ',
|
|
@@ -108,26 +108,26 @@ const assets = {
|
|
|
108
108
|
traces: [{
|
|
109
109
|
type: 'ibc',
|
|
110
110
|
counterparty: {
|
|
111
|
-
channel_id: 'channel-
|
|
111
|
+
channel_id: 'channel-87',
|
|
112
112
|
base_denom: 'ufrienzies',
|
|
113
113
|
chain_name: 'noble'
|
|
114
114
|
},
|
|
115
115
|
chain: {
|
|
116
|
-
channel_id: 'channel-
|
|
116
|
+
channel_id: 'channel-5'
|
|
117
117
|
}
|
|
118
118
|
}]
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
121
|
description: 'Ondo US Dollar Yield',
|
|
122
122
|
denom_units: [{
|
|
123
|
-
denom: 'ibc/
|
|
123
|
+
denom: 'ibc/925137DE4F77A2F26A5FA5051200437F43AFBBC39A4F443968C8E93B756AFB3B',
|
|
124
124
|
exponent: 0,
|
|
125
125
|
aliases: ['ausdy']
|
|
126
126
|
}, {
|
|
127
127
|
denom: 'usdy',
|
|
128
128
|
exponent: 18
|
|
129
129
|
}],
|
|
130
|
-
base: 'ibc/
|
|
130
|
+
base: 'ibc/925137DE4F77A2F26A5FA5051200437F43AFBBC39A4F443968C8E93B756AFB3B',
|
|
131
131
|
display: 'usdy',
|
|
132
132
|
name: 'Ondo US Dollar Yield',
|
|
133
133
|
symbol: 'USDY',
|
|
@@ -145,12 +145,12 @@ const assets = {
|
|
|
145
145
|
traces: [{
|
|
146
146
|
type: 'ibc',
|
|
147
147
|
counterparty: {
|
|
148
|
-
channel_id: 'channel-
|
|
148
|
+
channel_id: 'channel-87',
|
|
149
149
|
base_denom: 'ausdy',
|
|
150
150
|
chain_name: 'noble'
|
|
151
151
|
},
|
|
152
152
|
chain: {
|
|
153
|
-
channel_id: 'channel-
|
|
153
|
+
channel_id: 'channel-5'
|
|
154
154
|
}
|
|
155
155
|
}]
|
|
156
156
|
},
|
|
@@ -287,14 +287,14 @@ const assets = {
|
|
|
287
287
|
{
|
|
288
288
|
description: 'The permissioned staking asset for Noble Chain',
|
|
289
289
|
denom_units: [{
|
|
290
|
-
denom: 'ibc/
|
|
290
|
+
denom: 'ibc/28F4046614EF853188DDCED09B19F1EBEF4DF95B29030E2435260F948FC0DB97',
|
|
291
291
|
exponent: 0,
|
|
292
292
|
aliases: ['ustake']
|
|
293
293
|
}, {
|
|
294
294
|
denom: 'stake',
|
|
295
295
|
exponent: 6
|
|
296
296
|
}],
|
|
297
|
-
base: 'ibc/
|
|
297
|
+
base: 'ibc/28F4046614EF853188DDCED09B19F1EBEF4DF95B29030E2435260F948FC0DB97',
|
|
298
298
|
name: 'Stake',
|
|
299
299
|
display: 'stake',
|
|
300
300
|
symbol: 'STAKE',
|
|
@@ -312,26 +312,26 @@ const assets = {
|
|
|
312
312
|
traces: [{
|
|
313
313
|
type: 'ibc',
|
|
314
314
|
counterparty: {
|
|
315
|
-
channel_id: 'channel-
|
|
315
|
+
channel_id: 'channel-87',
|
|
316
316
|
base_denom: 'ustake',
|
|
317
317
|
chain_name: 'noble'
|
|
318
318
|
},
|
|
319
319
|
chain: {
|
|
320
|
-
channel_id: 'channel-
|
|
320
|
+
channel_id: 'channel-5'
|
|
321
321
|
}
|
|
322
322
|
}]
|
|
323
323
|
},
|
|
324
324
|
{
|
|
325
325
|
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
326
326
|
denom_units: [{
|
|
327
|
-
denom: 'ibc/
|
|
327
|
+
denom: 'ibc/405B348E183470033E38A5B3CFDE8B91C51C9CD91CF1914AC3839CB1624B9910',
|
|
328
328
|
exponent: 0,
|
|
329
329
|
aliases: ['ufrienzies']
|
|
330
330
|
}, {
|
|
331
331
|
denom: 'frienzies',
|
|
332
332
|
exponent: 6
|
|
333
333
|
}],
|
|
334
|
-
base: 'ibc/
|
|
334
|
+
base: 'ibc/405B348E183470033E38A5B3CFDE8B91C51C9CD91CF1914AC3839CB1624B9910',
|
|
335
335
|
display: 'frienzies',
|
|
336
336
|
name: 'Frienzies',
|
|
337
337
|
symbol: 'FRNZ',
|
|
@@ -349,26 +349,26 @@ const assets = {
|
|
|
349
349
|
traces: [{
|
|
350
350
|
type: 'ibc',
|
|
351
351
|
counterparty: {
|
|
352
|
-
channel_id: 'channel-
|
|
352
|
+
channel_id: 'channel-87',
|
|
353
353
|
base_denom: 'ufrienzies',
|
|
354
354
|
chain_name: 'noble'
|
|
355
355
|
},
|
|
356
356
|
chain: {
|
|
357
|
-
channel_id: 'channel-
|
|
357
|
+
channel_id: 'channel-5'
|
|
358
358
|
}
|
|
359
359
|
}]
|
|
360
360
|
},
|
|
361
361
|
{
|
|
362
362
|
description: 'Ondo US Dollar Yield',
|
|
363
363
|
denom_units: [{
|
|
364
|
-
denom: 'ibc/
|
|
364
|
+
denom: 'ibc/925137DE4F77A2F26A5FA5051200437F43AFBBC39A4F443968C8E93B756AFB3B',
|
|
365
365
|
exponent: 0,
|
|
366
366
|
aliases: ['ausdy']
|
|
367
367
|
}, {
|
|
368
368
|
denom: 'usdy',
|
|
369
369
|
exponent: 18
|
|
370
370
|
}],
|
|
371
|
-
base: 'ibc/
|
|
371
|
+
base: 'ibc/925137DE4F77A2F26A5FA5051200437F43AFBBC39A4F443968C8E93B756AFB3B',
|
|
372
372
|
display: 'usdy',
|
|
373
373
|
name: 'Ondo US Dollar Yield',
|
|
374
374
|
symbol: 'USDY',
|
|
@@ -386,12 +386,12 @@ const assets = {
|
|
|
386
386
|
traces: [{
|
|
387
387
|
type: 'ibc',
|
|
388
388
|
counterparty: {
|
|
389
|
-
channel_id: 'channel-
|
|
389
|
+
channel_id: 'channel-87',
|
|
390
390
|
base_denom: 'ausdy',
|
|
391
391
|
chain_name: 'noble'
|
|
392
392
|
},
|
|
393
393
|
chain: {
|
|
394
|
-
channel_id: 'channel-
|
|
394
|
+
channel_id: 'channel-5'
|
|
395
395
|
}
|
|
396
396
|
}]
|
|
397
397
|
},
|
package/esm/mainnet/stargaze.js
CHANGED
|
@@ -798,7 +798,9 @@ const assets = {
|
|
|
798
798
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
799
799
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
800
800
|
theme: {
|
|
801
|
-
primary_color_hex: '#040404'
|
|
801
|
+
primary_color_hex: '#040404',
|
|
802
|
+
background_color_hex: '#000000',
|
|
803
|
+
circle: true
|
|
802
804
|
}
|
|
803
805
|
}],
|
|
804
806
|
socials: {
|
|
@@ -2086,7 +2088,9 @@ const assets = {
|
|
|
2086
2088
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
2087
2089
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
2088
2090
|
theme: {
|
|
2089
|
-
primary_color_hex: '#040404'
|
|
2091
|
+
primary_color_hex: '#040404',
|
|
2092
|
+
background_color_hex: '#000000',
|
|
2093
|
+
circle: true
|
|
2090
2094
|
}
|
|
2091
2095
|
}],
|
|
2092
2096
|
socials: {
|
package/esm/mainnet/stride.js
CHANGED
|
@@ -1304,7 +1304,9 @@ const assets = {
|
|
|
1304
1304
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
1305
1305
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
1306
1306
|
theme: {
|
|
1307
|
-
primary_color_hex: '#040404'
|
|
1307
|
+
primary_color_hex: '#040404',
|
|
1308
|
+
background_color_hex: '#000000',
|
|
1309
|
+
circle: true
|
|
1308
1310
|
}
|
|
1309
1311
|
}],
|
|
1310
1312
|
socials: {
|
|
@@ -3122,7 +3124,9 @@ const assets = {
|
|
|
3122
3124
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
3123
3125
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
3124
3126
|
theme: {
|
|
3125
|
-
primary_color_hex: '#040404'
|
|
3127
|
+
primary_color_hex: '#040404',
|
|
3128
|
+
background_color_hex: '#000000',
|
|
3129
|
+
circle: true
|
|
3126
3130
|
}
|
|
3127
3131
|
}],
|
|
3128
3132
|
socials: {
|
package/esm/mainnet/terra2.js
CHANGED
|
@@ -1506,7 +1506,9 @@ const assets = {
|
|
|
1506
1506
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
1507
1507
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
1508
1508
|
theme: {
|
|
1509
|
-
primary_color_hex: '#040404'
|
|
1509
|
+
primary_color_hex: '#040404',
|
|
1510
|
+
background_color_hex: '#000000',
|
|
1511
|
+
circle: true
|
|
1510
1512
|
}
|
|
1511
1513
|
}],
|
|
1512
1514
|
socials: {
|
|
@@ -4590,7 +4592,9 @@ const assets = {
|
|
|
4590
4592
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
4591
4593
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
4592
4594
|
theme: {
|
|
4593
|
-
primary_color_hex: '#040404'
|
|
4595
|
+
primary_color_hex: '#040404',
|
|
4596
|
+
background_color_hex: '#000000',
|
|
4597
|
+
circle: true
|
|
4594
4598
|
}
|
|
4595
4599
|
}],
|
|
4596
4600
|
socials: {
|
package/mainnet/archway.js
CHANGED
|
@@ -793,7 +793,9 @@ const assets = {
|
|
|
793
793
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
794
794
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
795
795
|
theme: {
|
|
796
|
-
primary_color_hex: '#040404'
|
|
796
|
+
primary_color_hex: '#040404',
|
|
797
|
+
background_color_hex: '#000000',
|
|
798
|
+
circle: true
|
|
797
799
|
}
|
|
798
800
|
}],
|
|
799
801
|
socials: {
|
|
@@ -1998,7 +2000,9 @@ const assets = {
|
|
|
1998
2000
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
1999
2001
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
2000
2002
|
theme: {
|
|
2001
|
-
primary_color_hex: '#040404'
|
|
2003
|
+
primary_color_hex: '#040404',
|
|
2004
|
+
background_color_hex: '#000000',
|
|
2005
|
+
circle: true
|
|
2002
2006
|
}
|
|
2003
2007
|
}],
|
|
2004
2008
|
socials: {
|
package/mainnet/axelar.js
CHANGED
|
@@ -933,7 +933,19 @@ const assets = {
|
|
|
933
933
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
|
|
934
934
|
},
|
|
935
935
|
images: [{
|
|
936
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
|
|
936
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg',
|
|
937
|
+
theme: {
|
|
938
|
+
primary_color_hex: '#00e33a',
|
|
939
|
+
background_color_hex: '#00e33a',
|
|
940
|
+
circle: true
|
|
941
|
+
}
|
|
942
|
+
}, {
|
|
943
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.png',
|
|
944
|
+
theme: {
|
|
945
|
+
primary_color_hex: '#00e33a',
|
|
946
|
+
background_color_hex: '#00e33a',
|
|
947
|
+
circle: false
|
|
948
|
+
}
|
|
937
949
|
}],
|
|
938
950
|
traces: [{
|
|
939
951
|
type: 'ibc',
|
|
@@ -1723,7 +1735,9 @@ const assets = {
|
|
|
1723
1735
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
1724
1736
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
1725
1737
|
theme: {
|
|
1726
|
-
primary_color_hex: '#040404'
|
|
1738
|
+
primary_color_hex: '#040404',
|
|
1739
|
+
background_color_hex: '#000000',
|
|
1740
|
+
circle: true
|
|
1727
1741
|
}
|
|
1728
1742
|
}],
|
|
1729
1743
|
socials: {
|
|
@@ -3061,7 +3075,19 @@ const assets = {
|
|
|
3061
3075
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
|
|
3062
3076
|
},
|
|
3063
3077
|
images: [{
|
|
3064
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
|
|
3078
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg',
|
|
3079
|
+
theme: {
|
|
3080
|
+
primary_color_hex: '#00e33a',
|
|
3081
|
+
background_color_hex: '#00e33a',
|
|
3082
|
+
circle: true
|
|
3083
|
+
}
|
|
3084
|
+
}, {
|
|
3085
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.png',
|
|
3086
|
+
theme: {
|
|
3087
|
+
primary_color_hex: '#00e33a',
|
|
3088
|
+
background_color_hex: '#00e33a',
|
|
3089
|
+
circle: false
|
|
3090
|
+
}
|
|
3065
3091
|
}],
|
|
3066
3092
|
traces: [{
|
|
3067
3093
|
type: 'ibc',
|
|
@@ -3851,7 +3877,9 @@ const assets = {
|
|
|
3851
3877
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
3852
3878
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
3853
3879
|
theme: {
|
|
3854
|
-
primary_color_hex: '#040404'
|
|
3880
|
+
primary_color_hex: '#040404',
|
|
3881
|
+
background_color_hex: '#000000',
|
|
3882
|
+
circle: true
|
|
3855
3883
|
}
|
|
3856
3884
|
}],
|
|
3857
3885
|
socials: {
|
package/mainnet/celestia.js
CHANGED
|
@@ -785,7 +785,9 @@ const assets = {
|
|
|
785
785
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
786
786
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
787
787
|
theme: {
|
|
788
|
-
primary_color_hex: '#040404'
|
|
788
|
+
primary_color_hex: '#040404',
|
|
789
|
+
background_color_hex: '#000000',
|
|
790
|
+
circle: true
|
|
789
791
|
}
|
|
790
792
|
}],
|
|
791
793
|
socials: {
|
|
@@ -1938,7 +1940,9 @@ const assets = {
|
|
|
1938
1940
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
1939
1941
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
1940
1942
|
theme: {
|
|
1941
|
-
primary_color_hex: '#040404'
|
|
1943
|
+
primary_color_hex: '#040404',
|
|
1944
|
+
background_color_hex: '#000000',
|
|
1945
|
+
circle: true
|
|
1942
1946
|
}
|
|
1943
1947
|
}],
|
|
1944
1948
|
socials: {
|
package/mainnet/chihuahua.js
CHANGED
|
@@ -106,7 +106,9 @@ const assets = {
|
|
|
106
106
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
107
107
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
108
108
|
theme: {
|
|
109
|
-
primary_color_hex: '#040404'
|
|
109
|
+
primary_color_hex: '#040404',
|
|
110
|
+
background_color_hex: '#000000',
|
|
111
|
+
circle: true
|
|
110
112
|
}
|
|
111
113
|
}],
|
|
112
114
|
socials: {
|
|
@@ -574,7 +576,9 @@ const assets = {
|
|
|
574
576
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
575
577
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
576
578
|
theme: {
|
|
577
|
-
primary_color_hex: '#040404'
|
|
579
|
+
primary_color_hex: '#040404',
|
|
580
|
+
background_color_hex: '#000000',
|
|
581
|
+
circle: true
|
|
578
582
|
}
|
|
579
583
|
}],
|
|
580
584
|
socials: {
|
package/mainnet/composable.js
CHANGED
|
@@ -1962,7 +1962,9 @@ const assets = {
|
|
|
1962
1962
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
1963
1963
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
1964
1964
|
theme: {
|
|
1965
|
-
primary_color_hex: '#040404'
|
|
1965
|
+
primary_color_hex: '#040404',
|
|
1966
|
+
background_color_hex: '#000000',
|
|
1967
|
+
circle: true
|
|
1966
1968
|
}
|
|
1967
1969
|
}],
|
|
1968
1970
|
socials: {
|
|
@@ -3351,7 +3353,9 @@ const assets = {
|
|
|
3351
3353
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
3352
3354
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
3353
3355
|
theme: {
|
|
3354
|
-
primary_color_hex: '#040404'
|
|
3356
|
+
primary_color_hex: '#040404',
|
|
3357
|
+
background_color_hex: '#000000',
|
|
3358
|
+
circle: true
|
|
3355
3359
|
}
|
|
3356
3360
|
}],
|
|
3357
3361
|
socials: {
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -628,7 +628,7 @@ const assets = {
|
|
|
628
628
|
}]
|
|
629
629
|
},
|
|
630
630
|
{
|
|
631
|
-
description: 'Decentralized Machine Learning',
|
|
631
|
+
description: 'Cifer Blockchain Network Built for Decentralized Machine Learning.',
|
|
632
632
|
denom_units: [{
|
|
633
633
|
denom: 'ibc/C7DE16F5065C5568C2A16C241069D76DA93F056172A40391EB682444AF40F048',
|
|
634
634
|
exponent: 0,
|
|
@@ -1343,7 +1343,7 @@ const assets = {
|
|
|
1343
1343
|
}]
|
|
1344
1344
|
},
|
|
1345
1345
|
{
|
|
1346
|
-
description: 'Decentralized Machine Learning',
|
|
1346
|
+
description: 'Cifer Blockchain Network Built for Decentralized Machine Learning.',
|
|
1347
1347
|
denom_units: [{
|
|
1348
1348
|
denom: 'ibc/C7DE16F5065C5568C2A16C241069D76DA93F056172A40391EB682444AF40F048',
|
|
1349
1349
|
exponent: 0,
|
|
@@ -1873,7 +1873,19 @@ const assets = {
|
|
|
1873
1873
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
|
|
1874
1874
|
},
|
|
1875
1875
|
images: [{
|
|
1876
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
|
|
1876
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg',
|
|
1877
|
+
theme: {
|
|
1878
|
+
primary_color_hex: '#00e33a',
|
|
1879
|
+
background_color_hex: '#00e33a',
|
|
1880
|
+
circle: true
|
|
1881
|
+
}
|
|
1882
|
+
}, {
|
|
1883
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.png',
|
|
1884
|
+
theme: {
|
|
1885
|
+
primary_color_hex: '#00e33a',
|
|
1886
|
+
background_color_hex: '#00e33a',
|
|
1887
|
+
circle: false
|
|
1888
|
+
}
|
|
1877
1889
|
}],
|
|
1878
1890
|
traces: [{
|
|
1879
1891
|
type: 'ibc',
|
|
@@ -2935,7 +2947,9 @@ const assets = {
|
|
|
2935
2947
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
2936
2948
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
2937
2949
|
theme: {
|
|
2938
|
-
primary_color_hex: '#040404'
|
|
2950
|
+
primary_color_hex: '#040404',
|
|
2951
|
+
background_color_hex: '#000000',
|
|
2952
|
+
circle: true
|
|
2939
2953
|
}
|
|
2940
2954
|
}],
|
|
2941
2955
|
socials: {
|
|
@@ -4749,7 +4763,19 @@ const assets = {
|
|
|
4749
4763
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
|
|
4750
4764
|
},
|
|
4751
4765
|
images: [{
|
|
4752
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
|
|
4766
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg',
|
|
4767
|
+
theme: {
|
|
4768
|
+
primary_color_hex: '#00e33a',
|
|
4769
|
+
background_color_hex: '#00e33a',
|
|
4770
|
+
circle: true
|
|
4771
|
+
}
|
|
4772
|
+
}, {
|
|
4773
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.png',
|
|
4774
|
+
theme: {
|
|
4775
|
+
primary_color_hex: '#00e33a',
|
|
4776
|
+
background_color_hex: '#00e33a',
|
|
4777
|
+
circle: false
|
|
4778
|
+
}
|
|
4753
4779
|
}],
|
|
4754
4780
|
traces: [{
|
|
4755
4781
|
type: 'ibc',
|
|
@@ -5811,7 +5837,9 @@ const assets = {
|
|
|
5811
5837
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
5812
5838
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
5813
5839
|
theme: {
|
|
5814
|
-
primary_color_hex: '#040404'
|
|
5840
|
+
primary_color_hex: '#040404',
|
|
5841
|
+
background_color_hex: '#000000',
|
|
5842
|
+
circle: true
|
|
5815
5843
|
}
|
|
5816
5844
|
}],
|
|
5817
5845
|
socials: {
|
package/mainnet/dydx.js
CHANGED
|
@@ -602,7 +602,9 @@ const assets = {
|
|
|
602
602
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
603
603
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
604
604
|
theme: {
|
|
605
|
-
primary_color_hex: '#040404'
|
|
605
|
+
primary_color_hex: '#040404',
|
|
606
|
+
background_color_hex: '#000000',
|
|
607
|
+
circle: true
|
|
606
608
|
}
|
|
607
609
|
}],
|
|
608
610
|
socials: {
|
|
@@ -1514,7 +1516,9 @@ const assets = {
|
|
|
1514
1516
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
1515
1517
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
1516
1518
|
theme: {
|
|
1517
|
-
primary_color_hex: '#040404'
|
|
1519
|
+
primary_color_hex: '#040404',
|
|
1520
|
+
background_color_hex: '#000000',
|
|
1521
|
+
circle: true
|
|
1518
1522
|
}
|
|
1519
1523
|
}],
|
|
1520
1524
|
socials: {
|