@chain-registry/assets 1.70.126 → 1.70.128
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/carbon.js +4 -2
- package/esm/mainnet/cosmoshub.js +84 -0
- package/esm/mainnet/injective.js +84 -0
- package/esm/mainnet/kujira.js +4 -2
- package/esm/mainnet/migaloo.js +8 -4
- package/esm/mainnet/neutron.js +88 -2
- package/esm/mainnet/osmosis.js +8 -4
- package/esm/mainnet/secretnetwork.js +4 -2
- package/esm/mainnet/sidechain.js +1054 -102
- package/mainnet/carbon.js +4 -2
- package/mainnet/cosmoshub.js +84 -0
- package/mainnet/injective.js +84 -0
- package/mainnet/kujira.js +4 -2
- package/mainnet/migaloo.js +8 -4
- package/mainnet/neutron.js +88 -2
- package/mainnet/osmosis.js +8 -4
- package/mainnet/secretnetwork.js +4 -2
- package/mainnet/sidechain.js +1054 -102
- package/package.json +5 -5
package/mainnet/carbon.js
CHANGED
|
@@ -1147,7 +1147,8 @@ const assets = {
|
|
|
1147
1147
|
socials: {
|
|
1148
1148
|
website: 'https://astroport.fi/',
|
|
1149
1149
|
twitter: 'https://twitter.com/astroport_fi'
|
|
1150
|
-
}
|
|
1150
|
+
},
|
|
1151
|
+
coingecko_id: 'astroport-fi'
|
|
1151
1152
|
},
|
|
1152
1153
|
{
|
|
1153
1154
|
description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
|
|
@@ -2477,7 +2478,8 @@ const assets = {
|
|
|
2477
2478
|
socials: {
|
|
2478
2479
|
website: 'https://astroport.fi/',
|
|
2479
2480
|
twitter: 'https://twitter.com/astroport_fi'
|
|
2480
|
-
}
|
|
2481
|
+
},
|
|
2482
|
+
coingecko_id: 'astroport-fi'
|
|
2481
2483
|
},
|
|
2482
2484
|
{
|
|
2483
2485
|
description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -9553,6 +9553,48 @@ const assets = {
|
|
|
9553
9553
|
}
|
|
9554
9554
|
}]
|
|
9555
9555
|
},
|
|
9556
|
+
{
|
|
9557
|
+
description: 'The native token of Side Chain.',
|
|
9558
|
+
denom_units: [{
|
|
9559
|
+
denom: 'ibc/6DAAA2C5A3BF6AF99905321077466E006432E47C5153DF654A48620A8C3F1E71',
|
|
9560
|
+
exponent: 0,
|
|
9561
|
+
aliases: ['uside']
|
|
9562
|
+
}, {
|
|
9563
|
+
denom: 'side',
|
|
9564
|
+
exponent: 6
|
|
9565
|
+
}],
|
|
9566
|
+
base: 'ibc/6DAAA2C5A3BF6AF99905321077466E006432E47C5153DF654A48620A8C3F1E71',
|
|
9567
|
+
name: 'Side Chain native token',
|
|
9568
|
+
display: 'side',
|
|
9569
|
+
symbol: 'SIDE',
|
|
9570
|
+
logo_URIs: {
|
|
9571
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
9572
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg'
|
|
9573
|
+
},
|
|
9574
|
+
images: [{
|
|
9575
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
9576
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg',
|
|
9577
|
+
theme: {
|
|
9578
|
+
primary_color_hex: '#f7771a'
|
|
9579
|
+
}
|
|
9580
|
+
}],
|
|
9581
|
+
socials: {
|
|
9582
|
+
website: 'https://side.one',
|
|
9583
|
+
twitter: 'https://x.com/SideProtocol'
|
|
9584
|
+
},
|
|
9585
|
+
type_asset: 'sdk.coin',
|
|
9586
|
+
traces: [{
|
|
9587
|
+
type: 'ibc',
|
|
9588
|
+
counterparty: {
|
|
9589
|
+
channel_id: 'channel-2',
|
|
9590
|
+
base_denom: 'uside',
|
|
9591
|
+
chain_name: 'sidechain'
|
|
9592
|
+
},
|
|
9593
|
+
chain: {
|
|
9594
|
+
channel_id: 'channel-1318'
|
|
9595
|
+
}
|
|
9596
|
+
}]
|
|
9597
|
+
},
|
|
9556
9598
|
{
|
|
9557
9599
|
description: 'Rowan Token (ROWAN) is the Sifchain Network\'s native utility token, used as the primary means to govern, provide liquidity, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.',
|
|
9558
9600
|
denom_units: [{
|
|
@@ -17298,6 +17340,48 @@ const assets = {
|
|
|
17298
17340
|
}
|
|
17299
17341
|
}]
|
|
17300
17342
|
},
|
|
17343
|
+
{
|
|
17344
|
+
description: 'The native token of Side Chain.',
|
|
17345
|
+
denom_units: [{
|
|
17346
|
+
denom: 'ibc/6DAAA2C5A3BF6AF99905321077466E006432E47C5153DF654A48620A8C3F1E71',
|
|
17347
|
+
exponent: 0,
|
|
17348
|
+
aliases: ['uside']
|
|
17349
|
+
}, {
|
|
17350
|
+
denom: 'side',
|
|
17351
|
+
exponent: 6
|
|
17352
|
+
}],
|
|
17353
|
+
base: 'ibc/6DAAA2C5A3BF6AF99905321077466E006432E47C5153DF654A48620A8C3F1E71',
|
|
17354
|
+
name: 'Side Chain native token',
|
|
17355
|
+
display: 'side',
|
|
17356
|
+
symbol: 'SIDE',
|
|
17357
|
+
logo_URIs: {
|
|
17358
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
17359
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg'
|
|
17360
|
+
},
|
|
17361
|
+
images: [{
|
|
17362
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
17363
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg',
|
|
17364
|
+
theme: {
|
|
17365
|
+
primary_color_hex: '#f7771a'
|
|
17366
|
+
}
|
|
17367
|
+
}],
|
|
17368
|
+
socials: {
|
|
17369
|
+
website: 'https://side.one',
|
|
17370
|
+
twitter: 'https://x.com/SideProtocol'
|
|
17371
|
+
},
|
|
17372
|
+
type_asset: 'sdk.coin',
|
|
17373
|
+
traces: [{
|
|
17374
|
+
type: 'ibc',
|
|
17375
|
+
counterparty: {
|
|
17376
|
+
channel_id: 'channel-2',
|
|
17377
|
+
base_denom: 'uside',
|
|
17378
|
+
chain_name: 'sidechain'
|
|
17379
|
+
},
|
|
17380
|
+
chain: {
|
|
17381
|
+
channel_id: 'channel-1318'
|
|
17382
|
+
}
|
|
17383
|
+
}]
|
|
17384
|
+
},
|
|
17301
17385
|
{
|
|
17302
17386
|
description: 'Rowan Token (ROWAN) is the Sifchain Network\'s native utility token, used as the primary means to govern, provide liquidity, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.',
|
|
17303
17387
|
denom_units: [{
|
package/mainnet/injective.js
CHANGED
|
@@ -6625,6 +6625,48 @@ const assets = {
|
|
|
6625
6625
|
}
|
|
6626
6626
|
}]
|
|
6627
6627
|
},
|
|
6628
|
+
{
|
|
6629
|
+
description: 'The native token of Side Chain.',
|
|
6630
|
+
denom_units: [{
|
|
6631
|
+
denom: 'ibc/455D091764013CCE79DC24ABA70230E97AE735A12D5833B4BCEA7B133BFC0F08',
|
|
6632
|
+
exponent: 0,
|
|
6633
|
+
aliases: ['uside']
|
|
6634
|
+
}, {
|
|
6635
|
+
denom: 'side',
|
|
6636
|
+
exponent: 6
|
|
6637
|
+
}],
|
|
6638
|
+
base: 'ibc/455D091764013CCE79DC24ABA70230E97AE735A12D5833B4BCEA7B133BFC0F08',
|
|
6639
|
+
name: 'Side Chain native token',
|
|
6640
|
+
display: 'side',
|
|
6641
|
+
symbol: 'SIDE',
|
|
6642
|
+
logo_URIs: {
|
|
6643
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
6644
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg'
|
|
6645
|
+
},
|
|
6646
|
+
images: [{
|
|
6647
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
6648
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg',
|
|
6649
|
+
theme: {
|
|
6650
|
+
primary_color_hex: '#f7771a'
|
|
6651
|
+
}
|
|
6652
|
+
}],
|
|
6653
|
+
socials: {
|
|
6654
|
+
website: 'https://side.one',
|
|
6655
|
+
twitter: 'https://x.com/SideProtocol'
|
|
6656
|
+
},
|
|
6657
|
+
type_asset: 'sdk.coin',
|
|
6658
|
+
traces: [{
|
|
6659
|
+
type: 'ibc',
|
|
6660
|
+
counterparty: {
|
|
6661
|
+
channel_id: 'channel-4',
|
|
6662
|
+
base_denom: 'uside',
|
|
6663
|
+
chain_name: 'sidechain'
|
|
6664
|
+
},
|
|
6665
|
+
chain: {
|
|
6666
|
+
channel_id: 'channel-429'
|
|
6667
|
+
}
|
|
6668
|
+
}]
|
|
6669
|
+
},
|
|
6628
6670
|
{
|
|
6629
6671
|
description: 'Somm Token (SOMM) is the native staking token of the Sommelier Chain',
|
|
6630
6672
|
denom_units: [
|
|
@@ -12507,6 +12549,48 @@ const assets = {
|
|
|
12507
12549
|
}
|
|
12508
12550
|
}]
|
|
12509
12551
|
},
|
|
12552
|
+
{
|
|
12553
|
+
description: 'The native token of Side Chain.',
|
|
12554
|
+
denom_units: [{
|
|
12555
|
+
denom: 'ibc/455D091764013CCE79DC24ABA70230E97AE735A12D5833B4BCEA7B133BFC0F08',
|
|
12556
|
+
exponent: 0,
|
|
12557
|
+
aliases: ['uside']
|
|
12558
|
+
}, {
|
|
12559
|
+
denom: 'side',
|
|
12560
|
+
exponent: 6
|
|
12561
|
+
}],
|
|
12562
|
+
base: 'ibc/455D091764013CCE79DC24ABA70230E97AE735A12D5833B4BCEA7B133BFC0F08',
|
|
12563
|
+
name: 'Side Chain native token',
|
|
12564
|
+
display: 'side',
|
|
12565
|
+
symbol: 'SIDE',
|
|
12566
|
+
logo_URIs: {
|
|
12567
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
12568
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg'
|
|
12569
|
+
},
|
|
12570
|
+
images: [{
|
|
12571
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
12572
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg',
|
|
12573
|
+
theme: {
|
|
12574
|
+
primary_color_hex: '#f7771a'
|
|
12575
|
+
}
|
|
12576
|
+
}],
|
|
12577
|
+
socials: {
|
|
12578
|
+
website: 'https://side.one',
|
|
12579
|
+
twitter: 'https://x.com/SideProtocol'
|
|
12580
|
+
},
|
|
12581
|
+
type_asset: 'sdk.coin',
|
|
12582
|
+
traces: [{
|
|
12583
|
+
type: 'ibc',
|
|
12584
|
+
counterparty: {
|
|
12585
|
+
channel_id: 'channel-4',
|
|
12586
|
+
base_denom: 'uside',
|
|
12587
|
+
chain_name: 'sidechain'
|
|
12588
|
+
},
|
|
12589
|
+
chain: {
|
|
12590
|
+
channel_id: 'channel-429'
|
|
12591
|
+
}
|
|
12592
|
+
}]
|
|
12593
|
+
},
|
|
12510
12594
|
{
|
|
12511
12595
|
description: 'Somm Token (SOMM) is the native staking token of the Sommelier Chain',
|
|
12512
12596
|
denom_units: [
|
package/mainnet/kujira.js
CHANGED
|
@@ -6784,7 +6784,8 @@ const assets = {
|
|
|
6784
6784
|
socials: {
|
|
6785
6785
|
website: 'https://astroport.fi/',
|
|
6786
6786
|
twitter: 'https://twitter.com/astroport_fi'
|
|
6787
|
-
}
|
|
6787
|
+
},
|
|
6788
|
+
coingecko_id: 'astroport-fi'
|
|
6788
6789
|
},
|
|
6789
6790
|
{
|
|
6790
6791
|
description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
|
|
@@ -8491,7 +8492,8 @@ const assets = {
|
|
|
8491
8492
|
socials: {
|
|
8492
8493
|
website: 'https://astroport.fi/',
|
|
8493
8494
|
twitter: 'https://twitter.com/astroport_fi'
|
|
8494
|
-
}
|
|
8495
|
+
},
|
|
8496
|
+
coingecko_id: 'astroport-fi'
|
|
8495
8497
|
},
|
|
8496
8498
|
{
|
|
8497
8499
|
description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
|
package/mainnet/migaloo.js
CHANGED
|
@@ -6686,7 +6686,8 @@ const assets = {
|
|
|
6686
6686
|
}],
|
|
6687
6687
|
logo_URIs: {
|
|
6688
6688
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
6689
|
-
}
|
|
6689
|
+
},
|
|
6690
|
+
coingecko_id: 'astroport-fi'
|
|
6690
6691
|
},
|
|
6691
6692
|
{
|
|
6692
6693
|
denom_units: [{
|
|
@@ -10287,7 +10288,8 @@ const assets = {
|
|
|
10287
10288
|
socials: {
|
|
10288
10289
|
website: 'https://astroport.fi/',
|
|
10289
10290
|
twitter: 'https://twitter.com/astroport_fi'
|
|
10290
|
-
}
|
|
10291
|
+
},
|
|
10292
|
+
coingecko_id: 'astroport-fi'
|
|
10291
10293
|
},
|
|
10292
10294
|
{
|
|
10293
10295
|
description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
|
|
@@ -15562,7 +15564,8 @@ const assets = {
|
|
|
15562
15564
|
}],
|
|
15563
15565
|
logo_URIs: {
|
|
15564
15566
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
15565
|
-
}
|
|
15567
|
+
},
|
|
15568
|
+
coingecko_id: 'astroport-fi'
|
|
15566
15569
|
},
|
|
15567
15570
|
{
|
|
15568
15571
|
denom_units: [{
|
|
@@ -19163,7 +19166,8 @@ const assets = {
|
|
|
19163
19166
|
socials: {
|
|
19164
19167
|
website: 'https://astroport.fi/',
|
|
19165
19168
|
twitter: 'https://twitter.com/astroport_fi'
|
|
19166
|
-
}
|
|
19169
|
+
},
|
|
19170
|
+
coingecko_id: 'astroport-fi'
|
|
19167
19171
|
},
|
|
19168
19172
|
{
|
|
19169
19173
|
description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
|
package/mainnet/neutron.js
CHANGED
|
@@ -7006,6 +7006,48 @@ const assets = {
|
|
|
7006
7006
|
}
|
|
7007
7007
|
}]
|
|
7008
7008
|
},
|
|
7009
|
+
{
|
|
7010
|
+
description: 'The native token of Side Chain.',
|
|
7011
|
+
denom_units: [{
|
|
7012
|
+
denom: 'ibc/8B42809DBB72F52A05545F347C965561E5795F77D3E62BC1F9E5E2AE291BF2B3',
|
|
7013
|
+
exponent: 0,
|
|
7014
|
+
aliases: ['uside']
|
|
7015
|
+
}, {
|
|
7016
|
+
denom: 'side',
|
|
7017
|
+
exponent: 6
|
|
7018
|
+
}],
|
|
7019
|
+
base: 'ibc/8B42809DBB72F52A05545F347C965561E5795F77D3E62BC1F9E5E2AE291BF2B3',
|
|
7020
|
+
name: 'Side Chain native token',
|
|
7021
|
+
display: 'side',
|
|
7022
|
+
symbol: 'SIDE',
|
|
7023
|
+
logo_URIs: {
|
|
7024
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
7025
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg'
|
|
7026
|
+
},
|
|
7027
|
+
images: [{
|
|
7028
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
7029
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg',
|
|
7030
|
+
theme: {
|
|
7031
|
+
primary_color_hex: '#f7771a'
|
|
7032
|
+
}
|
|
7033
|
+
}],
|
|
7034
|
+
socials: {
|
|
7035
|
+
website: 'https://side.one',
|
|
7036
|
+
twitter: 'https://x.com/SideProtocol'
|
|
7037
|
+
},
|
|
7038
|
+
type_asset: 'sdk.coin',
|
|
7039
|
+
traces: [{
|
|
7040
|
+
type: 'ibc',
|
|
7041
|
+
counterparty: {
|
|
7042
|
+
channel_id: 'channel-3',
|
|
7043
|
+
base_denom: 'uside',
|
|
7044
|
+
chain_name: 'sidechain'
|
|
7045
|
+
},
|
|
7046
|
+
chain: {
|
|
7047
|
+
channel_id: 'channel-6561'
|
|
7048
|
+
}
|
|
7049
|
+
}]
|
|
7050
|
+
},
|
|
7009
7051
|
{
|
|
7010
7052
|
description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
|
|
7011
7053
|
denom_units: [{
|
|
@@ -11947,6 +11989,48 @@ const assets = {
|
|
|
11947
11989
|
}
|
|
11948
11990
|
}]
|
|
11949
11991
|
},
|
|
11992
|
+
{
|
|
11993
|
+
description: 'The native token of Side Chain.',
|
|
11994
|
+
denom_units: [{
|
|
11995
|
+
denom: 'ibc/8B42809DBB72F52A05545F347C965561E5795F77D3E62BC1F9E5E2AE291BF2B3',
|
|
11996
|
+
exponent: 0,
|
|
11997
|
+
aliases: ['uside']
|
|
11998
|
+
}, {
|
|
11999
|
+
denom: 'side',
|
|
12000
|
+
exponent: 6
|
|
12001
|
+
}],
|
|
12002
|
+
base: 'ibc/8B42809DBB72F52A05545F347C965561E5795F77D3E62BC1F9E5E2AE291BF2B3',
|
|
12003
|
+
name: 'Side Chain native token',
|
|
12004
|
+
display: 'side',
|
|
12005
|
+
symbol: 'SIDE',
|
|
12006
|
+
logo_URIs: {
|
|
12007
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
12008
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg'
|
|
12009
|
+
},
|
|
12010
|
+
images: [{
|
|
12011
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
12012
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg',
|
|
12013
|
+
theme: {
|
|
12014
|
+
primary_color_hex: '#f7771a'
|
|
12015
|
+
}
|
|
12016
|
+
}],
|
|
12017
|
+
socials: {
|
|
12018
|
+
website: 'https://side.one',
|
|
12019
|
+
twitter: 'https://x.com/SideProtocol'
|
|
12020
|
+
},
|
|
12021
|
+
type_asset: 'sdk.coin',
|
|
12022
|
+
traces: [{
|
|
12023
|
+
type: 'ibc',
|
|
12024
|
+
counterparty: {
|
|
12025
|
+
channel_id: 'channel-3',
|
|
12026
|
+
base_denom: 'uside',
|
|
12027
|
+
chain_name: 'sidechain'
|
|
12028
|
+
},
|
|
12029
|
+
chain: {
|
|
12030
|
+
channel_id: 'channel-6561'
|
|
12031
|
+
}
|
|
12032
|
+
}]
|
|
12033
|
+
},
|
|
11950
12034
|
{
|
|
11951
12035
|
description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
|
|
11952
12036
|
denom_units: [{
|
|
@@ -12696,7 +12780,8 @@ const assets = {
|
|
|
12696
12780
|
socials: {
|
|
12697
12781
|
website: 'https://astroport.fi/',
|
|
12698
12782
|
twitter: 'https://twitter.com/astroport_fi'
|
|
12699
|
-
}
|
|
12783
|
+
},
|
|
12784
|
+
coingecko_id: 'astroport-fi'
|
|
12700
12785
|
},
|
|
12701
12786
|
{
|
|
12702
12787
|
description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
|
|
@@ -14403,7 +14488,8 @@ const assets = {
|
|
|
14403
14488
|
socials: {
|
|
14404
14489
|
website: 'https://astroport.fi/',
|
|
14405
14490
|
twitter: 'https://twitter.com/astroport_fi'
|
|
14406
|
-
}
|
|
14491
|
+
},
|
|
14492
|
+
coingecko_id: 'astroport-fi'
|
|
14407
14493
|
},
|
|
14408
14494
|
{
|
|
14409
14495
|
description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
|
package/mainnet/osmosis.js
CHANGED
|
@@ -36624,7 +36624,8 @@ const assets = {
|
|
|
36624
36624
|
}],
|
|
36625
36625
|
logo_URIs: {
|
|
36626
36626
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
36627
|
-
}
|
|
36627
|
+
},
|
|
36628
|
+
coingecko_id: 'astroport-fi'
|
|
36628
36629
|
},
|
|
36629
36630
|
{
|
|
36630
36631
|
denom_units: [{
|
|
@@ -40225,7 +40226,8 @@ const assets = {
|
|
|
40225
40226
|
socials: {
|
|
40226
40227
|
website: 'https://astroport.fi/',
|
|
40227
40228
|
twitter: 'https://twitter.com/astroport_fi'
|
|
40228
|
-
}
|
|
40229
|
+
},
|
|
40230
|
+
coingecko_id: 'astroport-fi'
|
|
40229
40231
|
},
|
|
40230
40232
|
{
|
|
40231
40233
|
description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
|
|
@@ -45500,7 +45502,8 @@ const assets = {
|
|
|
45500
45502
|
}],
|
|
45501
45503
|
logo_URIs: {
|
|
45502
45504
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
45503
|
-
}
|
|
45505
|
+
},
|
|
45506
|
+
coingecko_id: 'astroport-fi'
|
|
45504
45507
|
},
|
|
45505
45508
|
{
|
|
45506
45509
|
denom_units: [{
|
|
@@ -49101,7 +49104,8 @@ const assets = {
|
|
|
49101
49104
|
socials: {
|
|
49102
49105
|
website: 'https://astroport.fi/',
|
|
49103
49106
|
twitter: 'https://twitter.com/astroport_fi'
|
|
49104
|
-
}
|
|
49107
|
+
},
|
|
49108
|
+
coingecko_id: 'astroport-fi'
|
|
49105
49109
|
},
|
|
49106
49110
|
{
|
|
49107
49111
|
description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
|
package/mainnet/secretnetwork.js
CHANGED
|
@@ -13991,7 +13991,8 @@ const assets = {
|
|
|
13991
13991
|
socials: {
|
|
13992
13992
|
website: 'https://astroport.fi/',
|
|
13993
13993
|
twitter: 'https://twitter.com/astroport_fi'
|
|
13994
|
-
}
|
|
13994
|
+
},
|
|
13995
|
+
coingecko_id: 'astroport-fi'
|
|
13995
13996
|
},
|
|
13996
13997
|
{
|
|
13997
13998
|
description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
|
|
@@ -15321,7 +15322,8 @@ const assets = {
|
|
|
15321
15322
|
socials: {
|
|
15322
15323
|
website: 'https://astroport.fi/',
|
|
15323
15324
|
twitter: 'https://twitter.com/astroport_fi'
|
|
15324
|
-
}
|
|
15325
|
+
},
|
|
15326
|
+
coingecko_id: 'astroport-fi'
|
|
15325
15327
|
},
|
|
15326
15328
|
{
|
|
15327
15329
|
description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
|