@chain-registry/assets 1.70.293 → 1.70.295
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 +3 -1
- package/esm/mainnet/bitbadges.js +86 -0
- package/esm/mainnet/composable.js +140 -0
- package/esm/mainnet/cosmoshub.js +78 -0
- package/esm/mainnet/index.js +2 -0
- package/esm/mainnet/mtgbp.js +182 -0
- package/esm/mainnet/osmosis.js +164 -0
- package/esm/mainnet/qfs.js +182 -0
- package/mainnet/assets.js +3 -1
- package/mainnet/bitbadges.js +86 -0
- package/mainnet/composable.js +140 -0
- package/mainnet/cosmoshub.js +78 -0
- package/mainnet/index.d.ts +2 -0
- package/mainnet/index.js +5 -3
- package/mainnet/mtgbp.d.ts +3 -0
- package/mainnet/mtgbp.js +184 -0
- package/mainnet/osmosis.js +164 -0
- package/mainnet/qfs.d.ts +3 -0
- package/mainnet/qfs.js +184 -0
- package/package.json +5 -5
package/mainnet/cosmoshub.js
CHANGED
|
@@ -575,6 +575,45 @@ const assets = {
|
|
|
575
575
|
}
|
|
576
576
|
}]
|
|
577
577
|
},
|
|
578
|
+
{
|
|
579
|
+
description: '$BADGE is the native in-app token for BitBadges.',
|
|
580
|
+
denom_units: [{
|
|
581
|
+
denom: 'ibc/E66E06D91E12D76D96DEA839941FD30F785D84CDD9B564A16BA1AC32C089A0FA',
|
|
582
|
+
exponent: 0,
|
|
583
|
+
aliases: ['ubadge']
|
|
584
|
+
}, {
|
|
585
|
+
denom: 'badge',
|
|
586
|
+
exponent: 9
|
|
587
|
+
}],
|
|
588
|
+
base: 'ibc/E66E06D91E12D76D96DEA839941FD30F785D84CDD9B564A16BA1AC32C089A0FA',
|
|
589
|
+
name: 'BitBadges',
|
|
590
|
+
display: 'badge',
|
|
591
|
+
symbol: 'BADGE',
|
|
592
|
+
logo_URIs: {
|
|
593
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png',
|
|
594
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.svg'
|
|
595
|
+
},
|
|
596
|
+
images: [{
|
|
597
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png',
|
|
598
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.svg'
|
|
599
|
+
}],
|
|
600
|
+
socials: {
|
|
601
|
+
website: 'https://bitbadges.io/',
|
|
602
|
+
twitter: 'https://twitter.com/bitbadges_io'
|
|
603
|
+
},
|
|
604
|
+
type_asset: 'sdk.coin',
|
|
605
|
+
traces: [{
|
|
606
|
+
type: 'ibc',
|
|
607
|
+
counterparty: {
|
|
608
|
+
channel_id: 'channel-3',
|
|
609
|
+
base_denom: 'ubadge',
|
|
610
|
+
chain_name: 'bitbadges'
|
|
611
|
+
},
|
|
612
|
+
chain: {
|
|
613
|
+
channel_id: 'channel-1420'
|
|
614
|
+
}
|
|
615
|
+
}]
|
|
616
|
+
},
|
|
578
617
|
{
|
|
579
618
|
description: 'The BCNA coin is the transactional token within the BitCanna network, serving the legal cannabis industry through its payment network, supply chain and trust network.',
|
|
580
619
|
denom_units: [{
|
|
@@ -1774,6 +1813,45 @@ const assets = {
|
|
|
1774
1813
|
}
|
|
1775
1814
|
}]
|
|
1776
1815
|
},
|
|
1816
|
+
{
|
|
1817
|
+
description: '$BADGE is the native in-app token for BitBadges.',
|
|
1818
|
+
denom_units: [{
|
|
1819
|
+
denom: 'ibc/E66E06D91E12D76D96DEA839941FD30F785D84CDD9B564A16BA1AC32C089A0FA',
|
|
1820
|
+
exponent: 0,
|
|
1821
|
+
aliases: ['ubadge']
|
|
1822
|
+
}, {
|
|
1823
|
+
denom: 'badge',
|
|
1824
|
+
exponent: 9
|
|
1825
|
+
}],
|
|
1826
|
+
base: 'ibc/E66E06D91E12D76D96DEA839941FD30F785D84CDD9B564A16BA1AC32C089A0FA',
|
|
1827
|
+
name: 'BitBadges',
|
|
1828
|
+
display: 'badge',
|
|
1829
|
+
symbol: 'BADGE',
|
|
1830
|
+
logo_URIs: {
|
|
1831
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png',
|
|
1832
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.svg'
|
|
1833
|
+
},
|
|
1834
|
+
images: [{
|
|
1835
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png',
|
|
1836
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.svg'
|
|
1837
|
+
}],
|
|
1838
|
+
socials: {
|
|
1839
|
+
website: 'https://bitbadges.io/',
|
|
1840
|
+
twitter: 'https://twitter.com/bitbadges_io'
|
|
1841
|
+
},
|
|
1842
|
+
type_asset: 'sdk.coin',
|
|
1843
|
+
traces: [{
|
|
1844
|
+
type: 'ibc',
|
|
1845
|
+
counterparty: {
|
|
1846
|
+
channel_id: 'channel-3',
|
|
1847
|
+
base_denom: 'ubadge',
|
|
1848
|
+
chain_name: 'bitbadges'
|
|
1849
|
+
},
|
|
1850
|
+
chain: {
|
|
1851
|
+
channel_id: 'channel-1420'
|
|
1852
|
+
}
|
|
1853
|
+
}]
|
|
1854
|
+
},
|
|
1777
1855
|
{
|
|
1778
1856
|
description: 'The BCNA coin is the transactional token within the BitCanna network, serving the legal cannabis industry through its payment network, supply chain and trust network.',
|
|
1779
1857
|
denom_units: [{
|
package/mainnet/index.d.ts
CHANGED
|
@@ -92,6 +92,7 @@ export * as medasdigital from './medasdigital';
|
|
|
92
92
|
export * as meme from './meme';
|
|
93
93
|
export * as migaloo from './migaloo';
|
|
94
94
|
export * as milkyway from './milkyway';
|
|
95
|
+
export * as mtgbp from './mtgbp';
|
|
95
96
|
export * as neutaro from './neutaro';
|
|
96
97
|
export * as neutron from './neutron';
|
|
97
98
|
export * as nibiru from './nibiru';
|
|
@@ -117,6 +118,7 @@ export * as provenance from './provenance';
|
|
|
117
118
|
export * as pryzm from './pryzm';
|
|
118
119
|
export * as pundix from './pundix';
|
|
119
120
|
export * as pylons from './pylons';
|
|
121
|
+
export * as qfs from './qfs';
|
|
120
122
|
export * as quasar from './quasar';
|
|
121
123
|
export * as quicksilver from './quicksilver';
|
|
122
124
|
export * as qwoyn from './qwoyn';
|
package/mainnet/index.js
CHANGED
|
@@ -24,9 +24,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
24
24
|
};
|
|
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
|
-
exports.
|
|
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 = void 0;
|
|
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.symphony = 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 = void 0;
|
|
30
30
|
exports.ethereum = __importStar(require("./ethereum"));
|
|
31
31
|
exports.namada = __importStar(require("./namada"));
|
|
32
32
|
exports.solana = __importStar(require("./solana"));
|
|
@@ -121,6 +121,7 @@ exports.medasdigital = __importStar(require("./medasdigital"));
|
|
|
121
121
|
exports.meme = __importStar(require("./meme"));
|
|
122
122
|
exports.migaloo = __importStar(require("./migaloo"));
|
|
123
123
|
exports.milkyway = __importStar(require("./milkyway"));
|
|
124
|
+
exports.mtgbp = __importStar(require("./mtgbp"));
|
|
124
125
|
exports.neutaro = __importStar(require("./neutaro"));
|
|
125
126
|
exports.neutron = __importStar(require("./neutron"));
|
|
126
127
|
exports.nibiru = __importStar(require("./nibiru"));
|
|
@@ -146,6 +147,7 @@ exports.provenance = __importStar(require("./provenance"));
|
|
|
146
147
|
exports.pryzm = __importStar(require("./pryzm"));
|
|
147
148
|
exports.pundix = __importStar(require("./pundix"));
|
|
148
149
|
exports.pylons = __importStar(require("./pylons"));
|
|
150
|
+
exports.qfs = __importStar(require("./qfs"));
|
|
149
151
|
exports.quasar = __importStar(require("./quasar"));
|
|
150
152
|
exports.quicksilver = __importStar(require("./quicksilver"));
|
|
151
153
|
exports.qwoyn = __importStar(require("./qwoyn"));
|
package/mainnet/mtgbp.js
ADDED
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const assets = {
|
|
4
|
+
chain_name: 'mtgbp',
|
|
5
|
+
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'The native token of Osmosis',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uosmo']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'osmo',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
type_asset: 'sdk.coin',
|
|
17
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
18
|
+
name: 'Osmosis',
|
|
19
|
+
display: 'osmo',
|
|
20
|
+
symbol: 'OSMO',
|
|
21
|
+
logo_URIs: {
|
|
22
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
23
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
24
|
+
},
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
28
|
+
theme: {
|
|
29
|
+
primary_color_hex: '#760dbb'
|
|
30
|
+
}
|
|
31
|
+
}],
|
|
32
|
+
coingecko_id: 'osmosis',
|
|
33
|
+
keywords: ['dex', 'staking'],
|
|
34
|
+
socials: {
|
|
35
|
+
website: 'https://osmosis.zone',
|
|
36
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
37
|
+
},
|
|
38
|
+
traces: [{
|
|
39
|
+
type: 'ibc',
|
|
40
|
+
counterparty: {
|
|
41
|
+
channel_id: 'channel-105394',
|
|
42
|
+
base_denom: 'uosmo',
|
|
43
|
+
chain_name: 'osmosis'
|
|
44
|
+
},
|
|
45
|
+
chain: {
|
|
46
|
+
channel_id: 'channel-0'
|
|
47
|
+
}
|
|
48
|
+
}]
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
description: 'ION is the second native token of Osmosis.',
|
|
52
|
+
denom_units: [{
|
|
53
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
54
|
+
exponent: 0,
|
|
55
|
+
aliases: ['uion']
|
|
56
|
+
}, {
|
|
57
|
+
denom: 'ion',
|
|
58
|
+
exponent: 6
|
|
59
|
+
}],
|
|
60
|
+
type_asset: 'sdk.coin',
|
|
61
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
62
|
+
name: 'Ion DAO',
|
|
63
|
+
display: 'ion',
|
|
64
|
+
symbol: 'ION',
|
|
65
|
+
logo_URIs: {
|
|
66
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
67
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
68
|
+
},
|
|
69
|
+
images: [{
|
|
70
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
71
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
72
|
+
theme: {
|
|
73
|
+
primary_color_hex: '#4453c7'
|
|
74
|
+
}
|
|
75
|
+
}],
|
|
76
|
+
coingecko_id: 'ion',
|
|
77
|
+
keywords: ['memecoin', 'defi'],
|
|
78
|
+
socials: {
|
|
79
|
+
website: 'https://ion.wtf',
|
|
80
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
81
|
+
},
|
|
82
|
+
traces: [{
|
|
83
|
+
type: 'ibc',
|
|
84
|
+
counterparty: {
|
|
85
|
+
channel_id: 'channel-105394',
|
|
86
|
+
base_denom: 'uion',
|
|
87
|
+
chain_name: 'osmosis'
|
|
88
|
+
},
|
|
89
|
+
chain: {
|
|
90
|
+
channel_id: 'channel-0'
|
|
91
|
+
}
|
|
92
|
+
}]
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
description: 'The native token of Osmosis',
|
|
96
|
+
denom_units: [{
|
|
97
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
98
|
+
exponent: 0,
|
|
99
|
+
aliases: ['uosmo']
|
|
100
|
+
}, {
|
|
101
|
+
denom: 'osmo',
|
|
102
|
+
exponent: 6
|
|
103
|
+
}],
|
|
104
|
+
type_asset: 'sdk.coin',
|
|
105
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
106
|
+
name: 'Osmosis',
|
|
107
|
+
display: 'osmo',
|
|
108
|
+
symbol: 'OSMO',
|
|
109
|
+
logo_URIs: {
|
|
110
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
111
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
112
|
+
},
|
|
113
|
+
images: [{
|
|
114
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
115
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
116
|
+
theme: {
|
|
117
|
+
primary_color_hex: '#760dbb'
|
|
118
|
+
}
|
|
119
|
+
}],
|
|
120
|
+
coingecko_id: 'osmosis',
|
|
121
|
+
keywords: ['dex', 'staking'],
|
|
122
|
+
socials: {
|
|
123
|
+
website: 'https://osmosis.zone',
|
|
124
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
125
|
+
},
|
|
126
|
+
traces: [{
|
|
127
|
+
type: 'ibc',
|
|
128
|
+
counterparty: {
|
|
129
|
+
channel_id: 'channel-105394',
|
|
130
|
+
base_denom: 'uosmo',
|
|
131
|
+
chain_name: 'osmosis'
|
|
132
|
+
},
|
|
133
|
+
chain: {
|
|
134
|
+
channel_id: 'channel-0'
|
|
135
|
+
}
|
|
136
|
+
}]
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
description: 'ION is the second native token of Osmosis.',
|
|
140
|
+
denom_units: [{
|
|
141
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
142
|
+
exponent: 0,
|
|
143
|
+
aliases: ['uion']
|
|
144
|
+
}, {
|
|
145
|
+
denom: 'ion',
|
|
146
|
+
exponent: 6
|
|
147
|
+
}],
|
|
148
|
+
type_asset: 'sdk.coin',
|
|
149
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
150
|
+
name: 'Ion DAO',
|
|
151
|
+
display: 'ion',
|
|
152
|
+
symbol: 'ION',
|
|
153
|
+
logo_URIs: {
|
|
154
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
155
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
156
|
+
},
|
|
157
|
+
images: [{
|
|
158
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
159
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
160
|
+
theme: {
|
|
161
|
+
primary_color_hex: '#4453c7'
|
|
162
|
+
}
|
|
163
|
+
}],
|
|
164
|
+
coingecko_id: 'ion',
|
|
165
|
+
keywords: ['memecoin', 'defi'],
|
|
166
|
+
socials: {
|
|
167
|
+
website: 'https://ion.wtf',
|
|
168
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
169
|
+
},
|
|
170
|
+
traces: [{
|
|
171
|
+
type: 'ibc',
|
|
172
|
+
counterparty: {
|
|
173
|
+
channel_id: 'channel-105394',
|
|
174
|
+
base_denom: 'uion',
|
|
175
|
+
chain_name: 'osmosis'
|
|
176
|
+
},
|
|
177
|
+
chain: {
|
|
178
|
+
channel_id: 'channel-0'
|
|
179
|
+
}
|
|
180
|
+
}]
|
|
181
|
+
}
|
|
182
|
+
]
|
|
183
|
+
};
|
|
184
|
+
exports.default = assets;
|
package/mainnet/osmosis.js
CHANGED
|
@@ -5500,6 +5500,47 @@ const assets = {
|
|
|
5500
5500
|
}
|
|
5501
5501
|
}]
|
|
5502
5502
|
},
|
|
5503
|
+
{
|
|
5504
|
+
description: 'MTGBP the stablecoin of the future.',
|
|
5505
|
+
denom_units: [{
|
|
5506
|
+
denom: 'ibc/698687E700D8B255FAB6B8145CE25B12591C99296965DB5C2C5DD5FE0AB685BF',
|
|
5507
|
+
exponent: 0,
|
|
5508
|
+
aliases: ['umtgbp']
|
|
5509
|
+
}, {
|
|
5510
|
+
denom: 'mtgbp',
|
|
5511
|
+
exponent: 6
|
|
5512
|
+
}],
|
|
5513
|
+
base: 'ibc/698687E700D8B255FAB6B8145CE25B12591C99296965DB5C2C5DD5FE0AB685BF',
|
|
5514
|
+
name: 'mtgbp',
|
|
5515
|
+
display: 'mtgbp',
|
|
5516
|
+
symbol: 'MTGBP',
|
|
5517
|
+
logo_URIs: {
|
|
5518
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.png',
|
|
5519
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.svg'
|
|
5520
|
+
},
|
|
5521
|
+
images: [{
|
|
5522
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.png',
|
|
5523
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.svg',
|
|
5524
|
+
theme: {
|
|
5525
|
+
primary_color_hex: '#e8692b'
|
|
5526
|
+
}
|
|
5527
|
+
}],
|
|
5528
|
+
socials: {
|
|
5529
|
+
website: 'https://mtgbp.com/'
|
|
5530
|
+
},
|
|
5531
|
+
type_asset: 'sdk.coin',
|
|
5532
|
+
traces: [{
|
|
5533
|
+
type: 'ibc',
|
|
5534
|
+
counterparty: {
|
|
5535
|
+
channel_id: 'channel-0',
|
|
5536
|
+
base_denom: 'umtgbp',
|
|
5537
|
+
chain_name: 'mtgbp'
|
|
5538
|
+
},
|
|
5539
|
+
chain: {
|
|
5540
|
+
channel_id: 'channel-105394'
|
|
5541
|
+
}
|
|
5542
|
+
}]
|
|
5543
|
+
},
|
|
5503
5544
|
{
|
|
5504
5545
|
description: 'The native token of Neutaro',
|
|
5505
5546
|
denom_units: [{
|
|
@@ -12072,6 +12113,47 @@ const assets = {
|
|
|
12072
12113
|
}
|
|
12073
12114
|
}]
|
|
12074
12115
|
},
|
|
12116
|
+
{
|
|
12117
|
+
description: 'MTGBP the stablecoin of the future.',
|
|
12118
|
+
denom_units: [{
|
|
12119
|
+
denom: 'ibc/698687E700D8B255FAB6B8145CE25B12591C99296965DB5C2C5DD5FE0AB685BF',
|
|
12120
|
+
exponent: 0,
|
|
12121
|
+
aliases: ['umtgbp']
|
|
12122
|
+
}, {
|
|
12123
|
+
denom: 'mtgbp',
|
|
12124
|
+
exponent: 6
|
|
12125
|
+
}],
|
|
12126
|
+
base: 'ibc/698687E700D8B255FAB6B8145CE25B12591C99296965DB5C2C5DD5FE0AB685BF',
|
|
12127
|
+
name: 'mtgbp',
|
|
12128
|
+
display: 'mtgbp',
|
|
12129
|
+
symbol: 'MTGBP',
|
|
12130
|
+
logo_URIs: {
|
|
12131
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.png',
|
|
12132
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.svg'
|
|
12133
|
+
},
|
|
12134
|
+
images: [{
|
|
12135
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.png',
|
|
12136
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.svg',
|
|
12137
|
+
theme: {
|
|
12138
|
+
primary_color_hex: '#e8692b'
|
|
12139
|
+
}
|
|
12140
|
+
}],
|
|
12141
|
+
socials: {
|
|
12142
|
+
website: 'https://mtgbp.com/'
|
|
12143
|
+
},
|
|
12144
|
+
type_asset: 'sdk.coin',
|
|
12145
|
+
traces: [{
|
|
12146
|
+
type: 'ibc',
|
|
12147
|
+
counterparty: {
|
|
12148
|
+
channel_id: 'channel-0',
|
|
12149
|
+
base_denom: 'umtgbp',
|
|
12150
|
+
chain_name: 'mtgbp'
|
|
12151
|
+
},
|
|
12152
|
+
chain: {
|
|
12153
|
+
channel_id: 'channel-105394'
|
|
12154
|
+
}
|
|
12155
|
+
}]
|
|
12156
|
+
},
|
|
12075
12157
|
{
|
|
12076
12158
|
description: 'The native token of Namada.',
|
|
12077
12159
|
denom_units: [{
|
|
@@ -20418,6 +20500,47 @@ const assets = {
|
|
|
20418
20500
|
}
|
|
20419
20501
|
}]
|
|
20420
20502
|
},
|
|
20503
|
+
{
|
|
20504
|
+
description: 'QFS stands for Quantum Financial Systems, the aim is to bridge traditional finance with the crypto ecosystem',
|
|
20505
|
+
denom_units: [{
|
|
20506
|
+
denom: 'ibc/83A99F99AF326090B74CD5D17EE61776C7791B537EE6808F4951A184EDCCA0D9',
|
|
20507
|
+
exponent: 0,
|
|
20508
|
+
aliases: ['uqfs']
|
|
20509
|
+
}, {
|
|
20510
|
+
denom: 'qfs',
|
|
20511
|
+
exponent: 6
|
|
20512
|
+
}],
|
|
20513
|
+
base: 'ibc/83A99F99AF326090B74CD5D17EE61776C7791B537EE6808F4951A184EDCCA0D9',
|
|
20514
|
+
name: 'qfs',
|
|
20515
|
+
display: 'qfs',
|
|
20516
|
+
symbol: 'QFS',
|
|
20517
|
+
logo_URIs: {
|
|
20518
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.png',
|
|
20519
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.svg'
|
|
20520
|
+
},
|
|
20521
|
+
images: [{
|
|
20522
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.png',
|
|
20523
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.svg',
|
|
20524
|
+
theme: {
|
|
20525
|
+
primary_color_hex: '#2979dc'
|
|
20526
|
+
}
|
|
20527
|
+
}],
|
|
20528
|
+
socials: {
|
|
20529
|
+
website: 'https://qfsone.com/'
|
|
20530
|
+
},
|
|
20531
|
+
type_asset: 'sdk.coin',
|
|
20532
|
+
traces: [{
|
|
20533
|
+
type: 'ibc',
|
|
20534
|
+
counterparty: {
|
|
20535
|
+
channel_id: 'channel-0',
|
|
20536
|
+
base_denom: 'uqfs',
|
|
20537
|
+
chain_name: 'qfs'
|
|
20538
|
+
},
|
|
20539
|
+
chain: {
|
|
20540
|
+
channel_id: 'channel-105393'
|
|
20541
|
+
}
|
|
20542
|
+
}]
|
|
20543
|
+
},
|
|
20421
20544
|
{
|
|
20422
20545
|
description: 'The QSR token has transitioned to a legacy token, with migration to the EVM ecosystem currently underway.',
|
|
20423
20546
|
denom_units: [{
|
|
@@ -30507,6 +30630,47 @@ const assets = {
|
|
|
30507
30630
|
}
|
|
30508
30631
|
}]
|
|
30509
30632
|
},
|
|
30633
|
+
{
|
|
30634
|
+
description: 'QFS stands for Quantum Financial Systems, the aim is to bridge traditional finance with the crypto ecosystem',
|
|
30635
|
+
denom_units: [{
|
|
30636
|
+
denom: 'ibc/83A99F99AF326090B74CD5D17EE61776C7791B537EE6808F4951A184EDCCA0D9',
|
|
30637
|
+
exponent: 0,
|
|
30638
|
+
aliases: ['uqfs']
|
|
30639
|
+
}, {
|
|
30640
|
+
denom: 'qfs',
|
|
30641
|
+
exponent: 6
|
|
30642
|
+
}],
|
|
30643
|
+
base: 'ibc/83A99F99AF326090B74CD5D17EE61776C7791B537EE6808F4951A184EDCCA0D9',
|
|
30644
|
+
name: 'qfs',
|
|
30645
|
+
display: 'qfs',
|
|
30646
|
+
symbol: 'QFS',
|
|
30647
|
+
logo_URIs: {
|
|
30648
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.png',
|
|
30649
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.svg'
|
|
30650
|
+
},
|
|
30651
|
+
images: [{
|
|
30652
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.png',
|
|
30653
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.svg',
|
|
30654
|
+
theme: {
|
|
30655
|
+
primary_color_hex: '#2979dc'
|
|
30656
|
+
}
|
|
30657
|
+
}],
|
|
30658
|
+
socials: {
|
|
30659
|
+
website: 'https://qfsone.com/'
|
|
30660
|
+
},
|
|
30661
|
+
type_asset: 'sdk.coin',
|
|
30662
|
+
traces: [{
|
|
30663
|
+
type: 'ibc',
|
|
30664
|
+
counterparty: {
|
|
30665
|
+
channel_id: 'channel-0',
|
|
30666
|
+
base_denom: 'uqfs',
|
|
30667
|
+
chain_name: 'qfs'
|
|
30668
|
+
},
|
|
30669
|
+
chain: {
|
|
30670
|
+
channel_id: 'channel-105393'
|
|
30671
|
+
}
|
|
30672
|
+
}]
|
|
30673
|
+
},
|
|
30510
30674
|
{
|
|
30511
30675
|
description: 'The QSR token has transitioned to a legacy token, with migration to the EVM ecosystem currently underway.',
|
|
30512
30676
|
denom_units: [{
|
package/mainnet/qfs.d.ts
ADDED