@chain-registry/assets 1.70.126 → 1.70.127
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/cosmoshub.js +84 -0
- package/esm/mainnet/injective.js +84 -0
- package/esm/mainnet/neutron.js +84 -0
- package/esm/mainnet/sidechain.js +1054 -102
- package/mainnet/cosmoshub.js +84 -0
- package/mainnet/injective.js +84 -0
- package/mainnet/neutron.js +84 -0
- package/mainnet/sidechain.js +1054 -102
- package/package.json +5 -5
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -9551,6 +9551,48 @@ const assets = {
|
|
|
9551
9551
|
}
|
|
9552
9552
|
}]
|
|
9553
9553
|
},
|
|
9554
|
+
{
|
|
9555
|
+
description: 'The native token of Side Chain.',
|
|
9556
|
+
denom_units: [{
|
|
9557
|
+
denom: 'ibc/6DAAA2C5A3BF6AF99905321077466E006432E47C5153DF654A48620A8C3F1E71',
|
|
9558
|
+
exponent: 0,
|
|
9559
|
+
aliases: ['uside']
|
|
9560
|
+
}, {
|
|
9561
|
+
denom: 'side',
|
|
9562
|
+
exponent: 6
|
|
9563
|
+
}],
|
|
9564
|
+
base: 'ibc/6DAAA2C5A3BF6AF99905321077466E006432E47C5153DF654A48620A8C3F1E71',
|
|
9565
|
+
name: 'Side Chain native token',
|
|
9566
|
+
display: 'side',
|
|
9567
|
+
symbol: 'SIDE',
|
|
9568
|
+
logo_URIs: {
|
|
9569
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
9570
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg'
|
|
9571
|
+
},
|
|
9572
|
+
images: [{
|
|
9573
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
9574
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg',
|
|
9575
|
+
theme: {
|
|
9576
|
+
primary_color_hex: '#f7771a'
|
|
9577
|
+
}
|
|
9578
|
+
}],
|
|
9579
|
+
socials: {
|
|
9580
|
+
website: 'https://side.one',
|
|
9581
|
+
twitter: 'https://x.com/SideProtocol'
|
|
9582
|
+
},
|
|
9583
|
+
type_asset: 'sdk.coin',
|
|
9584
|
+
traces: [{
|
|
9585
|
+
type: 'ibc',
|
|
9586
|
+
counterparty: {
|
|
9587
|
+
channel_id: 'channel-2',
|
|
9588
|
+
base_denom: 'uside',
|
|
9589
|
+
chain_name: 'sidechain'
|
|
9590
|
+
},
|
|
9591
|
+
chain: {
|
|
9592
|
+
channel_id: 'channel-1318'
|
|
9593
|
+
}
|
|
9594
|
+
}]
|
|
9595
|
+
},
|
|
9554
9596
|
{
|
|
9555
9597
|
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.',
|
|
9556
9598
|
denom_units: [{
|
|
@@ -17296,6 +17338,48 @@ const assets = {
|
|
|
17296
17338
|
}
|
|
17297
17339
|
}]
|
|
17298
17340
|
},
|
|
17341
|
+
{
|
|
17342
|
+
description: 'The native token of Side Chain.',
|
|
17343
|
+
denom_units: [{
|
|
17344
|
+
denom: 'ibc/6DAAA2C5A3BF6AF99905321077466E006432E47C5153DF654A48620A8C3F1E71',
|
|
17345
|
+
exponent: 0,
|
|
17346
|
+
aliases: ['uside']
|
|
17347
|
+
}, {
|
|
17348
|
+
denom: 'side',
|
|
17349
|
+
exponent: 6
|
|
17350
|
+
}],
|
|
17351
|
+
base: 'ibc/6DAAA2C5A3BF6AF99905321077466E006432E47C5153DF654A48620A8C3F1E71',
|
|
17352
|
+
name: 'Side Chain native token',
|
|
17353
|
+
display: 'side',
|
|
17354
|
+
symbol: 'SIDE',
|
|
17355
|
+
logo_URIs: {
|
|
17356
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
17357
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg'
|
|
17358
|
+
},
|
|
17359
|
+
images: [{
|
|
17360
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
17361
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg',
|
|
17362
|
+
theme: {
|
|
17363
|
+
primary_color_hex: '#f7771a'
|
|
17364
|
+
}
|
|
17365
|
+
}],
|
|
17366
|
+
socials: {
|
|
17367
|
+
website: 'https://side.one',
|
|
17368
|
+
twitter: 'https://x.com/SideProtocol'
|
|
17369
|
+
},
|
|
17370
|
+
type_asset: 'sdk.coin',
|
|
17371
|
+
traces: [{
|
|
17372
|
+
type: 'ibc',
|
|
17373
|
+
counterparty: {
|
|
17374
|
+
channel_id: 'channel-2',
|
|
17375
|
+
base_denom: 'uside',
|
|
17376
|
+
chain_name: 'sidechain'
|
|
17377
|
+
},
|
|
17378
|
+
chain: {
|
|
17379
|
+
channel_id: 'channel-1318'
|
|
17380
|
+
}
|
|
17381
|
+
}]
|
|
17382
|
+
},
|
|
17299
17383
|
{
|
|
17300
17384
|
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.',
|
|
17301
17385
|
denom_units: [{
|
package/esm/mainnet/injective.js
CHANGED
|
@@ -6623,6 +6623,48 @@ const assets = {
|
|
|
6623
6623
|
}
|
|
6624
6624
|
}]
|
|
6625
6625
|
},
|
|
6626
|
+
{
|
|
6627
|
+
description: 'The native token of Side Chain.',
|
|
6628
|
+
denom_units: [{
|
|
6629
|
+
denom: 'ibc/455D091764013CCE79DC24ABA70230E97AE735A12D5833B4BCEA7B133BFC0F08',
|
|
6630
|
+
exponent: 0,
|
|
6631
|
+
aliases: ['uside']
|
|
6632
|
+
}, {
|
|
6633
|
+
denom: 'side',
|
|
6634
|
+
exponent: 6
|
|
6635
|
+
}],
|
|
6636
|
+
base: 'ibc/455D091764013CCE79DC24ABA70230E97AE735A12D5833B4BCEA7B133BFC0F08',
|
|
6637
|
+
name: 'Side Chain native token',
|
|
6638
|
+
display: 'side',
|
|
6639
|
+
symbol: 'SIDE',
|
|
6640
|
+
logo_URIs: {
|
|
6641
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
6642
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg'
|
|
6643
|
+
},
|
|
6644
|
+
images: [{
|
|
6645
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
6646
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg',
|
|
6647
|
+
theme: {
|
|
6648
|
+
primary_color_hex: '#f7771a'
|
|
6649
|
+
}
|
|
6650
|
+
}],
|
|
6651
|
+
socials: {
|
|
6652
|
+
website: 'https://side.one',
|
|
6653
|
+
twitter: 'https://x.com/SideProtocol'
|
|
6654
|
+
},
|
|
6655
|
+
type_asset: 'sdk.coin',
|
|
6656
|
+
traces: [{
|
|
6657
|
+
type: 'ibc',
|
|
6658
|
+
counterparty: {
|
|
6659
|
+
channel_id: 'channel-4',
|
|
6660
|
+
base_denom: 'uside',
|
|
6661
|
+
chain_name: 'sidechain'
|
|
6662
|
+
},
|
|
6663
|
+
chain: {
|
|
6664
|
+
channel_id: 'channel-429'
|
|
6665
|
+
}
|
|
6666
|
+
}]
|
|
6667
|
+
},
|
|
6626
6668
|
{
|
|
6627
6669
|
description: 'Somm Token (SOMM) is the native staking token of the Sommelier Chain',
|
|
6628
6670
|
denom_units: [
|
|
@@ -12505,6 +12547,48 @@ const assets = {
|
|
|
12505
12547
|
}
|
|
12506
12548
|
}]
|
|
12507
12549
|
},
|
|
12550
|
+
{
|
|
12551
|
+
description: 'The native token of Side Chain.',
|
|
12552
|
+
denom_units: [{
|
|
12553
|
+
denom: 'ibc/455D091764013CCE79DC24ABA70230E97AE735A12D5833B4BCEA7B133BFC0F08',
|
|
12554
|
+
exponent: 0,
|
|
12555
|
+
aliases: ['uside']
|
|
12556
|
+
}, {
|
|
12557
|
+
denom: 'side',
|
|
12558
|
+
exponent: 6
|
|
12559
|
+
}],
|
|
12560
|
+
base: 'ibc/455D091764013CCE79DC24ABA70230E97AE735A12D5833B4BCEA7B133BFC0F08',
|
|
12561
|
+
name: 'Side Chain native token',
|
|
12562
|
+
display: 'side',
|
|
12563
|
+
symbol: 'SIDE',
|
|
12564
|
+
logo_URIs: {
|
|
12565
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
12566
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg'
|
|
12567
|
+
},
|
|
12568
|
+
images: [{
|
|
12569
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
12570
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg',
|
|
12571
|
+
theme: {
|
|
12572
|
+
primary_color_hex: '#f7771a'
|
|
12573
|
+
}
|
|
12574
|
+
}],
|
|
12575
|
+
socials: {
|
|
12576
|
+
website: 'https://side.one',
|
|
12577
|
+
twitter: 'https://x.com/SideProtocol'
|
|
12578
|
+
},
|
|
12579
|
+
type_asset: 'sdk.coin',
|
|
12580
|
+
traces: [{
|
|
12581
|
+
type: 'ibc',
|
|
12582
|
+
counterparty: {
|
|
12583
|
+
channel_id: 'channel-4',
|
|
12584
|
+
base_denom: 'uside',
|
|
12585
|
+
chain_name: 'sidechain'
|
|
12586
|
+
},
|
|
12587
|
+
chain: {
|
|
12588
|
+
channel_id: 'channel-429'
|
|
12589
|
+
}
|
|
12590
|
+
}]
|
|
12591
|
+
},
|
|
12508
12592
|
{
|
|
12509
12593
|
description: 'Somm Token (SOMM) is the native staking token of the Sommelier Chain',
|
|
12510
12594
|
denom_units: [
|
package/esm/mainnet/neutron.js
CHANGED
|
@@ -7004,6 +7004,48 @@ const assets = {
|
|
|
7004
7004
|
}
|
|
7005
7005
|
}]
|
|
7006
7006
|
},
|
|
7007
|
+
{
|
|
7008
|
+
description: 'The native token of Side Chain.',
|
|
7009
|
+
denom_units: [{
|
|
7010
|
+
denom: 'ibc/8B42809DBB72F52A05545F347C965561E5795F77D3E62BC1F9E5E2AE291BF2B3',
|
|
7011
|
+
exponent: 0,
|
|
7012
|
+
aliases: ['uside']
|
|
7013
|
+
}, {
|
|
7014
|
+
denom: 'side',
|
|
7015
|
+
exponent: 6
|
|
7016
|
+
}],
|
|
7017
|
+
base: 'ibc/8B42809DBB72F52A05545F347C965561E5795F77D3E62BC1F9E5E2AE291BF2B3',
|
|
7018
|
+
name: 'Side Chain native token',
|
|
7019
|
+
display: 'side',
|
|
7020
|
+
symbol: 'SIDE',
|
|
7021
|
+
logo_URIs: {
|
|
7022
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
7023
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg'
|
|
7024
|
+
},
|
|
7025
|
+
images: [{
|
|
7026
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
7027
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg',
|
|
7028
|
+
theme: {
|
|
7029
|
+
primary_color_hex: '#f7771a'
|
|
7030
|
+
}
|
|
7031
|
+
}],
|
|
7032
|
+
socials: {
|
|
7033
|
+
website: 'https://side.one',
|
|
7034
|
+
twitter: 'https://x.com/SideProtocol'
|
|
7035
|
+
},
|
|
7036
|
+
type_asset: 'sdk.coin',
|
|
7037
|
+
traces: [{
|
|
7038
|
+
type: 'ibc',
|
|
7039
|
+
counterparty: {
|
|
7040
|
+
channel_id: 'channel-3',
|
|
7041
|
+
base_denom: 'uside',
|
|
7042
|
+
chain_name: 'sidechain'
|
|
7043
|
+
},
|
|
7044
|
+
chain: {
|
|
7045
|
+
channel_id: 'channel-6561'
|
|
7046
|
+
}
|
|
7047
|
+
}]
|
|
7048
|
+
},
|
|
7007
7049
|
{
|
|
7008
7050
|
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.',
|
|
7009
7051
|
denom_units: [{
|
|
@@ -11945,6 +11987,48 @@ const assets = {
|
|
|
11945
11987
|
}
|
|
11946
11988
|
}]
|
|
11947
11989
|
},
|
|
11990
|
+
{
|
|
11991
|
+
description: 'The native token of Side Chain.',
|
|
11992
|
+
denom_units: [{
|
|
11993
|
+
denom: 'ibc/8B42809DBB72F52A05545F347C965561E5795F77D3E62BC1F9E5E2AE291BF2B3',
|
|
11994
|
+
exponent: 0,
|
|
11995
|
+
aliases: ['uside']
|
|
11996
|
+
}, {
|
|
11997
|
+
denom: 'side',
|
|
11998
|
+
exponent: 6
|
|
11999
|
+
}],
|
|
12000
|
+
base: 'ibc/8B42809DBB72F52A05545F347C965561E5795F77D3E62BC1F9E5E2AE291BF2B3',
|
|
12001
|
+
name: 'Side Chain native token',
|
|
12002
|
+
display: 'side',
|
|
12003
|
+
symbol: 'SIDE',
|
|
12004
|
+
logo_URIs: {
|
|
12005
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
12006
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg'
|
|
12007
|
+
},
|
|
12008
|
+
images: [{
|
|
12009
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
12010
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg',
|
|
12011
|
+
theme: {
|
|
12012
|
+
primary_color_hex: '#f7771a'
|
|
12013
|
+
}
|
|
12014
|
+
}],
|
|
12015
|
+
socials: {
|
|
12016
|
+
website: 'https://side.one',
|
|
12017
|
+
twitter: 'https://x.com/SideProtocol'
|
|
12018
|
+
},
|
|
12019
|
+
type_asset: 'sdk.coin',
|
|
12020
|
+
traces: [{
|
|
12021
|
+
type: 'ibc',
|
|
12022
|
+
counterparty: {
|
|
12023
|
+
channel_id: 'channel-3',
|
|
12024
|
+
base_denom: 'uside',
|
|
12025
|
+
chain_name: 'sidechain'
|
|
12026
|
+
},
|
|
12027
|
+
chain: {
|
|
12028
|
+
channel_id: 'channel-6561'
|
|
12029
|
+
}
|
|
12030
|
+
}]
|
|
12031
|
+
},
|
|
11948
12032
|
{
|
|
11949
12033
|
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.',
|
|
11950
12034
|
denom_units: [{
|