@chain-registry/assets 1.70.304 → 1.70.305
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/akash.js +0 -2
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/axelar.js +0 -2
- package/esm/mainnet/composable.js +0 -2
- package/esm/mainnet/cosmoshub.js +234 -2
- package/esm/mainnet/cryptoorgchain.js +0 -2
- package/esm/mainnet/dymension.js +0 -2
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/injective.js +0 -2
- package/esm/mainnet/irisnet.js +0 -2
- package/esm/mainnet/kujira.js +0 -2
- package/esm/mainnet/noble.js +234 -0
- package/esm/mainnet/onex.js +0 -2
- package/esm/mainnet/osmosis.js +0 -16
- package/esm/mainnet/persistence.js +0 -2
- package/esm/mainnet/regen.js +0 -2
- package/esm/mainnet/sentinel.js +0 -2
- package/esm/mainnet/sunrise.js +378 -0
- package/index.d.ts +1 -1
- package/mainnet/akash.js +0 -2
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +0 -2
- package/mainnet/composable.js +0 -2
- package/mainnet/cosmoshub.js +234 -2
- package/mainnet/cryptoorgchain.js +0 -2
- package/mainnet/dymension.js +0 -2
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +3 -2
- package/mainnet/injective.js +0 -2
- package/mainnet/irisnet.js +0 -2
- package/mainnet/kujira.js +0 -2
- package/mainnet/noble.js +234 -0
- package/mainnet/onex.js +0 -2
- package/mainnet/osmosis.js +0 -16
- package/mainnet/persistence.js +0 -2
- package/mainnet/regen.js +0 -2
- package/mainnet/sentinel.js +0 -2
- package/mainnet/sunrise.d.ts +3 -0
- package/mainnet/sunrise.js +380 -0
- package/package.json +5 -5
package/mainnet/cosmoshub.js
CHANGED
|
@@ -12496,7 +12496,6 @@ const assets = {
|
|
|
12496
12496
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png',
|
|
12497
12497
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
|
|
12498
12498
|
},
|
|
12499
|
-
coingecko_id: 'starname',
|
|
12500
12499
|
images: [{
|
|
12501
12500
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png',
|
|
12502
12501
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
|
|
@@ -12558,6 +12557,123 @@ const assets = {
|
|
|
12558
12557
|
}
|
|
12559
12558
|
}]
|
|
12560
12559
|
},
|
|
12560
|
+
{
|
|
12561
|
+
description: 'The native token of the Sunrise network for staking. This token is non transferrable. This token can be retrieved by providing liquidity.',
|
|
12562
|
+
denom_units: [{
|
|
12563
|
+
denom: 'ibc/4F1118E9723D1C6913A6FC350DB8DC50A5C7497C52BFA801DED579867788B961',
|
|
12564
|
+
exponent: 0,
|
|
12565
|
+
aliases: ['uvrise']
|
|
12566
|
+
}, {
|
|
12567
|
+
denom: 'vrise',
|
|
12568
|
+
exponent: 6
|
|
12569
|
+
}],
|
|
12570
|
+
base: 'ibc/4F1118E9723D1C6913A6FC350DB8DC50A5C7497C52BFA801DED579867788B961',
|
|
12571
|
+
name: 'Sunrise vRISE',
|
|
12572
|
+
display: 'vrise',
|
|
12573
|
+
symbol: 'vRISE',
|
|
12574
|
+
logo_URIs: {
|
|
12575
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.png',
|
|
12576
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.svg'
|
|
12577
|
+
},
|
|
12578
|
+
images: [{
|
|
12579
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.svg',
|
|
12580
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.png'
|
|
12581
|
+
}],
|
|
12582
|
+
socials: {
|
|
12583
|
+
website: 'https://sunriselayer.io/',
|
|
12584
|
+
twitter: 'https://twitter.com/SunriseLayer'
|
|
12585
|
+
},
|
|
12586
|
+
type_asset: 'sdk.coin',
|
|
12587
|
+
traces: [{
|
|
12588
|
+
type: 'ibc',
|
|
12589
|
+
counterparty: {
|
|
12590
|
+
channel_id: 'channel-1',
|
|
12591
|
+
base_denom: 'uvrise',
|
|
12592
|
+
chain_name: 'sunrise'
|
|
12593
|
+
},
|
|
12594
|
+
chain: {
|
|
12595
|
+
channel_id: 'channel-1421'
|
|
12596
|
+
}
|
|
12597
|
+
}]
|
|
12598
|
+
},
|
|
12599
|
+
{
|
|
12600
|
+
description: 'The native token of the Sunrise network.',
|
|
12601
|
+
denom_units: [{
|
|
12602
|
+
denom: 'ibc/6B36B4076DDD32AD1707196D454700B391BA94DE845C33EBEA7E8B21FEC64432',
|
|
12603
|
+
exponent: 0,
|
|
12604
|
+
aliases: ['urise']
|
|
12605
|
+
}, {
|
|
12606
|
+
denom: 'rise',
|
|
12607
|
+
exponent: 6
|
|
12608
|
+
}],
|
|
12609
|
+
base: 'ibc/6B36B4076DDD32AD1707196D454700B391BA94DE845C33EBEA7E8B21FEC64432',
|
|
12610
|
+
name: 'Sunrise RISE',
|
|
12611
|
+
display: 'rise',
|
|
12612
|
+
symbol: 'RISE',
|
|
12613
|
+
logo_URIs: {
|
|
12614
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png',
|
|
12615
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg'
|
|
12616
|
+
},
|
|
12617
|
+
images: [{
|
|
12618
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg',
|
|
12619
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png'
|
|
12620
|
+
}],
|
|
12621
|
+
socials: {
|
|
12622
|
+
website: 'https://sunriselayer.io/',
|
|
12623
|
+
twitter: 'https://twitter.com/SunriseLayer'
|
|
12624
|
+
},
|
|
12625
|
+
type_asset: 'sdk.coin',
|
|
12626
|
+
traces: [{
|
|
12627
|
+
type: 'ibc',
|
|
12628
|
+
counterparty: {
|
|
12629
|
+
channel_id: 'channel-1',
|
|
12630
|
+
base_denom: 'urise',
|
|
12631
|
+
chain_name: 'sunrise'
|
|
12632
|
+
},
|
|
12633
|
+
chain: {
|
|
12634
|
+
channel_id: 'channel-1421'
|
|
12635
|
+
}
|
|
12636
|
+
}]
|
|
12637
|
+
},
|
|
12638
|
+
{
|
|
12639
|
+
description: 'The USD stable coin of the Sunrise network for fees.',
|
|
12640
|
+
denom_units: [{
|
|
12641
|
+
denom: 'ibc/551CA67335E14C0F0D8B2AA24DF575F0E02836540330B20778C826F48ED8DE80',
|
|
12642
|
+
exponent: 0,
|
|
12643
|
+
aliases: ['uusdrise']
|
|
12644
|
+
}, {
|
|
12645
|
+
denom: 'usdrise',
|
|
12646
|
+
exponent: 6
|
|
12647
|
+
}],
|
|
12648
|
+
base: 'ibc/551CA67335E14C0F0D8B2AA24DF575F0E02836540330B20778C826F48ED8DE80',
|
|
12649
|
+
name: 'Sunrise USDrise',
|
|
12650
|
+
display: 'usdrise',
|
|
12651
|
+
symbol: 'USDRISE',
|
|
12652
|
+
logo_URIs: {
|
|
12653
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png',
|
|
12654
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg'
|
|
12655
|
+
},
|
|
12656
|
+
images: [{
|
|
12657
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg',
|
|
12658
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png'
|
|
12659
|
+
}],
|
|
12660
|
+
socials: {
|
|
12661
|
+
website: 'https://sunriselayer.io/',
|
|
12662
|
+
twitter: 'https://twitter.com/SunriseLayer'
|
|
12663
|
+
},
|
|
12664
|
+
type_asset: 'sdk.coin',
|
|
12665
|
+
traces: [{
|
|
12666
|
+
type: 'ibc',
|
|
12667
|
+
counterparty: {
|
|
12668
|
+
channel_id: 'channel-1',
|
|
12669
|
+
base_denom: 'uusdrise',
|
|
12670
|
+
chain_name: 'sunrise'
|
|
12671
|
+
},
|
|
12672
|
+
chain: {
|
|
12673
|
+
channel_id: 'channel-1421'
|
|
12674
|
+
}
|
|
12675
|
+
}]
|
|
12676
|
+
},
|
|
12561
12677
|
{
|
|
12562
12678
|
description: 'The native token of Teritori',
|
|
12563
12679
|
denom_units: [{
|
|
@@ -22806,7 +22922,6 @@ const assets = {
|
|
|
22806
22922
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png',
|
|
22807
22923
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
|
|
22808
22924
|
},
|
|
22809
|
-
coingecko_id: 'starname',
|
|
22810
22925
|
images: [{
|
|
22811
22926
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png',
|
|
22812
22927
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
|
|
@@ -22868,6 +22983,123 @@ const assets = {
|
|
|
22868
22983
|
}
|
|
22869
22984
|
}]
|
|
22870
22985
|
},
|
|
22986
|
+
{
|
|
22987
|
+
description: 'The native token of the Sunrise network for staking. This token is non transferrable. This token can be retrieved by providing liquidity.',
|
|
22988
|
+
denom_units: [{
|
|
22989
|
+
denom: 'ibc/4F1118E9723D1C6913A6FC350DB8DC50A5C7497C52BFA801DED579867788B961',
|
|
22990
|
+
exponent: 0,
|
|
22991
|
+
aliases: ['uvrise']
|
|
22992
|
+
}, {
|
|
22993
|
+
denom: 'vrise',
|
|
22994
|
+
exponent: 6
|
|
22995
|
+
}],
|
|
22996
|
+
base: 'ibc/4F1118E9723D1C6913A6FC350DB8DC50A5C7497C52BFA801DED579867788B961',
|
|
22997
|
+
name: 'Sunrise vRISE',
|
|
22998
|
+
display: 'vrise',
|
|
22999
|
+
symbol: 'vRISE',
|
|
23000
|
+
logo_URIs: {
|
|
23001
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.png',
|
|
23002
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.svg'
|
|
23003
|
+
},
|
|
23004
|
+
images: [{
|
|
23005
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.svg',
|
|
23006
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.png'
|
|
23007
|
+
}],
|
|
23008
|
+
socials: {
|
|
23009
|
+
website: 'https://sunriselayer.io/',
|
|
23010
|
+
twitter: 'https://twitter.com/SunriseLayer'
|
|
23011
|
+
},
|
|
23012
|
+
type_asset: 'sdk.coin',
|
|
23013
|
+
traces: [{
|
|
23014
|
+
type: 'ibc',
|
|
23015
|
+
counterparty: {
|
|
23016
|
+
channel_id: 'channel-1',
|
|
23017
|
+
base_denom: 'uvrise',
|
|
23018
|
+
chain_name: 'sunrise'
|
|
23019
|
+
},
|
|
23020
|
+
chain: {
|
|
23021
|
+
channel_id: 'channel-1421'
|
|
23022
|
+
}
|
|
23023
|
+
}]
|
|
23024
|
+
},
|
|
23025
|
+
{
|
|
23026
|
+
description: 'The native token of the Sunrise network.',
|
|
23027
|
+
denom_units: [{
|
|
23028
|
+
denom: 'ibc/6B36B4076DDD32AD1707196D454700B391BA94DE845C33EBEA7E8B21FEC64432',
|
|
23029
|
+
exponent: 0,
|
|
23030
|
+
aliases: ['urise']
|
|
23031
|
+
}, {
|
|
23032
|
+
denom: 'rise',
|
|
23033
|
+
exponent: 6
|
|
23034
|
+
}],
|
|
23035
|
+
base: 'ibc/6B36B4076DDD32AD1707196D454700B391BA94DE845C33EBEA7E8B21FEC64432',
|
|
23036
|
+
name: 'Sunrise RISE',
|
|
23037
|
+
display: 'rise',
|
|
23038
|
+
symbol: 'RISE',
|
|
23039
|
+
logo_URIs: {
|
|
23040
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png',
|
|
23041
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg'
|
|
23042
|
+
},
|
|
23043
|
+
images: [{
|
|
23044
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg',
|
|
23045
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png'
|
|
23046
|
+
}],
|
|
23047
|
+
socials: {
|
|
23048
|
+
website: 'https://sunriselayer.io/',
|
|
23049
|
+
twitter: 'https://twitter.com/SunriseLayer'
|
|
23050
|
+
},
|
|
23051
|
+
type_asset: 'sdk.coin',
|
|
23052
|
+
traces: [{
|
|
23053
|
+
type: 'ibc',
|
|
23054
|
+
counterparty: {
|
|
23055
|
+
channel_id: 'channel-1',
|
|
23056
|
+
base_denom: 'urise',
|
|
23057
|
+
chain_name: 'sunrise'
|
|
23058
|
+
},
|
|
23059
|
+
chain: {
|
|
23060
|
+
channel_id: 'channel-1421'
|
|
23061
|
+
}
|
|
23062
|
+
}]
|
|
23063
|
+
},
|
|
23064
|
+
{
|
|
23065
|
+
description: 'The USD stable coin of the Sunrise network for fees.',
|
|
23066
|
+
denom_units: [{
|
|
23067
|
+
denom: 'ibc/551CA67335E14C0F0D8B2AA24DF575F0E02836540330B20778C826F48ED8DE80',
|
|
23068
|
+
exponent: 0,
|
|
23069
|
+
aliases: ['uusdrise']
|
|
23070
|
+
}, {
|
|
23071
|
+
denom: 'usdrise',
|
|
23072
|
+
exponent: 6
|
|
23073
|
+
}],
|
|
23074
|
+
base: 'ibc/551CA67335E14C0F0D8B2AA24DF575F0E02836540330B20778C826F48ED8DE80',
|
|
23075
|
+
name: 'Sunrise USDrise',
|
|
23076
|
+
display: 'usdrise',
|
|
23077
|
+
symbol: 'USDRISE',
|
|
23078
|
+
logo_URIs: {
|
|
23079
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png',
|
|
23080
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg'
|
|
23081
|
+
},
|
|
23082
|
+
images: [{
|
|
23083
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg',
|
|
23084
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png'
|
|
23085
|
+
}],
|
|
23086
|
+
socials: {
|
|
23087
|
+
website: 'https://sunriselayer.io/',
|
|
23088
|
+
twitter: 'https://twitter.com/SunriseLayer'
|
|
23089
|
+
},
|
|
23090
|
+
type_asset: 'sdk.coin',
|
|
23091
|
+
traces: [{
|
|
23092
|
+
type: 'ibc',
|
|
23093
|
+
counterparty: {
|
|
23094
|
+
channel_id: 'channel-1',
|
|
23095
|
+
base_denom: 'uusdrise',
|
|
23096
|
+
chain_name: 'sunrise'
|
|
23097
|
+
},
|
|
23098
|
+
chain: {
|
|
23099
|
+
channel_id: 'channel-1421'
|
|
23100
|
+
}
|
|
23101
|
+
}]
|
|
23102
|
+
},
|
|
22871
23103
|
{
|
|
22872
23104
|
description: 'The native token of Teritori',
|
|
22873
23105
|
denom_units: [{
|
|
@@ -785,7 +785,6 @@ const assets = {
|
|
|
785
785
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png',
|
|
786
786
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
|
|
787
787
|
},
|
|
788
|
-
coingecko_id: 'starname',
|
|
789
788
|
images: [{
|
|
790
789
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png',
|
|
791
790
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
|
|
@@ -1289,7 +1288,6 @@ const assets = {
|
|
|
1289
1288
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png',
|
|
1290
1289
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
|
|
1291
1290
|
},
|
|
1292
|
-
coingecko_id: 'starname',
|
|
1293
1291
|
images: [{
|
|
1294
1292
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png',
|
|
1295
1293
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
|
package/mainnet/dymension.js
CHANGED
|
@@ -873,7 +873,6 @@ const assets = {
|
|
|
873
873
|
name: 'Mande Network',
|
|
874
874
|
display: 'mand',
|
|
875
875
|
symbol: 'MAND',
|
|
876
|
-
coingecko_id: 'mande-network',
|
|
877
876
|
images: [{
|
|
878
877
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.png',
|
|
879
878
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg'
|
|
@@ -1786,7 +1785,6 @@ const assets = {
|
|
|
1786
1785
|
name: 'Mande Network',
|
|
1787
1786
|
display: 'mand',
|
|
1788
1787
|
symbol: 'MAND',
|
|
1789
|
-
coingecko_id: 'mande-network',
|
|
1790
1788
|
images: [{
|
|
1791
1789
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.png',
|
|
1792
1790
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg'
|
package/mainnet/index.d.ts
CHANGED
|
@@ -147,6 +147,7 @@ export * as stargaze from './stargaze';
|
|
|
147
147
|
export * as starname from './starname';
|
|
148
148
|
export * as stratos from './stratos';
|
|
149
149
|
export * as stride from './stride';
|
|
150
|
+
export * as sunrise from './sunrise';
|
|
150
151
|
export * as symphony from './symphony';
|
|
151
152
|
export * as synternet from './synternet';
|
|
152
153
|
export * as taketitan from './taketitan';
|
package/mainnet/index.js
CHANGED
|
@@ -25,8 +25,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.elys = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.dungeon = exports.doravota = exports.dhealth = exports.desmos = exports.decentr = exports.cryptoorgchain = exports.cronos = exports.crescent = exports.cosmoshub = exports.coreum = exports.conscious = exports.composable = exports.comdex = exports.cifer = exports.chihuahua = exports.cheqd = exports.chain4energy = exports.celestia = exports.carbon = exports.canto = exports.bostrom = exports.bluzelle = exports.bitsong = exports.bitcanna = exports.bitbadges = exports.beezee = exports.bandchain = exports.babylon = exports.axelar = exports.aura = exports.atomone = exports.assetmantle = exports.arkh = exports.arkeo = exports.archway = exports.andromeda = exports.allora = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports.aaronetwork = exports.solana = exports.namada = exports.ethereum = void 0;
|
|
27
27
|
exports.nim = exports.nillion = exports.nibiru = exports.neutron = exports.neutaro = exports.mtgbp = exports.milkyway = exports.migaloo = exports.meme = exports.medasdigital = exports.mantrachain = exports.manifest = exports.mande = exports.lumnetwork = exports.lorenzo = exports.lombardledger = exports.likecoin = exports.lava = exports.lambda = exports.kyve = exports.kujira = exports.kopi = exports.konstellation = exports.kimanetwork = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.int3face = exports.injective = exports.initia = exports.imversed = exports.impacthub = exports.humans = exports.hippoprotocol = exports.haqq = exports.gravitybridge = exports.gitopia = exports.genesisl1 = exports.gateway = exports.galaxy = exports.fxcore = exports.furya = exports.firmachain = exports.fetchhub = exports.evmos = exports.empowerchain = exports.emoney = void 0;
|
|
28
|
-
exports.
|
|
29
|
-
exports.zenrock = exports.xrplevm = exports.xpla = exports.xion = exports.uptick = exports.unification = exports.umee = exports.titan = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.taketitan = exports.synternet = void 0;
|
|
28
|
+
exports.sunrise = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = exports.sidechain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.routerchain = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.qfs = exports.pylons = exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.planq = exports.persistence = exports.passage = exports.panacea = exports.osmosis = exports.oraichain = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.nyx = exports.nomic = exports.nolus = exports.noble = void 0;
|
|
29
|
+
exports.zenrock = exports.xrplevm = exports.xpla = exports.xion = exports.uptick = exports.unification = exports.umee = exports.titan = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.taketitan = exports.synternet = exports.symphony = void 0;
|
|
30
30
|
exports.ethereum = __importStar(require("./ethereum"));
|
|
31
31
|
exports.namada = __importStar(require("./namada"));
|
|
32
32
|
exports.solana = __importStar(require("./solana"));
|
|
@@ -176,6 +176,7 @@ exports.stargaze = __importStar(require("./stargaze"));
|
|
|
176
176
|
exports.starname = __importStar(require("./starname"));
|
|
177
177
|
exports.stratos = __importStar(require("./stratos"));
|
|
178
178
|
exports.stride = __importStar(require("./stride"));
|
|
179
|
+
exports.sunrise = __importStar(require("./sunrise"));
|
|
179
180
|
exports.symphony = __importStar(require("./symphony"));
|
|
180
181
|
exports.synternet = __importStar(require("./synternet"));
|
|
181
182
|
exports.taketitan = __importStar(require("./taketitan"));
|
package/mainnet/injective.js
CHANGED
|
@@ -1783,7 +1783,6 @@ const assets = {
|
|
|
1783
1783
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
|
|
1784
1784
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
|
|
1785
1785
|
},
|
|
1786
|
-
coingecko_id: 'odin-protocol',
|
|
1787
1786
|
images: [{
|
|
1788
1787
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
|
|
1789
1788
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
|
|
@@ -10041,7 +10040,6 @@ const assets = {
|
|
|
10041
10040
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
|
|
10042
10041
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
|
|
10043
10042
|
},
|
|
10044
|
-
coingecko_id: 'odin-protocol',
|
|
10045
10043
|
images: [{
|
|
10046
10044
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
|
|
10047
10045
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
|
package/mainnet/irisnet.js
CHANGED
|
@@ -1374,7 +1374,6 @@ const assets = {
|
|
|
1374
1374
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png',
|
|
1375
1375
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
|
|
1376
1376
|
},
|
|
1377
|
-
coingecko_id: 'starname',
|
|
1378
1377
|
images: [{
|
|
1379
1378
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png',
|
|
1380
1379
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
|
|
@@ -1760,7 +1759,6 @@ const assets = {
|
|
|
1760
1759
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png',
|
|
1761
1760
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
|
|
1762
1761
|
},
|
|
1763
|
-
coingecko_id: 'starname',
|
|
1764
1762
|
images: [{
|
|
1765
1763
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png',
|
|
1766
1764
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
|
package/mainnet/kujira.js
CHANGED
|
@@ -4018,7 +4018,6 @@ const assets = {
|
|
|
4018
4018
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
|
|
4019
4019
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
|
|
4020
4020
|
},
|
|
4021
|
-
coingecko_id: 'odin-protocol',
|
|
4022
4021
|
images: [{
|
|
4023
4022
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
|
|
4024
4023
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
|
|
@@ -5421,7 +5420,6 @@ const assets = {
|
|
|
5421
5420
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
|
|
5422
5421
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
|
|
5423
5422
|
},
|
|
5424
|
-
coingecko_id: 'odin-protocol',
|
|
5425
5423
|
images: [{
|
|
5426
5424
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
|
|
5427
5425
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
|
package/mainnet/noble.js
CHANGED
|
@@ -12538,6 +12538,123 @@ const assets = {
|
|
|
12538
12538
|
}
|
|
12539
12539
|
}]
|
|
12540
12540
|
},
|
|
12541
|
+
{
|
|
12542
|
+
description: 'The native token of the Sunrise network for staking. This token is non transferrable. This token can be retrieved by providing liquidity.',
|
|
12543
|
+
denom_units: [{
|
|
12544
|
+
denom: 'ibc/8CC07CEE6B2889BB018C2FA0AB8904931E21FE659F05C783B085A9F9A51248CA',
|
|
12545
|
+
exponent: 0,
|
|
12546
|
+
aliases: ['uvrise']
|
|
12547
|
+
}, {
|
|
12548
|
+
denom: 'vrise',
|
|
12549
|
+
exponent: 6
|
|
12550
|
+
}],
|
|
12551
|
+
base: 'ibc/8CC07CEE6B2889BB018C2FA0AB8904931E21FE659F05C783B085A9F9A51248CA',
|
|
12552
|
+
name: 'Sunrise vRISE',
|
|
12553
|
+
display: 'vrise',
|
|
12554
|
+
symbol: 'vRISE',
|
|
12555
|
+
logo_URIs: {
|
|
12556
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.png',
|
|
12557
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.svg'
|
|
12558
|
+
},
|
|
12559
|
+
images: [{
|
|
12560
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.svg',
|
|
12561
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.png'
|
|
12562
|
+
}],
|
|
12563
|
+
socials: {
|
|
12564
|
+
website: 'https://sunriselayer.io/',
|
|
12565
|
+
twitter: 'https://twitter.com/SunriseLayer'
|
|
12566
|
+
},
|
|
12567
|
+
type_asset: 'sdk.coin',
|
|
12568
|
+
traces: [{
|
|
12569
|
+
type: 'ibc',
|
|
12570
|
+
counterparty: {
|
|
12571
|
+
channel_id: 'channel-0',
|
|
12572
|
+
base_denom: 'uvrise',
|
|
12573
|
+
chain_name: 'sunrise'
|
|
12574
|
+
},
|
|
12575
|
+
chain: {
|
|
12576
|
+
channel_id: 'channel-168'
|
|
12577
|
+
}
|
|
12578
|
+
}]
|
|
12579
|
+
},
|
|
12580
|
+
{
|
|
12581
|
+
description: 'The native token of the Sunrise network.',
|
|
12582
|
+
denom_units: [{
|
|
12583
|
+
denom: 'ibc/3895588D9C6B47E5B838E5ED3A64F7F728A1C41F0D97EE9E2F4817E46B445B38',
|
|
12584
|
+
exponent: 0,
|
|
12585
|
+
aliases: ['urise']
|
|
12586
|
+
}, {
|
|
12587
|
+
denom: 'rise',
|
|
12588
|
+
exponent: 6
|
|
12589
|
+
}],
|
|
12590
|
+
base: 'ibc/3895588D9C6B47E5B838E5ED3A64F7F728A1C41F0D97EE9E2F4817E46B445B38',
|
|
12591
|
+
name: 'Sunrise RISE',
|
|
12592
|
+
display: 'rise',
|
|
12593
|
+
symbol: 'RISE',
|
|
12594
|
+
logo_URIs: {
|
|
12595
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png',
|
|
12596
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg'
|
|
12597
|
+
},
|
|
12598
|
+
images: [{
|
|
12599
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg',
|
|
12600
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png'
|
|
12601
|
+
}],
|
|
12602
|
+
socials: {
|
|
12603
|
+
website: 'https://sunriselayer.io/',
|
|
12604
|
+
twitter: 'https://twitter.com/SunriseLayer'
|
|
12605
|
+
},
|
|
12606
|
+
type_asset: 'sdk.coin',
|
|
12607
|
+
traces: [{
|
|
12608
|
+
type: 'ibc',
|
|
12609
|
+
counterparty: {
|
|
12610
|
+
channel_id: 'channel-0',
|
|
12611
|
+
base_denom: 'urise',
|
|
12612
|
+
chain_name: 'sunrise'
|
|
12613
|
+
},
|
|
12614
|
+
chain: {
|
|
12615
|
+
channel_id: 'channel-168'
|
|
12616
|
+
}
|
|
12617
|
+
}]
|
|
12618
|
+
},
|
|
12619
|
+
{
|
|
12620
|
+
description: 'The USD stable coin of the Sunrise network for fees.',
|
|
12621
|
+
denom_units: [{
|
|
12622
|
+
denom: 'ibc/66382B8DABAC0CBDC669E8D3551F26D123BB28CE0C73D3705A571F58E23DCE81',
|
|
12623
|
+
exponent: 0,
|
|
12624
|
+
aliases: ['uusdrise']
|
|
12625
|
+
}, {
|
|
12626
|
+
denom: 'usdrise',
|
|
12627
|
+
exponent: 6
|
|
12628
|
+
}],
|
|
12629
|
+
base: 'ibc/66382B8DABAC0CBDC669E8D3551F26D123BB28CE0C73D3705A571F58E23DCE81',
|
|
12630
|
+
name: 'Sunrise USDrise',
|
|
12631
|
+
display: 'usdrise',
|
|
12632
|
+
symbol: 'USDRISE',
|
|
12633
|
+
logo_URIs: {
|
|
12634
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png',
|
|
12635
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg'
|
|
12636
|
+
},
|
|
12637
|
+
images: [{
|
|
12638
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg',
|
|
12639
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png'
|
|
12640
|
+
}],
|
|
12641
|
+
socials: {
|
|
12642
|
+
website: 'https://sunriselayer.io/',
|
|
12643
|
+
twitter: 'https://twitter.com/SunriseLayer'
|
|
12644
|
+
},
|
|
12645
|
+
type_asset: 'sdk.coin',
|
|
12646
|
+
traces: [{
|
|
12647
|
+
type: 'ibc',
|
|
12648
|
+
counterparty: {
|
|
12649
|
+
channel_id: 'channel-0',
|
|
12650
|
+
base_denom: 'uusdrise',
|
|
12651
|
+
chain_name: 'sunrise'
|
|
12652
|
+
},
|
|
12653
|
+
chain: {
|
|
12654
|
+
channel_id: 'channel-168'
|
|
12655
|
+
}
|
|
12656
|
+
}]
|
|
12657
|
+
},
|
|
12541
12658
|
{
|
|
12542
12659
|
description: 'The native token of Teritori',
|
|
12543
12660
|
denom_units: [{
|
|
@@ -21292,6 +21409,123 @@ const assets = {
|
|
|
21292
21409
|
}
|
|
21293
21410
|
}]
|
|
21294
21411
|
},
|
|
21412
|
+
{
|
|
21413
|
+
description: 'The native token of the Sunrise network for staking. This token is non transferrable. This token can be retrieved by providing liquidity.',
|
|
21414
|
+
denom_units: [{
|
|
21415
|
+
denom: 'ibc/8CC07CEE6B2889BB018C2FA0AB8904931E21FE659F05C783B085A9F9A51248CA',
|
|
21416
|
+
exponent: 0,
|
|
21417
|
+
aliases: ['uvrise']
|
|
21418
|
+
}, {
|
|
21419
|
+
denom: 'vrise',
|
|
21420
|
+
exponent: 6
|
|
21421
|
+
}],
|
|
21422
|
+
base: 'ibc/8CC07CEE6B2889BB018C2FA0AB8904931E21FE659F05C783B085A9F9A51248CA',
|
|
21423
|
+
name: 'Sunrise vRISE',
|
|
21424
|
+
display: 'vrise',
|
|
21425
|
+
symbol: 'vRISE',
|
|
21426
|
+
logo_URIs: {
|
|
21427
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.png',
|
|
21428
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.svg'
|
|
21429
|
+
},
|
|
21430
|
+
images: [{
|
|
21431
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.svg',
|
|
21432
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.png'
|
|
21433
|
+
}],
|
|
21434
|
+
socials: {
|
|
21435
|
+
website: 'https://sunriselayer.io/',
|
|
21436
|
+
twitter: 'https://twitter.com/SunriseLayer'
|
|
21437
|
+
},
|
|
21438
|
+
type_asset: 'sdk.coin',
|
|
21439
|
+
traces: [{
|
|
21440
|
+
type: 'ibc',
|
|
21441
|
+
counterparty: {
|
|
21442
|
+
channel_id: 'channel-0',
|
|
21443
|
+
base_denom: 'uvrise',
|
|
21444
|
+
chain_name: 'sunrise'
|
|
21445
|
+
},
|
|
21446
|
+
chain: {
|
|
21447
|
+
channel_id: 'channel-168'
|
|
21448
|
+
}
|
|
21449
|
+
}]
|
|
21450
|
+
},
|
|
21451
|
+
{
|
|
21452
|
+
description: 'The native token of the Sunrise network.',
|
|
21453
|
+
denom_units: [{
|
|
21454
|
+
denom: 'ibc/3895588D9C6B47E5B838E5ED3A64F7F728A1C41F0D97EE9E2F4817E46B445B38',
|
|
21455
|
+
exponent: 0,
|
|
21456
|
+
aliases: ['urise']
|
|
21457
|
+
}, {
|
|
21458
|
+
denom: 'rise',
|
|
21459
|
+
exponent: 6
|
|
21460
|
+
}],
|
|
21461
|
+
base: 'ibc/3895588D9C6B47E5B838E5ED3A64F7F728A1C41F0D97EE9E2F4817E46B445B38',
|
|
21462
|
+
name: 'Sunrise RISE',
|
|
21463
|
+
display: 'rise',
|
|
21464
|
+
symbol: 'RISE',
|
|
21465
|
+
logo_URIs: {
|
|
21466
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png',
|
|
21467
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg'
|
|
21468
|
+
},
|
|
21469
|
+
images: [{
|
|
21470
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg',
|
|
21471
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png'
|
|
21472
|
+
}],
|
|
21473
|
+
socials: {
|
|
21474
|
+
website: 'https://sunriselayer.io/',
|
|
21475
|
+
twitter: 'https://twitter.com/SunriseLayer'
|
|
21476
|
+
},
|
|
21477
|
+
type_asset: 'sdk.coin',
|
|
21478
|
+
traces: [{
|
|
21479
|
+
type: 'ibc',
|
|
21480
|
+
counterparty: {
|
|
21481
|
+
channel_id: 'channel-0',
|
|
21482
|
+
base_denom: 'urise',
|
|
21483
|
+
chain_name: 'sunrise'
|
|
21484
|
+
},
|
|
21485
|
+
chain: {
|
|
21486
|
+
channel_id: 'channel-168'
|
|
21487
|
+
}
|
|
21488
|
+
}]
|
|
21489
|
+
},
|
|
21490
|
+
{
|
|
21491
|
+
description: 'The USD stable coin of the Sunrise network for fees.',
|
|
21492
|
+
denom_units: [{
|
|
21493
|
+
denom: 'ibc/66382B8DABAC0CBDC669E8D3551F26D123BB28CE0C73D3705A571F58E23DCE81',
|
|
21494
|
+
exponent: 0,
|
|
21495
|
+
aliases: ['uusdrise']
|
|
21496
|
+
}, {
|
|
21497
|
+
denom: 'usdrise',
|
|
21498
|
+
exponent: 6
|
|
21499
|
+
}],
|
|
21500
|
+
base: 'ibc/66382B8DABAC0CBDC669E8D3551F26D123BB28CE0C73D3705A571F58E23DCE81',
|
|
21501
|
+
name: 'Sunrise USDrise',
|
|
21502
|
+
display: 'usdrise',
|
|
21503
|
+
symbol: 'USDRISE',
|
|
21504
|
+
logo_URIs: {
|
|
21505
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png',
|
|
21506
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg'
|
|
21507
|
+
},
|
|
21508
|
+
images: [{
|
|
21509
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg',
|
|
21510
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png'
|
|
21511
|
+
}],
|
|
21512
|
+
socials: {
|
|
21513
|
+
website: 'https://sunriselayer.io/',
|
|
21514
|
+
twitter: 'https://twitter.com/SunriseLayer'
|
|
21515
|
+
},
|
|
21516
|
+
type_asset: 'sdk.coin',
|
|
21517
|
+
traces: [{
|
|
21518
|
+
type: 'ibc',
|
|
21519
|
+
counterparty: {
|
|
21520
|
+
channel_id: 'channel-0',
|
|
21521
|
+
base_denom: 'uusdrise',
|
|
21522
|
+
chain_name: 'sunrise'
|
|
21523
|
+
},
|
|
21524
|
+
chain: {
|
|
21525
|
+
channel_id: 'channel-168'
|
|
21526
|
+
}
|
|
21527
|
+
}]
|
|
21528
|
+
},
|
|
21295
21529
|
{
|
|
21296
21530
|
description: 'The native token of Teritori',
|
|
21297
21531
|
denom_units: [{
|
package/mainnet/onex.js
CHANGED
|
@@ -699,7 +699,6 @@ const assets = {
|
|
|
699
699
|
'bridge',
|
|
700
700
|
'staking'
|
|
701
701
|
],
|
|
702
|
-
coingecko_id: 'onomy-protocol',
|
|
703
702
|
images: [{
|
|
704
703
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png',
|
|
705
704
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg'
|
|
@@ -823,7 +822,6 @@ const assets = {
|
|
|
823
822
|
'bridge',
|
|
824
823
|
'staking'
|
|
825
824
|
],
|
|
826
|
-
coingecko_id: 'onomy-protocol',
|
|
827
825
|
images: [{
|
|
828
826
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png',
|
|
829
827
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg'
|