@chain-registry/assets 1.70.124 → 1.70.126
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/axelar.js +18 -20
- package/esm/mainnet/cosmoshub.js +0 -2
- package/esm/mainnet/evmos.js +0 -2
- package/esm/mainnet/gravitybridge.js +0 -2
- package/esm/mainnet/kujira.js +0 -2
- package/esm/mainnet/migaloo.js +20 -20
- package/esm/mainnet/noble.js +18 -18
- package/esm/mainnet/oraichain.js +0 -2
- package/esm/mainnet/osmosis.js +38 -40
- package/esm/mainnet/stargaze.js +0 -2
- package/esm/mainnet/stride.js +0 -2
- package/esm/mainnet/terra.js +0 -2
- package/esm/mainnet/terra2.js +0 -2
- package/mainnet/axelar.js +18 -20
- package/mainnet/cosmoshub.js +0 -2
- package/mainnet/evmos.js +0 -2
- package/mainnet/gravitybridge.js +0 -2
- package/mainnet/kujira.js +0 -2
- package/mainnet/migaloo.js +20 -20
- package/mainnet/noble.js +18 -18
- package/mainnet/oraichain.js +0 -2
- package/mainnet/osmosis.js +38 -40
- package/mainnet/stargaze.js +0 -2
- package/mainnet/stride.js +0 -2
- package/mainnet/terra.js +0 -2
- package/mainnet/terra2.js +0 -2
- package/package.json +5 -5
package/mainnet/migaloo.js
CHANGED
|
@@ -3086,16 +3086,6 @@ const assets = {
|
|
|
3086
3086
|
name: 'Whale Token',
|
|
3087
3087
|
display: 'whale',
|
|
3088
3088
|
symbol: 'WHALE',
|
|
3089
|
-
logo_URIs: {
|
|
3090
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whale.png'
|
|
3091
|
-
},
|
|
3092
|
-
coingecko_id: 'white-whale',
|
|
3093
|
-
images: [{
|
|
3094
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whale.png',
|
|
3095
|
-
theme: {
|
|
3096
|
-
primary_color_hex: '#43b24b'
|
|
3097
|
-
}
|
|
3098
|
-
}],
|
|
3099
3089
|
traces: [{
|
|
3100
3090
|
type: 'ibc-cw20',
|
|
3101
3091
|
counterparty: {
|
|
@@ -3108,6 +3098,16 @@ const assets = {
|
|
|
3108
3098
|
port: 'transfer',
|
|
3109
3099
|
channel_id: 'channel-114'
|
|
3110
3100
|
}
|
|
3101
|
+
}],
|
|
3102
|
+
logo_URIs: {
|
|
3103
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whale.png'
|
|
3104
|
+
},
|
|
3105
|
+
coingecko_id: 'white-whale',
|
|
3106
|
+
images: [{
|
|
3107
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whale.png',
|
|
3108
|
+
theme: {
|
|
3109
|
+
primary_color_hex: '#43b24b'
|
|
3110
|
+
}
|
|
3111
3111
|
}]
|
|
3112
3112
|
},
|
|
3113
3113
|
{
|
|
@@ -11962,16 +11962,6 @@ const assets = {
|
|
|
11962
11962
|
name: 'Whale Token',
|
|
11963
11963
|
display: 'whale',
|
|
11964
11964
|
symbol: 'WHALE',
|
|
11965
|
-
logo_URIs: {
|
|
11966
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whale.png'
|
|
11967
|
-
},
|
|
11968
|
-
coingecko_id: 'white-whale',
|
|
11969
|
-
images: [{
|
|
11970
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whale.png',
|
|
11971
|
-
theme: {
|
|
11972
|
-
primary_color_hex: '#43b24b'
|
|
11973
|
-
}
|
|
11974
|
-
}],
|
|
11975
11965
|
traces: [{
|
|
11976
11966
|
type: 'ibc-cw20',
|
|
11977
11967
|
counterparty: {
|
|
@@ -11984,6 +11974,16 @@ const assets = {
|
|
|
11984
11974
|
port: 'transfer',
|
|
11985
11975
|
channel_id: 'channel-114'
|
|
11986
11976
|
}
|
|
11977
|
+
}],
|
|
11978
|
+
logo_URIs: {
|
|
11979
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whale.png'
|
|
11980
|
+
},
|
|
11981
|
+
coingecko_id: 'white-whale',
|
|
11982
|
+
images: [{
|
|
11983
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whale.png',
|
|
11984
|
+
theme: {
|
|
11985
|
+
primary_color_hex: '#43b24b'
|
|
11986
|
+
}
|
|
11987
11987
|
}]
|
|
11988
11988
|
},
|
|
11989
11989
|
{
|
package/mainnet/noble.js
CHANGED
|
@@ -2200,7 +2200,8 @@ const assets = {
|
|
|
2200
2200
|
}]
|
|
2201
2201
|
},
|
|
2202
2202
|
{
|
|
2203
|
-
|
|
2203
|
+
name: 'Nibiru',
|
|
2204
|
+
description: 'The native token of Nibiru blockchain',
|
|
2204
2205
|
socials: {
|
|
2205
2206
|
website: 'https://nibiru.fi',
|
|
2206
2207
|
twitter: 'https://twitter.com/nibiruchain'
|
|
@@ -2221,7 +2222,6 @@ const assets = {
|
|
|
2221
2222
|
}
|
|
2222
2223
|
],
|
|
2223
2224
|
base: 'ibc/A77035AF12BBB11C0340BE804798C4B49F5332EA8C7523F471850C202C0742C5',
|
|
2224
|
-
name: 'Nibiru',
|
|
2225
2225
|
display: 'nibi',
|
|
2226
2226
|
symbol: 'NIBI',
|
|
2227
2227
|
logo_URIs: {
|
|
@@ -2250,6 +2250,7 @@ const assets = {
|
|
|
2250
2250
|
}]
|
|
2251
2251
|
},
|
|
2252
2252
|
{
|
|
2253
|
+
name: 'Astrovault token',
|
|
2253
2254
|
description: 'AXV',
|
|
2254
2255
|
socials: {
|
|
2255
2256
|
website: 'https://astrovault.io/',
|
|
@@ -2264,7 +2265,6 @@ const assets = {
|
|
|
2264
2265
|
exponent: 6
|
|
2265
2266
|
}],
|
|
2266
2267
|
base: 'ibc/35E5ABDA30264D9AC1BF3DA5151CB49D8ACF10190A38C3C61856432B082E626C',
|
|
2267
|
-
name: 'AXV',
|
|
2268
2268
|
display: 'AXV',
|
|
2269
2269
|
symbol: 'AXV',
|
|
2270
2270
|
logo_URIs: {
|
|
@@ -2272,12 +2272,12 @@ const assets = {
|
|
|
2272
2272
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
2273
2273
|
},
|
|
2274
2274
|
images: [{
|
|
2275
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
2276
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg',
|
|
2275
2277
|
image_sync: {
|
|
2276
2278
|
chain_name: 'neutron',
|
|
2277
2279
|
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af'
|
|
2278
|
-
}
|
|
2279
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
2280
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
2280
|
+
}
|
|
2281
2281
|
}],
|
|
2282
2282
|
type_asset: 'sdk.coin',
|
|
2283
2283
|
traces: [{
|
|
@@ -2293,6 +2293,7 @@ const assets = {
|
|
|
2293
2293
|
}]
|
|
2294
2294
|
},
|
|
2295
2295
|
{
|
|
2296
|
+
name: 'uoprek',
|
|
2296
2297
|
description: 'uoprek',
|
|
2297
2298
|
denom_units: [{
|
|
2298
2299
|
denom: 'ibc/2F6E2A3510C2600C770434FB09A8DC64CCCC5F261A6CDA208593BB94A5AF0FF7',
|
|
@@ -2300,7 +2301,6 @@ const assets = {
|
|
|
2300
2301
|
aliases: ['tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek']
|
|
2301
2302
|
}],
|
|
2302
2303
|
base: 'ibc/2F6E2A3510C2600C770434FB09A8DC64CCCC5F261A6CDA208593BB94A5AF0FF7',
|
|
2303
|
-
name: 'uoprek',
|
|
2304
2304
|
display: 'tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek',
|
|
2305
2305
|
symbol: 'UOPREK',
|
|
2306
2306
|
type_asset: 'sdk.coin',
|
|
@@ -2317,6 +2317,7 @@ const assets = {
|
|
|
2317
2317
|
}]
|
|
2318
2318
|
},
|
|
2319
2319
|
{
|
|
2320
|
+
name: 'utestate',
|
|
2320
2321
|
description: 'utestate',
|
|
2321
2322
|
denom_units: [{
|
|
2322
2323
|
denom: 'ibc/CD12360DCE3B042C849D530727D5E7DCB924454E065C28733335801C6554048C',
|
|
@@ -2324,7 +2325,6 @@ const assets = {
|
|
|
2324
2325
|
aliases: ['tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate']
|
|
2325
2326
|
}],
|
|
2326
2327
|
base: 'ibc/CD12360DCE3B042C849D530727D5E7DCB924454E065C28733335801C6554048C',
|
|
2327
|
-
name: 'utestate',
|
|
2328
2328
|
display: 'tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate',
|
|
2329
2329
|
symbol: 'UTESTATE',
|
|
2330
2330
|
type_asset: 'sdk.coin',
|
|
@@ -2341,6 +2341,7 @@ const assets = {
|
|
|
2341
2341
|
}]
|
|
2342
2342
|
},
|
|
2343
2343
|
{
|
|
2344
|
+
name: 'npp',
|
|
2344
2345
|
description: 'npp',
|
|
2345
2346
|
denom_units: [{
|
|
2346
2347
|
denom: 'ibc/45CD3A0C3A7FC82161F2A1793745058F407FF241B152D274FA7E0984573C1495',
|
|
@@ -2348,7 +2349,6 @@ const assets = {
|
|
|
2348
2349
|
aliases: ['tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP']
|
|
2349
2350
|
}],
|
|
2350
2351
|
base: 'ibc/45CD3A0C3A7FC82161F2A1793745058F407FF241B152D274FA7E0984573C1495',
|
|
2351
|
-
name: 'npp',
|
|
2352
2352
|
display: 'tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP',
|
|
2353
2353
|
symbol: 'NPP',
|
|
2354
2354
|
type_asset: 'sdk.coin',
|
|
@@ -4561,7 +4561,8 @@ const assets = {
|
|
|
4561
4561
|
}]
|
|
4562
4562
|
},
|
|
4563
4563
|
{
|
|
4564
|
-
|
|
4564
|
+
name: 'Nibiru',
|
|
4565
|
+
description: 'The native token of Nibiru blockchain',
|
|
4565
4566
|
socials: {
|
|
4566
4567
|
website: 'https://nibiru.fi',
|
|
4567
4568
|
twitter: 'https://twitter.com/nibiruchain'
|
|
@@ -4582,7 +4583,6 @@ const assets = {
|
|
|
4582
4583
|
}
|
|
4583
4584
|
],
|
|
4584
4585
|
base: 'ibc/A77035AF12BBB11C0340BE804798C4B49F5332EA8C7523F471850C202C0742C5',
|
|
4585
|
-
name: 'Nibiru',
|
|
4586
4586
|
display: 'nibi',
|
|
4587
4587
|
symbol: 'NIBI',
|
|
4588
4588
|
logo_URIs: {
|
|
@@ -4611,6 +4611,7 @@ const assets = {
|
|
|
4611
4611
|
}]
|
|
4612
4612
|
},
|
|
4613
4613
|
{
|
|
4614
|
+
name: 'Astrovault token',
|
|
4614
4615
|
description: 'AXV',
|
|
4615
4616
|
socials: {
|
|
4616
4617
|
website: 'https://astrovault.io/',
|
|
@@ -4625,7 +4626,6 @@ const assets = {
|
|
|
4625
4626
|
exponent: 6
|
|
4626
4627
|
}],
|
|
4627
4628
|
base: 'ibc/35E5ABDA30264D9AC1BF3DA5151CB49D8ACF10190A38C3C61856432B082E626C',
|
|
4628
|
-
name: 'AXV',
|
|
4629
4629
|
display: 'AXV',
|
|
4630
4630
|
symbol: 'AXV',
|
|
4631
4631
|
logo_URIs: {
|
|
@@ -4633,12 +4633,12 @@ const assets = {
|
|
|
4633
4633
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
4634
4634
|
},
|
|
4635
4635
|
images: [{
|
|
4636
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
4637
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg',
|
|
4636
4638
|
image_sync: {
|
|
4637
4639
|
chain_name: 'neutron',
|
|
4638
4640
|
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af'
|
|
4639
|
-
}
|
|
4640
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
4641
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
4641
|
+
}
|
|
4642
4642
|
}],
|
|
4643
4643
|
type_asset: 'sdk.coin',
|
|
4644
4644
|
traces: [{
|
|
@@ -4654,6 +4654,7 @@ const assets = {
|
|
|
4654
4654
|
}]
|
|
4655
4655
|
},
|
|
4656
4656
|
{
|
|
4657
|
+
name: 'uoprek',
|
|
4657
4658
|
description: 'uoprek',
|
|
4658
4659
|
denom_units: [{
|
|
4659
4660
|
denom: 'ibc/2F6E2A3510C2600C770434FB09A8DC64CCCC5F261A6CDA208593BB94A5AF0FF7',
|
|
@@ -4661,7 +4662,6 @@ const assets = {
|
|
|
4661
4662
|
aliases: ['tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek']
|
|
4662
4663
|
}],
|
|
4663
4664
|
base: 'ibc/2F6E2A3510C2600C770434FB09A8DC64CCCC5F261A6CDA208593BB94A5AF0FF7',
|
|
4664
|
-
name: 'uoprek',
|
|
4665
4665
|
display: 'tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek',
|
|
4666
4666
|
symbol: 'UOPREK',
|
|
4667
4667
|
type_asset: 'sdk.coin',
|
|
@@ -4678,6 +4678,7 @@ const assets = {
|
|
|
4678
4678
|
}]
|
|
4679
4679
|
},
|
|
4680
4680
|
{
|
|
4681
|
+
name: 'utestate',
|
|
4681
4682
|
description: 'utestate',
|
|
4682
4683
|
denom_units: [{
|
|
4683
4684
|
denom: 'ibc/CD12360DCE3B042C849D530727D5E7DCB924454E065C28733335801C6554048C',
|
|
@@ -4685,7 +4686,6 @@ const assets = {
|
|
|
4685
4686
|
aliases: ['tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate']
|
|
4686
4687
|
}],
|
|
4687
4688
|
base: 'ibc/CD12360DCE3B042C849D530727D5E7DCB924454E065C28733335801C6554048C',
|
|
4688
|
-
name: 'utestate',
|
|
4689
4689
|
display: 'tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate',
|
|
4690
4690
|
symbol: 'UTESTATE',
|
|
4691
4691
|
type_asset: 'sdk.coin',
|
|
@@ -4702,6 +4702,7 @@ const assets = {
|
|
|
4702
4702
|
}]
|
|
4703
4703
|
},
|
|
4704
4704
|
{
|
|
4705
|
+
name: 'npp',
|
|
4705
4706
|
description: 'npp',
|
|
4706
4707
|
denom_units: [{
|
|
4707
4708
|
denom: 'ibc/45CD3A0C3A7FC82161F2A1793745058F407FF241B152D274FA7E0984573C1495',
|
|
@@ -4709,7 +4710,6 @@ const assets = {
|
|
|
4709
4710
|
aliases: ['tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP']
|
|
4710
4711
|
}],
|
|
4711
4712
|
base: 'ibc/45CD3A0C3A7FC82161F2A1793745058F407FF241B152D274FA7E0984573C1495',
|
|
4712
|
-
name: 'npp',
|
|
4713
4713
|
display: 'tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP',
|
|
4714
4714
|
symbol: 'NPP',
|
|
4715
4715
|
type_asset: 'sdk.coin',
|
package/mainnet/oraichain.js
CHANGED
|
@@ -21,7 +21,6 @@ const assets = {
|
|
|
21
21
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
22
22
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
23
23
|
},
|
|
24
|
-
coingecko_id: 'arable-protocol',
|
|
25
24
|
images: [{
|
|
26
25
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
27
26
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg',
|
|
@@ -467,7 +466,6 @@ const assets = {
|
|
|
467
466
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
468
467
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
469
468
|
},
|
|
470
|
-
coingecko_id: 'arable-protocol',
|
|
471
469
|
images: [{
|
|
472
470
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
473
471
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg',
|
package/mainnet/osmosis.js
CHANGED
|
@@ -69,7 +69,6 @@ const assets = {
|
|
|
69
69
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
70
70
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
71
71
|
},
|
|
72
|
-
coingecko_id: 'arable-protocol',
|
|
73
72
|
images: [{
|
|
74
73
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
75
74
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg',
|
|
@@ -5204,7 +5203,8 @@ const assets = {
|
|
|
5204
5203
|
}]
|
|
5205
5204
|
},
|
|
5206
5205
|
{
|
|
5207
|
-
|
|
5206
|
+
name: 'Nibiru',
|
|
5207
|
+
description: 'The native token of Nibiru blockchain',
|
|
5208
5208
|
socials: {
|
|
5209
5209
|
website: 'https://nibiru.fi',
|
|
5210
5210
|
twitter: 'https://twitter.com/nibiruchain'
|
|
@@ -5225,7 +5225,6 @@ const assets = {
|
|
|
5225
5225
|
}
|
|
5226
5226
|
],
|
|
5227
5227
|
base: 'ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF',
|
|
5228
|
-
name: 'Nibiru',
|
|
5229
5228
|
display: 'nibi',
|
|
5230
5229
|
symbol: 'NIBI',
|
|
5231
5230
|
logo_URIs: {
|
|
@@ -5254,6 +5253,7 @@ const assets = {
|
|
|
5254
5253
|
}]
|
|
5255
5254
|
},
|
|
5256
5255
|
{
|
|
5256
|
+
name: 'Astrovault token',
|
|
5257
5257
|
description: 'AXV',
|
|
5258
5258
|
socials: {
|
|
5259
5259
|
website: 'https://astrovault.io/',
|
|
@@ -5268,7 +5268,6 @@ const assets = {
|
|
|
5268
5268
|
exponent: 6
|
|
5269
5269
|
}],
|
|
5270
5270
|
base: 'ibc/478488928056E6D881185E48D7CC499E17F038219467A4A2952AE58C901E5747',
|
|
5271
|
-
name: 'AXV',
|
|
5272
5271
|
display: 'AXV',
|
|
5273
5272
|
symbol: 'AXV',
|
|
5274
5273
|
logo_URIs: {
|
|
@@ -5276,12 +5275,12 @@ const assets = {
|
|
|
5276
5275
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
5277
5276
|
},
|
|
5278
5277
|
images: [{
|
|
5278
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
5279
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg',
|
|
5279
5280
|
image_sync: {
|
|
5280
5281
|
chain_name: 'neutron',
|
|
5281
5282
|
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af'
|
|
5282
|
-
}
|
|
5283
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
5284
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
5283
|
+
}
|
|
5285
5284
|
}],
|
|
5286
5285
|
type_asset: 'sdk.coin',
|
|
5287
5286
|
traces: [{
|
|
@@ -5297,6 +5296,7 @@ const assets = {
|
|
|
5297
5296
|
}]
|
|
5298
5297
|
},
|
|
5299
5298
|
{
|
|
5299
|
+
name: 'uoprek',
|
|
5300
5300
|
description: 'uoprek',
|
|
5301
5301
|
denom_units: [{
|
|
5302
5302
|
denom: 'ibc/A6A1B44D1234A9481D2BA8AD777804E40F42C4B57002072CF2E54462870038CA',
|
|
@@ -5304,7 +5304,6 @@ const assets = {
|
|
|
5304
5304
|
aliases: ['tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek']
|
|
5305
5305
|
}],
|
|
5306
5306
|
base: 'ibc/A6A1B44D1234A9481D2BA8AD777804E40F42C4B57002072CF2E54462870038CA',
|
|
5307
|
-
name: 'uoprek',
|
|
5308
5307
|
display: 'tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek',
|
|
5309
5308
|
symbol: 'UOPREK',
|
|
5310
5309
|
type_asset: 'sdk.coin',
|
|
@@ -5321,6 +5320,7 @@ const assets = {
|
|
|
5321
5320
|
}]
|
|
5322
5321
|
},
|
|
5323
5322
|
{
|
|
5323
|
+
name: 'utestate',
|
|
5324
5324
|
description: 'utestate',
|
|
5325
5325
|
denom_units: [{
|
|
5326
5326
|
denom: 'ibc/93439CEF023602D42D8B4F2D0F483730E1A8CC52891AA668CF68DAC984A8FA26',
|
|
@@ -5328,7 +5328,6 @@ const assets = {
|
|
|
5328
5328
|
aliases: ['tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate']
|
|
5329
5329
|
}],
|
|
5330
5330
|
base: 'ibc/93439CEF023602D42D8B4F2D0F483730E1A8CC52891AA668CF68DAC984A8FA26',
|
|
5331
|
-
name: 'utestate',
|
|
5332
5331
|
display: 'tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate',
|
|
5333
5332
|
symbol: 'UTESTATE',
|
|
5334
5333
|
type_asset: 'sdk.coin',
|
|
@@ -5345,6 +5344,7 @@ const assets = {
|
|
|
5345
5344
|
}]
|
|
5346
5345
|
},
|
|
5347
5346
|
{
|
|
5347
|
+
name: 'npp',
|
|
5348
5348
|
description: 'npp',
|
|
5349
5349
|
denom_units: [{
|
|
5350
5350
|
denom: 'ibc/553D4B783DD4599E28138D5874FFED5D4648ACAF169A04ABEAFAAFE900A019CC',
|
|
@@ -5352,7 +5352,6 @@ const assets = {
|
|
|
5352
5352
|
aliases: ['tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP']
|
|
5353
5353
|
}],
|
|
5354
5354
|
base: 'ibc/553D4B783DD4599E28138D5874FFED5D4648ACAF169A04ABEAFAAFE900A019CC',
|
|
5355
|
-
name: 'npp',
|
|
5356
5355
|
display: 'tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP',
|
|
5357
5356
|
symbol: 'NPP',
|
|
5358
5357
|
type_asset: 'sdk.coin',
|
|
@@ -6108,7 +6107,6 @@ const assets = {
|
|
|
6108
6107
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
6109
6108
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
6110
6109
|
},
|
|
6111
|
-
coingecko_id: 'arable-protocol',
|
|
6112
6110
|
images: [{
|
|
6113
6111
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
6114
6112
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg',
|
|
@@ -11243,7 +11241,8 @@ const assets = {
|
|
|
11243
11241
|
}]
|
|
11244
11242
|
},
|
|
11245
11243
|
{
|
|
11246
|
-
|
|
11244
|
+
name: 'Nibiru',
|
|
11245
|
+
description: 'The native token of Nibiru blockchain',
|
|
11247
11246
|
socials: {
|
|
11248
11247
|
website: 'https://nibiru.fi',
|
|
11249
11248
|
twitter: 'https://twitter.com/nibiruchain'
|
|
@@ -11264,7 +11263,6 @@ const assets = {
|
|
|
11264
11263
|
}
|
|
11265
11264
|
],
|
|
11266
11265
|
base: 'ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF',
|
|
11267
|
-
name: 'Nibiru',
|
|
11268
11266
|
display: 'nibi',
|
|
11269
11267
|
symbol: 'NIBI',
|
|
11270
11268
|
logo_URIs: {
|
|
@@ -11293,6 +11291,7 @@ const assets = {
|
|
|
11293
11291
|
}]
|
|
11294
11292
|
},
|
|
11295
11293
|
{
|
|
11294
|
+
name: 'Astrovault token',
|
|
11296
11295
|
description: 'AXV',
|
|
11297
11296
|
socials: {
|
|
11298
11297
|
website: 'https://astrovault.io/',
|
|
@@ -11307,7 +11306,6 @@ const assets = {
|
|
|
11307
11306
|
exponent: 6
|
|
11308
11307
|
}],
|
|
11309
11308
|
base: 'ibc/478488928056E6D881185E48D7CC499E17F038219467A4A2952AE58C901E5747',
|
|
11310
|
-
name: 'AXV',
|
|
11311
11309
|
display: 'AXV',
|
|
11312
11310
|
symbol: 'AXV',
|
|
11313
11311
|
logo_URIs: {
|
|
@@ -11315,12 +11313,12 @@ const assets = {
|
|
|
11315
11313
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
11316
11314
|
},
|
|
11317
11315
|
images: [{
|
|
11316
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
11317
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg',
|
|
11318
11318
|
image_sync: {
|
|
11319
11319
|
chain_name: 'neutron',
|
|
11320
11320
|
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af'
|
|
11321
|
-
}
|
|
11322
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
11323
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
11321
|
+
}
|
|
11324
11322
|
}],
|
|
11325
11323
|
type_asset: 'sdk.coin',
|
|
11326
11324
|
traces: [{
|
|
@@ -11336,6 +11334,7 @@ const assets = {
|
|
|
11336
11334
|
}]
|
|
11337
11335
|
},
|
|
11338
11336
|
{
|
|
11337
|
+
name: 'uoprek',
|
|
11339
11338
|
description: 'uoprek',
|
|
11340
11339
|
denom_units: [{
|
|
11341
11340
|
denom: 'ibc/A6A1B44D1234A9481D2BA8AD777804E40F42C4B57002072CF2E54462870038CA',
|
|
@@ -11343,7 +11342,6 @@ const assets = {
|
|
|
11343
11342
|
aliases: ['tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek']
|
|
11344
11343
|
}],
|
|
11345
11344
|
base: 'ibc/A6A1B44D1234A9481D2BA8AD777804E40F42C4B57002072CF2E54462870038CA',
|
|
11346
|
-
name: 'uoprek',
|
|
11347
11345
|
display: 'tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek',
|
|
11348
11346
|
symbol: 'UOPREK',
|
|
11349
11347
|
type_asset: 'sdk.coin',
|
|
@@ -11360,6 +11358,7 @@ const assets = {
|
|
|
11360
11358
|
}]
|
|
11361
11359
|
},
|
|
11362
11360
|
{
|
|
11361
|
+
name: 'utestate',
|
|
11363
11362
|
description: 'utestate',
|
|
11364
11363
|
denom_units: [{
|
|
11365
11364
|
denom: 'ibc/93439CEF023602D42D8B4F2D0F483730E1A8CC52891AA668CF68DAC984A8FA26',
|
|
@@ -11367,7 +11366,6 @@ const assets = {
|
|
|
11367
11366
|
aliases: ['tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate']
|
|
11368
11367
|
}],
|
|
11369
11368
|
base: 'ibc/93439CEF023602D42D8B4F2D0F483730E1A8CC52891AA668CF68DAC984A8FA26',
|
|
11370
|
-
name: 'utestate',
|
|
11371
11369
|
display: 'tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate',
|
|
11372
11370
|
symbol: 'UTESTATE',
|
|
11373
11371
|
type_asset: 'sdk.coin',
|
|
@@ -11384,6 +11382,7 @@ const assets = {
|
|
|
11384
11382
|
}]
|
|
11385
11383
|
},
|
|
11386
11384
|
{
|
|
11385
|
+
name: 'npp',
|
|
11387
11386
|
description: 'npp',
|
|
11388
11387
|
denom_units: [{
|
|
11389
11388
|
denom: 'ibc/553D4B783DD4599E28138D5874FFED5D4648ACAF169A04ABEAFAAFE900A019CC',
|
|
@@ -11391,7 +11390,6 @@ const assets = {
|
|
|
11391
11390
|
aliases: ['tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP']
|
|
11392
11391
|
}],
|
|
11393
11392
|
base: 'ibc/553D4B783DD4599E28138D5874FFED5D4648ACAF169A04ABEAFAAFE900A019CC',
|
|
11394
|
-
name: 'npp',
|
|
11395
11393
|
display: 'tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP',
|
|
11396
11394
|
symbol: 'NPP',
|
|
11397
11395
|
type_asset: 'sdk.coin',
|
|
@@ -33026,16 +33024,6 @@ const assets = {
|
|
|
33026
33024
|
name: 'Whale Token',
|
|
33027
33025
|
display: 'whale',
|
|
33028
33026
|
symbol: 'WHALE',
|
|
33029
|
-
logo_URIs: {
|
|
33030
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whale.png'
|
|
33031
|
-
},
|
|
33032
|
-
coingecko_id: 'white-whale',
|
|
33033
|
-
images: [{
|
|
33034
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whale.png',
|
|
33035
|
-
theme: {
|
|
33036
|
-
primary_color_hex: '#43b24b'
|
|
33037
|
-
}
|
|
33038
|
-
}],
|
|
33039
33027
|
traces: [{
|
|
33040
33028
|
type: 'ibc-cw20',
|
|
33041
33029
|
counterparty: {
|
|
@@ -33048,6 +33036,16 @@ const assets = {
|
|
|
33048
33036
|
port: 'transfer',
|
|
33049
33037
|
channel_id: 'channel-78488'
|
|
33050
33038
|
}
|
|
33039
|
+
}],
|
|
33040
|
+
logo_URIs: {
|
|
33041
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whale.png'
|
|
33042
|
+
},
|
|
33043
|
+
coingecko_id: 'white-whale',
|
|
33044
|
+
images: [{
|
|
33045
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whale.png',
|
|
33046
|
+
theme: {
|
|
33047
|
+
primary_color_hex: '#43b24b'
|
|
33048
|
+
}
|
|
33051
33049
|
}]
|
|
33052
33050
|
},
|
|
33053
33051
|
{
|
|
@@ -41902,16 +41900,6 @@ const assets = {
|
|
|
41902
41900
|
name: 'Whale Token',
|
|
41903
41901
|
display: 'whale',
|
|
41904
41902
|
symbol: 'WHALE',
|
|
41905
|
-
logo_URIs: {
|
|
41906
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whale.png'
|
|
41907
|
-
},
|
|
41908
|
-
coingecko_id: 'white-whale',
|
|
41909
|
-
images: [{
|
|
41910
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whale.png',
|
|
41911
|
-
theme: {
|
|
41912
|
-
primary_color_hex: '#43b24b'
|
|
41913
|
-
}
|
|
41914
|
-
}],
|
|
41915
41903
|
traces: [{
|
|
41916
41904
|
type: 'ibc-cw20',
|
|
41917
41905
|
counterparty: {
|
|
@@ -41924,6 +41912,16 @@ const assets = {
|
|
|
41924
41912
|
port: 'transfer',
|
|
41925
41913
|
channel_id: 'channel-78488'
|
|
41926
41914
|
}
|
|
41915
|
+
}],
|
|
41916
|
+
logo_URIs: {
|
|
41917
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whale.png'
|
|
41918
|
+
},
|
|
41919
|
+
coingecko_id: 'white-whale',
|
|
41920
|
+
images: [{
|
|
41921
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whale.png',
|
|
41922
|
+
theme: {
|
|
41923
|
+
primary_color_hex: '#43b24b'
|
|
41924
|
+
}
|
|
41927
41925
|
}]
|
|
41928
41926
|
},
|
|
41929
41927
|
{
|
package/mainnet/stargaze.js
CHANGED
|
@@ -21,7 +21,6 @@ const assets = {
|
|
|
21
21
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
22
22
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
23
23
|
},
|
|
24
|
-
coingecko_id: 'arable-protocol',
|
|
25
24
|
images: [{
|
|
26
25
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
27
26
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg',
|
|
@@ -1489,7 +1488,6 @@ const assets = {
|
|
|
1489
1488
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
1490
1489
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
1491
1490
|
},
|
|
1492
|
-
coingecko_id: 'arable-protocol',
|
|
1493
1491
|
images: [{
|
|
1494
1492
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
1495
1493
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg',
|
package/mainnet/stride.js
CHANGED
|
@@ -21,7 +21,6 @@ const assets = {
|
|
|
21
21
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
22
22
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
23
23
|
},
|
|
24
|
-
coingecko_id: 'arable-protocol',
|
|
25
24
|
images: [{
|
|
26
25
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
27
26
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg',
|
|
@@ -6316,7 +6315,6 @@ const assets = {
|
|
|
6316
6315
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
6317
6316
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
6318
6317
|
},
|
|
6319
|
-
coingecko_id: 'arable-protocol',
|
|
6320
6318
|
images: [{
|
|
6321
6319
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
6322
6320
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg',
|
package/mainnet/terra.js
CHANGED
|
@@ -21,7 +21,6 @@ const assets = {
|
|
|
21
21
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
22
22
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
23
23
|
},
|
|
24
|
-
coingecko_id: 'arable-protocol',
|
|
25
24
|
images: [{
|
|
26
25
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
27
26
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg',
|
|
@@ -391,7 +390,6 @@ const assets = {
|
|
|
391
390
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
392
391
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
393
392
|
},
|
|
394
|
-
coingecko_id: 'arable-protocol',
|
|
395
393
|
images: [{
|
|
396
394
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
397
395
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg',
|
package/mainnet/terra2.js
CHANGED
|
@@ -21,7 +21,6 @@ const assets = {
|
|
|
21
21
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
22
22
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
23
23
|
},
|
|
24
|
-
coingecko_id: 'arable-protocol',
|
|
25
24
|
images: [{
|
|
26
25
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
27
26
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg',
|
|
@@ -7736,7 +7735,6 @@ const assets = {
|
|
|
7736
7735
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
7737
7736
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
7738
7737
|
},
|
|
7739
|
-
coingecko_id: 'arable-protocol',
|
|
7740
7738
|
images: [{
|
|
7741
7739
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
7742
7740
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.126",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
33
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"@chain-registry/utils": "^1.51.74",
|
|
33
|
+
"chain-registry": "^1.69.126"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.74"
|
|
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": "49a72ba33e465007549beb4192eb057d4ba5c485"
|
|
47
47
|
}
|