@chain-registry/assets 1.70.120 → 1.70.121
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/assets.js +2 -1
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/noble.js +84 -0
- package/esm/mainnet/osmosis.js +84 -0
- package/esm/mainnet/sidechain.js +420 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +2 -1
- package/mainnet/noble.js +84 -0
- package/mainnet/osmosis.js +84 -0
- package/mainnet/sidechain.d.ts +3 -0
- package/mainnet/sidechain.js +422 -0
- package/package.json +5 -5
package/mainnet/index.d.ts
CHANGED
|
@@ -127,6 +127,7 @@ export * as sge from './sge';
|
|
|
127
127
|
export * as shareledger from './shareledger';
|
|
128
128
|
export * as shentu from './shentu';
|
|
129
129
|
export * as shido from './shido';
|
|
130
|
+
export * as sidechain from './sidechain';
|
|
130
131
|
export * as sifchain from './sifchain';
|
|
131
132
|
export * as sommelier from './sommelier';
|
|
132
133
|
export * as source from './source';
|
package/mainnet/index.js
CHANGED
|
@@ -25,7 +25,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.firmachain = exports.fetchhub = exports.evmos = exports.empowerchain = exports.emoney = 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.beezee = exports.bandchain = exports.axelar = exports.aura = exports.atomone = exports.assetmantle = exports.arkh = exports.archway = exports.andromeda = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports.aaronetwork = exports.solana = exports.ethereum = void 0;
|
|
27
27
|
exports.oraichain = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.nyx = exports.nomic = exports.nolus = exports.noble = exports.nim = exports.nibiru = exports.neutron = exports.neutaro = exports.milkyway = exports.migaloo = exports.meme = exports.medasdigital = exports.mars = exports.mantrachain = exports.mande = exports.lumnetwork = exports.lorenzo = 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.imversed = exports.impacthub = exports.humans = exports.haqq = exports.gravitybridge = exports.gitopia = exports.genesisl1 = exports.gateway = exports.galaxy = exports.fxcore = exports.furya = void 0;
|
|
28
|
-
exports.zenrock = exports.xpla = exports.xion = exports.uptick = exports.unification = exports.umee = exports.titan = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.synternet = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = 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.pylons = exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.planq = exports.persistence = exports.passage = exports.panacea = exports.osmosis = void 0;
|
|
28
|
+
exports.zenrock = exports.xpla = exports.xion = exports.uptick = exports.unification = exports.umee = exports.titan = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.synternet = 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.pylons = exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.planq = exports.persistence = exports.passage = exports.panacea = exports.osmosis = void 0;
|
|
29
29
|
exports.ethereum = __importStar(require("./ethereum"));
|
|
30
30
|
exports.solana = __importStar(require("./solana"));
|
|
31
31
|
exports.aaronetwork = __importStar(require("./aaronetwork"));
|
|
@@ -155,6 +155,7 @@ exports.sge = __importStar(require("./sge"));
|
|
|
155
155
|
exports.shareledger = __importStar(require("./shareledger"));
|
|
156
156
|
exports.shentu = __importStar(require("./shentu"));
|
|
157
157
|
exports.shido = __importStar(require("./shido"));
|
|
158
|
+
exports.sidechain = __importStar(require("./sidechain"));
|
|
158
159
|
exports.sifchain = __importStar(require("./sifchain"));
|
|
159
160
|
exports.sommelier = __importStar(require("./sommelier"));
|
|
160
161
|
exports.source = __importStar(require("./source"));
|
package/mainnet/noble.js
CHANGED
|
@@ -9611,6 +9611,48 @@ const assets = {
|
|
|
9611
9611
|
}
|
|
9612
9612
|
}]
|
|
9613
9613
|
},
|
|
9614
|
+
{
|
|
9615
|
+
description: 'The native token of Side Chain.',
|
|
9616
|
+
denom_units: [{
|
|
9617
|
+
denom: 'ibc/84B654AB6D8BF61EDAC7EFAAF36DB7E4BD7DE0219C6C7005D9CCAD0F9B6E33CA',
|
|
9618
|
+
exponent: 0,
|
|
9619
|
+
aliases: ['uside']
|
|
9620
|
+
}, {
|
|
9621
|
+
denom: 'side',
|
|
9622
|
+
exponent: 6
|
|
9623
|
+
}],
|
|
9624
|
+
base: 'ibc/84B654AB6D8BF61EDAC7EFAAF36DB7E4BD7DE0219C6C7005D9CCAD0F9B6E33CA',
|
|
9625
|
+
name: 'Side Chain native token',
|
|
9626
|
+
display: 'side',
|
|
9627
|
+
symbol: 'SIDE',
|
|
9628
|
+
logo_URIs: {
|
|
9629
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
9630
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg'
|
|
9631
|
+
},
|
|
9632
|
+
images: [{
|
|
9633
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
9634
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg',
|
|
9635
|
+
theme: {
|
|
9636
|
+
primary_color_hex: '#f7771a'
|
|
9637
|
+
}
|
|
9638
|
+
}],
|
|
9639
|
+
socials: {
|
|
9640
|
+
website: 'https://side.one',
|
|
9641
|
+
twitter: 'https://x.com/SideProtocol'
|
|
9642
|
+
},
|
|
9643
|
+
type_asset: 'sdk.coin',
|
|
9644
|
+
traces: [{
|
|
9645
|
+
type: 'ibc',
|
|
9646
|
+
counterparty: {
|
|
9647
|
+
channel_id: 'channel-1',
|
|
9648
|
+
base_denom: 'uside',
|
|
9649
|
+
chain_name: 'sidechain'
|
|
9650
|
+
},
|
|
9651
|
+
chain: {
|
|
9652
|
+
channel_id: 'channel-123'
|
|
9653
|
+
}
|
|
9654
|
+
}]
|
|
9655
|
+
},
|
|
9614
9656
|
{
|
|
9615
9657
|
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.',
|
|
9616
9658
|
denom_units: [{
|
|
@@ -14752,6 +14794,48 @@ const assets = {
|
|
|
14752
14794
|
}
|
|
14753
14795
|
}]
|
|
14754
14796
|
},
|
|
14797
|
+
{
|
|
14798
|
+
description: 'The native token of Side Chain.',
|
|
14799
|
+
denom_units: [{
|
|
14800
|
+
denom: 'ibc/84B654AB6D8BF61EDAC7EFAAF36DB7E4BD7DE0219C6C7005D9CCAD0F9B6E33CA',
|
|
14801
|
+
exponent: 0,
|
|
14802
|
+
aliases: ['uside']
|
|
14803
|
+
}, {
|
|
14804
|
+
denom: 'side',
|
|
14805
|
+
exponent: 6
|
|
14806
|
+
}],
|
|
14807
|
+
base: 'ibc/84B654AB6D8BF61EDAC7EFAAF36DB7E4BD7DE0219C6C7005D9CCAD0F9B6E33CA',
|
|
14808
|
+
name: 'Side Chain native token',
|
|
14809
|
+
display: 'side',
|
|
14810
|
+
symbol: 'SIDE',
|
|
14811
|
+
logo_URIs: {
|
|
14812
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
14813
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg'
|
|
14814
|
+
},
|
|
14815
|
+
images: [{
|
|
14816
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
14817
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg',
|
|
14818
|
+
theme: {
|
|
14819
|
+
primary_color_hex: '#f7771a'
|
|
14820
|
+
}
|
|
14821
|
+
}],
|
|
14822
|
+
socials: {
|
|
14823
|
+
website: 'https://side.one',
|
|
14824
|
+
twitter: 'https://x.com/SideProtocol'
|
|
14825
|
+
},
|
|
14826
|
+
type_asset: 'sdk.coin',
|
|
14827
|
+
traces: [{
|
|
14828
|
+
type: 'ibc',
|
|
14829
|
+
counterparty: {
|
|
14830
|
+
channel_id: 'channel-1',
|
|
14831
|
+
base_denom: 'uside',
|
|
14832
|
+
chain_name: 'sidechain'
|
|
14833
|
+
},
|
|
14834
|
+
chain: {
|
|
14835
|
+
channel_id: 'channel-123'
|
|
14836
|
+
}
|
|
14837
|
+
}]
|
|
14838
|
+
},
|
|
14755
14839
|
{
|
|
14756
14840
|
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.',
|
|
14757
14841
|
denom_units: [{
|
package/mainnet/osmosis.js
CHANGED
|
@@ -17664,6 +17664,48 @@ const assets = {
|
|
|
17664
17664
|
}
|
|
17665
17665
|
}]
|
|
17666
17666
|
},
|
|
17667
|
+
{
|
|
17668
|
+
description: 'The native token of Side Chain.',
|
|
17669
|
+
denom_units: [{
|
|
17670
|
+
denom: 'ibc/16B3CDBADC506456F3D71E22CE422BB990D7186D611B09744F39F47931B5C738',
|
|
17671
|
+
exponent: 0,
|
|
17672
|
+
aliases: ['uside']
|
|
17673
|
+
}, {
|
|
17674
|
+
denom: 'side',
|
|
17675
|
+
exponent: 6
|
|
17676
|
+
}],
|
|
17677
|
+
base: 'ibc/16B3CDBADC506456F3D71E22CE422BB990D7186D611B09744F39F47931B5C738',
|
|
17678
|
+
name: 'Side Chain native token',
|
|
17679
|
+
display: 'side',
|
|
17680
|
+
symbol: 'SIDE',
|
|
17681
|
+
logo_URIs: {
|
|
17682
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
17683
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg'
|
|
17684
|
+
},
|
|
17685
|
+
images: [{
|
|
17686
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
17687
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg',
|
|
17688
|
+
theme: {
|
|
17689
|
+
primary_color_hex: '#f7771a'
|
|
17690
|
+
}
|
|
17691
|
+
}],
|
|
17692
|
+
socials: {
|
|
17693
|
+
website: 'https://side.one',
|
|
17694
|
+
twitter: 'https://x.com/SideProtocol'
|
|
17695
|
+
},
|
|
17696
|
+
type_asset: 'sdk.coin',
|
|
17697
|
+
traces: [{
|
|
17698
|
+
type: 'ibc',
|
|
17699
|
+
counterparty: {
|
|
17700
|
+
channel_id: 'channel-0',
|
|
17701
|
+
base_denom: 'uside',
|
|
17702
|
+
chain_name: 'sidechain'
|
|
17703
|
+
},
|
|
17704
|
+
chain: {
|
|
17705
|
+
channel_id: 'channel-98081'
|
|
17706
|
+
}
|
|
17707
|
+
}]
|
|
17708
|
+
},
|
|
17667
17709
|
{
|
|
17668
17710
|
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.',
|
|
17669
17711
|
denom_units: [{
|
|
@@ -24964,6 +25006,48 @@ const assets = {
|
|
|
24964
25006
|
}
|
|
24965
25007
|
}]
|
|
24966
25008
|
},
|
|
25009
|
+
{
|
|
25010
|
+
description: 'The native token of Side Chain.',
|
|
25011
|
+
denom_units: [{
|
|
25012
|
+
denom: 'ibc/16B3CDBADC506456F3D71E22CE422BB990D7186D611B09744F39F47931B5C738',
|
|
25013
|
+
exponent: 0,
|
|
25014
|
+
aliases: ['uside']
|
|
25015
|
+
}, {
|
|
25016
|
+
denom: 'side',
|
|
25017
|
+
exponent: 6
|
|
25018
|
+
}],
|
|
25019
|
+
base: 'ibc/16B3CDBADC506456F3D71E22CE422BB990D7186D611B09744F39F47931B5C738',
|
|
25020
|
+
name: 'Side Chain native token',
|
|
25021
|
+
display: 'side',
|
|
25022
|
+
symbol: 'SIDE',
|
|
25023
|
+
logo_URIs: {
|
|
25024
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
25025
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg'
|
|
25026
|
+
},
|
|
25027
|
+
images: [{
|
|
25028
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
25029
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg',
|
|
25030
|
+
theme: {
|
|
25031
|
+
primary_color_hex: '#f7771a'
|
|
25032
|
+
}
|
|
25033
|
+
}],
|
|
25034
|
+
socials: {
|
|
25035
|
+
website: 'https://side.one',
|
|
25036
|
+
twitter: 'https://x.com/SideProtocol'
|
|
25037
|
+
},
|
|
25038
|
+
type_asset: 'sdk.coin',
|
|
25039
|
+
traces: [{
|
|
25040
|
+
type: 'ibc',
|
|
25041
|
+
counterparty: {
|
|
25042
|
+
channel_id: 'channel-0',
|
|
25043
|
+
base_denom: 'uside',
|
|
25044
|
+
chain_name: 'sidechain'
|
|
25045
|
+
},
|
|
25046
|
+
chain: {
|
|
25047
|
+
channel_id: 'channel-98081'
|
|
25048
|
+
}
|
|
25049
|
+
}]
|
|
25050
|
+
},
|
|
24967
25051
|
{
|
|
24968
25052
|
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.',
|
|
24969
25053
|
denom_units: [{
|
|
@@ -0,0 +1,422 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const assets = {
|
|
4
|
+
chain_name: 'sidechain',
|
|
5
|
+
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/6A61F05E85E8EED6B50B6F197E70001A297962BF646549BF4B99DD77E81D52DB',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['ustake']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'stake',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
type_asset: 'sdk.coin',
|
|
17
|
+
base: 'ibc/6A61F05E85E8EED6B50B6F197E70001A297962BF646549BF4B99DD77E81D52DB',
|
|
18
|
+
name: 'Stake',
|
|
19
|
+
display: 'stake',
|
|
20
|
+
symbol: 'STAKE',
|
|
21
|
+
logo_URIs: {
|
|
22
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
23
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
24
|
+
},
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
|
|
28
|
+
theme: {
|
|
29
|
+
primary_color_hex: '#a8bbfb'
|
|
30
|
+
}
|
|
31
|
+
}],
|
|
32
|
+
traces: [{
|
|
33
|
+
type: 'ibc',
|
|
34
|
+
counterparty: {
|
|
35
|
+
channel_id: 'channel-123',
|
|
36
|
+
base_denom: 'ustake',
|
|
37
|
+
chain_name: 'noble'
|
|
38
|
+
},
|
|
39
|
+
chain: {
|
|
40
|
+
channel_id: 'channel-1'
|
|
41
|
+
}
|
|
42
|
+
}]
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
46
|
+
denom_units: [{
|
|
47
|
+
denom: 'ibc/AE8475CF1E64C5EC37897E8C1DA8339BD046EFF42BEC7D840359DE66084F1CCD',
|
|
48
|
+
exponent: 0,
|
|
49
|
+
aliases: ['ufrienzies']
|
|
50
|
+
}, {
|
|
51
|
+
denom: 'frienzies',
|
|
52
|
+
exponent: 6
|
|
53
|
+
}],
|
|
54
|
+
type_asset: 'sdk.coin',
|
|
55
|
+
base: 'ibc/AE8475CF1E64C5EC37897E8C1DA8339BD046EFF42BEC7D840359DE66084F1CCD',
|
|
56
|
+
display: 'frienzies',
|
|
57
|
+
name: 'Frienzies',
|
|
58
|
+
symbol: 'FRNZ',
|
|
59
|
+
logo_URIs: {
|
|
60
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
61
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
62
|
+
},
|
|
63
|
+
images: [{
|
|
64
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
65
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
|
|
66
|
+
theme: {
|
|
67
|
+
primary_color_hex: '#04041c'
|
|
68
|
+
}
|
|
69
|
+
}],
|
|
70
|
+
traces: [{
|
|
71
|
+
type: 'ibc',
|
|
72
|
+
counterparty: {
|
|
73
|
+
channel_id: 'channel-123',
|
|
74
|
+
base_denom: 'ufrienzies',
|
|
75
|
+
chain_name: 'noble'
|
|
76
|
+
},
|
|
77
|
+
chain: {
|
|
78
|
+
channel_id: 'channel-1'
|
|
79
|
+
}
|
|
80
|
+
}]
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
description: 'Ondo US Dollar Yield',
|
|
84
|
+
denom_units: [{
|
|
85
|
+
denom: 'ibc/6749D16BC09F419C090C330FC751FFF1C96143DB7A4D2FCAEC2F348A3E17618A',
|
|
86
|
+
exponent: 0,
|
|
87
|
+
aliases: ['ausdy']
|
|
88
|
+
}, {
|
|
89
|
+
denom: 'usdy',
|
|
90
|
+
exponent: 18
|
|
91
|
+
}],
|
|
92
|
+
base: 'ibc/6749D16BC09F419C090C330FC751FFF1C96143DB7A4D2FCAEC2F348A3E17618A',
|
|
93
|
+
display: 'usdy',
|
|
94
|
+
name: 'Ondo US Dollar Yield',
|
|
95
|
+
symbol: 'USDY',
|
|
96
|
+
logo_URIs: {
|
|
97
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
98
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
99
|
+
},
|
|
100
|
+
images: [{
|
|
101
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
102
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
103
|
+
theme: {
|
|
104
|
+
primary_color_hex: '#142c5c'
|
|
105
|
+
}
|
|
106
|
+
}],
|
|
107
|
+
coingecko_id: 'ondo-us-dollar-yield',
|
|
108
|
+
socials: {
|
|
109
|
+
website: 'https://ondo.finance/usdy',
|
|
110
|
+
twitter: 'https://x.com/OndoFinance'
|
|
111
|
+
},
|
|
112
|
+
type_asset: 'sdk.coin',
|
|
113
|
+
traces: [{
|
|
114
|
+
type: 'ibc',
|
|
115
|
+
counterparty: {
|
|
116
|
+
channel_id: 'channel-123',
|
|
117
|
+
base_denom: 'ausdy',
|
|
118
|
+
chain_name: 'noble'
|
|
119
|
+
},
|
|
120
|
+
chain: {
|
|
121
|
+
channel_id: 'channel-1'
|
|
122
|
+
}
|
|
123
|
+
}]
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
description: 'The native token of Osmosis',
|
|
127
|
+
denom_units: [{
|
|
128
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
129
|
+
exponent: 0,
|
|
130
|
+
aliases: ['uosmo']
|
|
131
|
+
}, {
|
|
132
|
+
denom: 'osmo',
|
|
133
|
+
exponent: 6
|
|
134
|
+
}],
|
|
135
|
+
type_asset: 'sdk.coin',
|
|
136
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
137
|
+
name: 'Osmosis',
|
|
138
|
+
display: 'osmo',
|
|
139
|
+
symbol: 'OSMO',
|
|
140
|
+
logo_URIs: {
|
|
141
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
142
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
143
|
+
},
|
|
144
|
+
images: [{
|
|
145
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
146
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
147
|
+
theme: {
|
|
148
|
+
primary_color_hex: '#760dbb'
|
|
149
|
+
}
|
|
150
|
+
}],
|
|
151
|
+
coingecko_id: 'osmosis',
|
|
152
|
+
keywords: ['dex', 'staking'],
|
|
153
|
+
socials: {
|
|
154
|
+
website: 'https://osmosis.zone',
|
|
155
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
156
|
+
},
|
|
157
|
+
traces: [{
|
|
158
|
+
type: 'ibc',
|
|
159
|
+
counterparty: {
|
|
160
|
+
channel_id: 'channel-98081',
|
|
161
|
+
base_denom: 'uosmo',
|
|
162
|
+
chain_name: 'osmosis'
|
|
163
|
+
},
|
|
164
|
+
chain: {
|
|
165
|
+
channel_id: 'channel-0'
|
|
166
|
+
}
|
|
167
|
+
}]
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
description: 'ION is the second native token of Osmosis.',
|
|
171
|
+
denom_units: [{
|
|
172
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
173
|
+
exponent: 0,
|
|
174
|
+
aliases: ['uion']
|
|
175
|
+
}, {
|
|
176
|
+
denom: 'ion',
|
|
177
|
+
exponent: 6
|
|
178
|
+
}],
|
|
179
|
+
type_asset: 'sdk.coin',
|
|
180
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
181
|
+
name: 'Ion DAO',
|
|
182
|
+
display: 'ion',
|
|
183
|
+
symbol: 'ION',
|
|
184
|
+
logo_URIs: {
|
|
185
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
186
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
187
|
+
},
|
|
188
|
+
images: [{
|
|
189
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
190
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
191
|
+
theme: {
|
|
192
|
+
primary_color_hex: '#4453c7'
|
|
193
|
+
}
|
|
194
|
+
}],
|
|
195
|
+
coingecko_id: 'ion',
|
|
196
|
+
keywords: ['memecoin', 'defi'],
|
|
197
|
+
socials: {
|
|
198
|
+
website: 'https://ion.wtf',
|
|
199
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
200
|
+
},
|
|
201
|
+
traces: [{
|
|
202
|
+
type: 'ibc',
|
|
203
|
+
counterparty: {
|
|
204
|
+
channel_id: 'channel-98081',
|
|
205
|
+
base_denom: 'uion',
|
|
206
|
+
chain_name: 'osmosis'
|
|
207
|
+
},
|
|
208
|
+
chain: {
|
|
209
|
+
channel_id: 'channel-0'
|
|
210
|
+
}
|
|
211
|
+
}]
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
215
|
+
denom_units: [{
|
|
216
|
+
denom: 'ibc/6A61F05E85E8EED6B50B6F197E70001A297962BF646549BF4B99DD77E81D52DB',
|
|
217
|
+
exponent: 0,
|
|
218
|
+
aliases: ['ustake']
|
|
219
|
+
}, {
|
|
220
|
+
denom: 'stake',
|
|
221
|
+
exponent: 6
|
|
222
|
+
}],
|
|
223
|
+
type_asset: 'sdk.coin',
|
|
224
|
+
base: 'ibc/6A61F05E85E8EED6B50B6F197E70001A297962BF646549BF4B99DD77E81D52DB',
|
|
225
|
+
name: 'Stake',
|
|
226
|
+
display: 'stake',
|
|
227
|
+
symbol: 'STAKE',
|
|
228
|
+
logo_URIs: {
|
|
229
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
230
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
231
|
+
},
|
|
232
|
+
images: [{
|
|
233
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
234
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
|
|
235
|
+
theme: {
|
|
236
|
+
primary_color_hex: '#a8bbfb'
|
|
237
|
+
}
|
|
238
|
+
}],
|
|
239
|
+
traces: [{
|
|
240
|
+
type: 'ibc',
|
|
241
|
+
counterparty: {
|
|
242
|
+
channel_id: 'channel-123',
|
|
243
|
+
base_denom: 'ustake',
|
|
244
|
+
chain_name: 'noble'
|
|
245
|
+
},
|
|
246
|
+
chain: {
|
|
247
|
+
channel_id: 'channel-1'
|
|
248
|
+
}
|
|
249
|
+
}]
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
253
|
+
denom_units: [{
|
|
254
|
+
denom: 'ibc/AE8475CF1E64C5EC37897E8C1DA8339BD046EFF42BEC7D840359DE66084F1CCD',
|
|
255
|
+
exponent: 0,
|
|
256
|
+
aliases: ['ufrienzies']
|
|
257
|
+
}, {
|
|
258
|
+
denom: 'frienzies',
|
|
259
|
+
exponent: 6
|
|
260
|
+
}],
|
|
261
|
+
type_asset: 'sdk.coin',
|
|
262
|
+
base: 'ibc/AE8475CF1E64C5EC37897E8C1DA8339BD046EFF42BEC7D840359DE66084F1CCD',
|
|
263
|
+
display: 'frienzies',
|
|
264
|
+
name: 'Frienzies',
|
|
265
|
+
symbol: 'FRNZ',
|
|
266
|
+
logo_URIs: {
|
|
267
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
268
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
269
|
+
},
|
|
270
|
+
images: [{
|
|
271
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
272
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
|
|
273
|
+
theme: {
|
|
274
|
+
primary_color_hex: '#04041c'
|
|
275
|
+
}
|
|
276
|
+
}],
|
|
277
|
+
traces: [{
|
|
278
|
+
type: 'ibc',
|
|
279
|
+
counterparty: {
|
|
280
|
+
channel_id: 'channel-123',
|
|
281
|
+
base_denom: 'ufrienzies',
|
|
282
|
+
chain_name: 'noble'
|
|
283
|
+
},
|
|
284
|
+
chain: {
|
|
285
|
+
channel_id: 'channel-1'
|
|
286
|
+
}
|
|
287
|
+
}]
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
description: 'Ondo US Dollar Yield',
|
|
291
|
+
denom_units: [{
|
|
292
|
+
denom: 'ibc/6749D16BC09F419C090C330FC751FFF1C96143DB7A4D2FCAEC2F348A3E17618A',
|
|
293
|
+
exponent: 0,
|
|
294
|
+
aliases: ['ausdy']
|
|
295
|
+
}, {
|
|
296
|
+
denom: 'usdy',
|
|
297
|
+
exponent: 18
|
|
298
|
+
}],
|
|
299
|
+
base: 'ibc/6749D16BC09F419C090C330FC751FFF1C96143DB7A4D2FCAEC2F348A3E17618A',
|
|
300
|
+
display: 'usdy',
|
|
301
|
+
name: 'Ondo US Dollar Yield',
|
|
302
|
+
symbol: 'USDY',
|
|
303
|
+
logo_URIs: {
|
|
304
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
305
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
306
|
+
},
|
|
307
|
+
images: [{
|
|
308
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
309
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
310
|
+
theme: {
|
|
311
|
+
primary_color_hex: '#142c5c'
|
|
312
|
+
}
|
|
313
|
+
}],
|
|
314
|
+
coingecko_id: 'ondo-us-dollar-yield',
|
|
315
|
+
socials: {
|
|
316
|
+
website: 'https://ondo.finance/usdy',
|
|
317
|
+
twitter: 'https://x.com/OndoFinance'
|
|
318
|
+
},
|
|
319
|
+
type_asset: 'sdk.coin',
|
|
320
|
+
traces: [{
|
|
321
|
+
type: 'ibc',
|
|
322
|
+
counterparty: {
|
|
323
|
+
channel_id: 'channel-123',
|
|
324
|
+
base_denom: 'ausdy',
|
|
325
|
+
chain_name: 'noble'
|
|
326
|
+
},
|
|
327
|
+
chain: {
|
|
328
|
+
channel_id: 'channel-1'
|
|
329
|
+
}
|
|
330
|
+
}]
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
description: 'The native token of Osmosis',
|
|
334
|
+
denom_units: [{
|
|
335
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
336
|
+
exponent: 0,
|
|
337
|
+
aliases: ['uosmo']
|
|
338
|
+
}, {
|
|
339
|
+
denom: 'osmo',
|
|
340
|
+
exponent: 6
|
|
341
|
+
}],
|
|
342
|
+
type_asset: 'sdk.coin',
|
|
343
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
344
|
+
name: 'Osmosis',
|
|
345
|
+
display: 'osmo',
|
|
346
|
+
symbol: 'OSMO',
|
|
347
|
+
logo_URIs: {
|
|
348
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
349
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
350
|
+
},
|
|
351
|
+
images: [{
|
|
352
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
353
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
354
|
+
theme: {
|
|
355
|
+
primary_color_hex: '#760dbb'
|
|
356
|
+
}
|
|
357
|
+
}],
|
|
358
|
+
coingecko_id: 'osmosis',
|
|
359
|
+
keywords: ['dex', 'staking'],
|
|
360
|
+
socials: {
|
|
361
|
+
website: 'https://osmosis.zone',
|
|
362
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
363
|
+
},
|
|
364
|
+
traces: [{
|
|
365
|
+
type: 'ibc',
|
|
366
|
+
counterparty: {
|
|
367
|
+
channel_id: 'channel-98081',
|
|
368
|
+
base_denom: 'uosmo',
|
|
369
|
+
chain_name: 'osmosis'
|
|
370
|
+
},
|
|
371
|
+
chain: {
|
|
372
|
+
channel_id: 'channel-0'
|
|
373
|
+
}
|
|
374
|
+
}]
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
description: 'ION is the second native token of Osmosis.',
|
|
378
|
+
denom_units: [{
|
|
379
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
380
|
+
exponent: 0,
|
|
381
|
+
aliases: ['uion']
|
|
382
|
+
}, {
|
|
383
|
+
denom: 'ion',
|
|
384
|
+
exponent: 6
|
|
385
|
+
}],
|
|
386
|
+
type_asset: 'sdk.coin',
|
|
387
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
388
|
+
name: 'Ion DAO',
|
|
389
|
+
display: 'ion',
|
|
390
|
+
symbol: 'ION',
|
|
391
|
+
logo_URIs: {
|
|
392
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
393
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
394
|
+
},
|
|
395
|
+
images: [{
|
|
396
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
397
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
398
|
+
theme: {
|
|
399
|
+
primary_color_hex: '#4453c7'
|
|
400
|
+
}
|
|
401
|
+
}],
|
|
402
|
+
coingecko_id: 'ion',
|
|
403
|
+
keywords: ['memecoin', 'defi'],
|
|
404
|
+
socials: {
|
|
405
|
+
website: 'https://ion.wtf',
|
|
406
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
407
|
+
},
|
|
408
|
+
traces: [{
|
|
409
|
+
type: 'ibc',
|
|
410
|
+
counterparty: {
|
|
411
|
+
channel_id: 'channel-98081',
|
|
412
|
+
base_denom: 'uion',
|
|
413
|
+
chain_name: 'osmosis'
|
|
414
|
+
},
|
|
415
|
+
chain: {
|
|
416
|
+
channel_id: 'channel-0'
|
|
417
|
+
}
|
|
418
|
+
}]
|
|
419
|
+
}
|
|
420
|
+
]
|
|
421
|
+
};
|
|
422
|
+
exports.default = assets;
|