@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/esm/mainnet/osmosis.js
CHANGED
|
@@ -5498,6 +5498,47 @@ const assets = {
|
|
|
5498
5498
|
}
|
|
5499
5499
|
}]
|
|
5500
5500
|
},
|
|
5501
|
+
{
|
|
5502
|
+
description: 'MTGBP the stablecoin of the future.',
|
|
5503
|
+
denom_units: [{
|
|
5504
|
+
denom: 'ibc/698687E700D8B255FAB6B8145CE25B12591C99296965DB5C2C5DD5FE0AB685BF',
|
|
5505
|
+
exponent: 0,
|
|
5506
|
+
aliases: ['umtgbp']
|
|
5507
|
+
}, {
|
|
5508
|
+
denom: 'mtgbp',
|
|
5509
|
+
exponent: 6
|
|
5510
|
+
}],
|
|
5511
|
+
base: 'ibc/698687E700D8B255FAB6B8145CE25B12591C99296965DB5C2C5DD5FE0AB685BF',
|
|
5512
|
+
name: 'mtgbp',
|
|
5513
|
+
display: 'mtgbp',
|
|
5514
|
+
symbol: 'MTGBP',
|
|
5515
|
+
logo_URIs: {
|
|
5516
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.png',
|
|
5517
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.svg'
|
|
5518
|
+
},
|
|
5519
|
+
images: [{
|
|
5520
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.png',
|
|
5521
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.svg',
|
|
5522
|
+
theme: {
|
|
5523
|
+
primary_color_hex: '#e8692b'
|
|
5524
|
+
}
|
|
5525
|
+
}],
|
|
5526
|
+
socials: {
|
|
5527
|
+
website: 'https://mtgbp.com/'
|
|
5528
|
+
},
|
|
5529
|
+
type_asset: 'sdk.coin',
|
|
5530
|
+
traces: [{
|
|
5531
|
+
type: 'ibc',
|
|
5532
|
+
counterparty: {
|
|
5533
|
+
channel_id: 'channel-0',
|
|
5534
|
+
base_denom: 'umtgbp',
|
|
5535
|
+
chain_name: 'mtgbp'
|
|
5536
|
+
},
|
|
5537
|
+
chain: {
|
|
5538
|
+
channel_id: 'channel-105394'
|
|
5539
|
+
}
|
|
5540
|
+
}]
|
|
5541
|
+
},
|
|
5501
5542
|
{
|
|
5502
5543
|
description: 'The native token of Neutaro',
|
|
5503
5544
|
denom_units: [{
|
|
@@ -12070,6 +12111,47 @@ const assets = {
|
|
|
12070
12111
|
}
|
|
12071
12112
|
}]
|
|
12072
12113
|
},
|
|
12114
|
+
{
|
|
12115
|
+
description: 'MTGBP the stablecoin of the future.',
|
|
12116
|
+
denom_units: [{
|
|
12117
|
+
denom: 'ibc/698687E700D8B255FAB6B8145CE25B12591C99296965DB5C2C5DD5FE0AB685BF',
|
|
12118
|
+
exponent: 0,
|
|
12119
|
+
aliases: ['umtgbp']
|
|
12120
|
+
}, {
|
|
12121
|
+
denom: 'mtgbp',
|
|
12122
|
+
exponent: 6
|
|
12123
|
+
}],
|
|
12124
|
+
base: 'ibc/698687E700D8B255FAB6B8145CE25B12591C99296965DB5C2C5DD5FE0AB685BF',
|
|
12125
|
+
name: 'mtgbp',
|
|
12126
|
+
display: 'mtgbp',
|
|
12127
|
+
symbol: 'MTGBP',
|
|
12128
|
+
logo_URIs: {
|
|
12129
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.png',
|
|
12130
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.svg'
|
|
12131
|
+
},
|
|
12132
|
+
images: [{
|
|
12133
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.png',
|
|
12134
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.svg',
|
|
12135
|
+
theme: {
|
|
12136
|
+
primary_color_hex: '#e8692b'
|
|
12137
|
+
}
|
|
12138
|
+
}],
|
|
12139
|
+
socials: {
|
|
12140
|
+
website: 'https://mtgbp.com/'
|
|
12141
|
+
},
|
|
12142
|
+
type_asset: 'sdk.coin',
|
|
12143
|
+
traces: [{
|
|
12144
|
+
type: 'ibc',
|
|
12145
|
+
counterparty: {
|
|
12146
|
+
channel_id: 'channel-0',
|
|
12147
|
+
base_denom: 'umtgbp',
|
|
12148
|
+
chain_name: 'mtgbp'
|
|
12149
|
+
},
|
|
12150
|
+
chain: {
|
|
12151
|
+
channel_id: 'channel-105394'
|
|
12152
|
+
}
|
|
12153
|
+
}]
|
|
12154
|
+
},
|
|
12073
12155
|
{
|
|
12074
12156
|
description: 'The native token of Namada.',
|
|
12075
12157
|
denom_units: [{
|
|
@@ -20416,6 +20498,47 @@ const assets = {
|
|
|
20416
20498
|
}
|
|
20417
20499
|
}]
|
|
20418
20500
|
},
|
|
20501
|
+
{
|
|
20502
|
+
description: 'QFS stands for Quantum Financial Systems, the aim is to bridge traditional finance with the crypto ecosystem',
|
|
20503
|
+
denom_units: [{
|
|
20504
|
+
denom: 'ibc/83A99F99AF326090B74CD5D17EE61776C7791B537EE6808F4951A184EDCCA0D9',
|
|
20505
|
+
exponent: 0,
|
|
20506
|
+
aliases: ['uqfs']
|
|
20507
|
+
}, {
|
|
20508
|
+
denom: 'qfs',
|
|
20509
|
+
exponent: 6
|
|
20510
|
+
}],
|
|
20511
|
+
base: 'ibc/83A99F99AF326090B74CD5D17EE61776C7791B537EE6808F4951A184EDCCA0D9',
|
|
20512
|
+
name: 'qfs',
|
|
20513
|
+
display: 'qfs',
|
|
20514
|
+
symbol: 'QFS',
|
|
20515
|
+
logo_URIs: {
|
|
20516
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.png',
|
|
20517
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.svg'
|
|
20518
|
+
},
|
|
20519
|
+
images: [{
|
|
20520
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.png',
|
|
20521
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.svg',
|
|
20522
|
+
theme: {
|
|
20523
|
+
primary_color_hex: '#2979dc'
|
|
20524
|
+
}
|
|
20525
|
+
}],
|
|
20526
|
+
socials: {
|
|
20527
|
+
website: 'https://qfsone.com/'
|
|
20528
|
+
},
|
|
20529
|
+
type_asset: 'sdk.coin',
|
|
20530
|
+
traces: [{
|
|
20531
|
+
type: 'ibc',
|
|
20532
|
+
counterparty: {
|
|
20533
|
+
channel_id: 'channel-0',
|
|
20534
|
+
base_denom: 'uqfs',
|
|
20535
|
+
chain_name: 'qfs'
|
|
20536
|
+
},
|
|
20537
|
+
chain: {
|
|
20538
|
+
channel_id: 'channel-105393'
|
|
20539
|
+
}
|
|
20540
|
+
}]
|
|
20541
|
+
},
|
|
20419
20542
|
{
|
|
20420
20543
|
description: 'The QSR token has transitioned to a legacy token, with migration to the EVM ecosystem currently underway.',
|
|
20421
20544
|
denom_units: [{
|
|
@@ -30505,6 +30628,47 @@ const assets = {
|
|
|
30505
30628
|
}
|
|
30506
30629
|
}]
|
|
30507
30630
|
},
|
|
30631
|
+
{
|
|
30632
|
+
description: 'QFS stands for Quantum Financial Systems, the aim is to bridge traditional finance with the crypto ecosystem',
|
|
30633
|
+
denom_units: [{
|
|
30634
|
+
denom: 'ibc/83A99F99AF326090B74CD5D17EE61776C7791B537EE6808F4951A184EDCCA0D9',
|
|
30635
|
+
exponent: 0,
|
|
30636
|
+
aliases: ['uqfs']
|
|
30637
|
+
}, {
|
|
30638
|
+
denom: 'qfs',
|
|
30639
|
+
exponent: 6
|
|
30640
|
+
}],
|
|
30641
|
+
base: 'ibc/83A99F99AF326090B74CD5D17EE61776C7791B537EE6808F4951A184EDCCA0D9',
|
|
30642
|
+
name: 'qfs',
|
|
30643
|
+
display: 'qfs',
|
|
30644
|
+
symbol: 'QFS',
|
|
30645
|
+
logo_URIs: {
|
|
30646
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.png',
|
|
30647
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.svg'
|
|
30648
|
+
},
|
|
30649
|
+
images: [{
|
|
30650
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.png',
|
|
30651
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.svg',
|
|
30652
|
+
theme: {
|
|
30653
|
+
primary_color_hex: '#2979dc'
|
|
30654
|
+
}
|
|
30655
|
+
}],
|
|
30656
|
+
socials: {
|
|
30657
|
+
website: 'https://qfsone.com/'
|
|
30658
|
+
},
|
|
30659
|
+
type_asset: 'sdk.coin',
|
|
30660
|
+
traces: [{
|
|
30661
|
+
type: 'ibc',
|
|
30662
|
+
counterparty: {
|
|
30663
|
+
channel_id: 'channel-0',
|
|
30664
|
+
base_denom: 'uqfs',
|
|
30665
|
+
chain_name: 'qfs'
|
|
30666
|
+
},
|
|
30667
|
+
chain: {
|
|
30668
|
+
channel_id: 'channel-105393'
|
|
30669
|
+
}
|
|
30670
|
+
}]
|
|
30671
|
+
},
|
|
30508
30672
|
{
|
|
30509
30673
|
description: 'The QSR token has transitioned to a legacy token, with migration to the EVM ecosystem currently underway.',
|
|
30510
30674
|
denom_units: [{
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
const assets = {
|
|
2
|
+
chain_name: 'qfs',
|
|
3
|
+
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'The native token of Osmosis',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['uosmo']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'osmo',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
type_asset: 'sdk.coin',
|
|
15
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
16
|
+
name: 'Osmosis',
|
|
17
|
+
display: 'osmo',
|
|
18
|
+
symbol: 'OSMO',
|
|
19
|
+
logo_URIs: {
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
21
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
22
|
+
},
|
|
23
|
+
images: [{
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
26
|
+
theme: {
|
|
27
|
+
primary_color_hex: '#760dbb'
|
|
28
|
+
}
|
|
29
|
+
}],
|
|
30
|
+
coingecko_id: 'osmosis',
|
|
31
|
+
keywords: ['dex', 'staking'],
|
|
32
|
+
socials: {
|
|
33
|
+
website: 'https://osmosis.zone',
|
|
34
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
35
|
+
},
|
|
36
|
+
traces: [{
|
|
37
|
+
type: 'ibc',
|
|
38
|
+
counterparty: {
|
|
39
|
+
channel_id: 'channel-105393',
|
|
40
|
+
base_denom: 'uosmo',
|
|
41
|
+
chain_name: 'osmosis'
|
|
42
|
+
},
|
|
43
|
+
chain: {
|
|
44
|
+
channel_id: 'channel-0'
|
|
45
|
+
}
|
|
46
|
+
}]
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
description: 'ION is the second native token of Osmosis.',
|
|
50
|
+
denom_units: [{
|
|
51
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
52
|
+
exponent: 0,
|
|
53
|
+
aliases: ['uion']
|
|
54
|
+
}, {
|
|
55
|
+
denom: 'ion',
|
|
56
|
+
exponent: 6
|
|
57
|
+
}],
|
|
58
|
+
type_asset: 'sdk.coin',
|
|
59
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
60
|
+
name: 'Ion DAO',
|
|
61
|
+
display: 'ion',
|
|
62
|
+
symbol: 'ION',
|
|
63
|
+
logo_URIs: {
|
|
64
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
65
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
66
|
+
},
|
|
67
|
+
images: [{
|
|
68
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
69
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
70
|
+
theme: {
|
|
71
|
+
primary_color_hex: '#4453c7'
|
|
72
|
+
}
|
|
73
|
+
}],
|
|
74
|
+
coingecko_id: 'ion',
|
|
75
|
+
keywords: ['memecoin', 'defi'],
|
|
76
|
+
socials: {
|
|
77
|
+
website: 'https://ion.wtf',
|
|
78
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
79
|
+
},
|
|
80
|
+
traces: [{
|
|
81
|
+
type: 'ibc',
|
|
82
|
+
counterparty: {
|
|
83
|
+
channel_id: 'channel-105393',
|
|
84
|
+
base_denom: 'uion',
|
|
85
|
+
chain_name: 'osmosis'
|
|
86
|
+
},
|
|
87
|
+
chain: {
|
|
88
|
+
channel_id: 'channel-0'
|
|
89
|
+
}
|
|
90
|
+
}]
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
description: 'The native token of Osmosis',
|
|
94
|
+
denom_units: [{
|
|
95
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
96
|
+
exponent: 0,
|
|
97
|
+
aliases: ['uosmo']
|
|
98
|
+
}, {
|
|
99
|
+
denom: 'osmo',
|
|
100
|
+
exponent: 6
|
|
101
|
+
}],
|
|
102
|
+
type_asset: 'sdk.coin',
|
|
103
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
104
|
+
name: 'Osmosis',
|
|
105
|
+
display: 'osmo',
|
|
106
|
+
symbol: 'OSMO',
|
|
107
|
+
logo_URIs: {
|
|
108
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
109
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
110
|
+
},
|
|
111
|
+
images: [{
|
|
112
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
113
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
114
|
+
theme: {
|
|
115
|
+
primary_color_hex: '#760dbb'
|
|
116
|
+
}
|
|
117
|
+
}],
|
|
118
|
+
coingecko_id: 'osmosis',
|
|
119
|
+
keywords: ['dex', 'staking'],
|
|
120
|
+
socials: {
|
|
121
|
+
website: 'https://osmosis.zone',
|
|
122
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
123
|
+
},
|
|
124
|
+
traces: [{
|
|
125
|
+
type: 'ibc',
|
|
126
|
+
counterparty: {
|
|
127
|
+
channel_id: 'channel-105393',
|
|
128
|
+
base_denom: 'uosmo',
|
|
129
|
+
chain_name: 'osmosis'
|
|
130
|
+
},
|
|
131
|
+
chain: {
|
|
132
|
+
channel_id: 'channel-0'
|
|
133
|
+
}
|
|
134
|
+
}]
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
description: 'ION is the second native token of Osmosis.',
|
|
138
|
+
denom_units: [{
|
|
139
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
140
|
+
exponent: 0,
|
|
141
|
+
aliases: ['uion']
|
|
142
|
+
}, {
|
|
143
|
+
denom: 'ion',
|
|
144
|
+
exponent: 6
|
|
145
|
+
}],
|
|
146
|
+
type_asset: 'sdk.coin',
|
|
147
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
148
|
+
name: 'Ion DAO',
|
|
149
|
+
display: 'ion',
|
|
150
|
+
symbol: 'ION',
|
|
151
|
+
logo_URIs: {
|
|
152
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
153
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
154
|
+
},
|
|
155
|
+
images: [{
|
|
156
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
157
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
158
|
+
theme: {
|
|
159
|
+
primary_color_hex: '#4453c7'
|
|
160
|
+
}
|
|
161
|
+
}],
|
|
162
|
+
coingecko_id: 'ion',
|
|
163
|
+
keywords: ['memecoin', 'defi'],
|
|
164
|
+
socials: {
|
|
165
|
+
website: 'https://ion.wtf',
|
|
166
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
167
|
+
},
|
|
168
|
+
traces: [{
|
|
169
|
+
type: 'ibc',
|
|
170
|
+
counterparty: {
|
|
171
|
+
channel_id: 'channel-105393',
|
|
172
|
+
base_denom: 'uion',
|
|
173
|
+
chain_name: 'osmosis'
|
|
174
|
+
},
|
|
175
|
+
chain: {
|
|
176
|
+
channel_id: 'channel-0'
|
|
177
|
+
}
|
|
178
|
+
}]
|
|
179
|
+
}
|
|
180
|
+
]
|
|
181
|
+
};
|
|
182
|
+
export default assets;
|
package/mainnet/assets.js
CHANGED
|
@@ -97,6 +97,7 @@ const medasdigital_1 = __importDefault(require("./medasdigital"));
|
|
|
97
97
|
const meme_1 = __importDefault(require("./meme"));
|
|
98
98
|
const migaloo_1 = __importDefault(require("./migaloo"));
|
|
99
99
|
const milkyway_1 = __importDefault(require("./milkyway"));
|
|
100
|
+
const mtgbp_1 = __importDefault(require("./mtgbp"));
|
|
100
101
|
const neutaro_1 = __importDefault(require("./neutaro"));
|
|
101
102
|
const neutron_1 = __importDefault(require("./neutron"));
|
|
102
103
|
const nibiru_1 = __importDefault(require("./nibiru"));
|
|
@@ -122,6 +123,7 @@ const provenance_1 = __importDefault(require("./provenance"));
|
|
|
122
123
|
const pryzm_1 = __importDefault(require("./pryzm"));
|
|
123
124
|
const pundix_1 = __importDefault(require("./pundix"));
|
|
124
125
|
const pylons_1 = __importDefault(require("./pylons"));
|
|
126
|
+
const qfs_1 = __importDefault(require("./qfs"));
|
|
125
127
|
const quasar_1 = __importDefault(require("./quasar"));
|
|
126
128
|
const quicksilver_1 = __importDefault(require("./quicksilver"));
|
|
127
129
|
const qwoyn_1 = __importDefault(require("./qwoyn"));
|
|
@@ -165,5 +167,5 @@ const xion_1 = __importDefault(require("./xion"));
|
|
|
165
167
|
const xpla_1 = __importDefault(require("./xpla"));
|
|
166
168
|
const xrplevm_1 = __importDefault(require("./xrplevm"));
|
|
167
169
|
const zenrock_1 = __importDefault(require("./zenrock"));
|
|
168
|
-
const assets = [ethereum_1.default, namada_1.default, solana_1.default, aaronetwork_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, allora_1.default, andromeda_1.default, archway_1.default, arkeo_1.default, arkh_1.default, assetmantle_1.default, atomone_1.default, aura_1.default, axelar_1.default, babylon_1.default, bandchain_1.default, beezee_1.default, bitbadges_1.default, bitcanna_1.default, bitsong_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, doravota_1.default, dungeon_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, elys_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fetchhub_1.default, firmachain_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gravitybridge_1.default, haqq_1.default, hippoprotocol_1.default, humans_1.default, impacthub_1.default, imversed_1.default, initia_1.default, injective_1.default, int3face_1.default, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, kimanetwork_1.default, konstellation_1.default, kopi_1.default, kujira_1.default, kyve_1.default, lambda_1.default, lava_1.default, likecoin_1.default, lombardledger_1.default, lorenzo_1.default, lumnetwork_1.default, mande_1.default, manifest_1.default, mantrachain_1.default, medasdigital_1.default, meme_1.default, migaloo_1.default, milkyway_1.default, neutaro_1.default, neutron_1.default, nibiru_1.default, nillion_1.default, nim_1.default, noble_1.default, nolus_1.default, nomic_1.default, nyx_1.default, odin_1.default, okexchain_1.default, omniflixhub_1.default, onex_1.default, onomy_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pryzm_1.default, pundix_1.default, pylons_1.default, quasar_1.default, quicksilver_1.default, qwoyn_1.default, realio_1.default, rebus_1.default, regen_1.default, rizon_1.default, routerchain_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, seda_1.default, sei_1.default, self_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sidechain_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stratos_1.default, stride_1.default, symphony_1.default, synternet_1.default, taketitan_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, titan_1.default, umee_1.default, unification_1.default, uptick_1.default, xion_1.default, xpla_1.default, xrplevm_1.default, zenrock_1.default];
|
|
170
|
+
const assets = [ethereum_1.default, namada_1.default, solana_1.default, aaronetwork_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, allora_1.default, andromeda_1.default, archway_1.default, arkeo_1.default, arkh_1.default, assetmantle_1.default, atomone_1.default, aura_1.default, axelar_1.default, babylon_1.default, bandchain_1.default, beezee_1.default, bitbadges_1.default, bitcanna_1.default, bitsong_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, doravota_1.default, dungeon_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, elys_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fetchhub_1.default, firmachain_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gravitybridge_1.default, haqq_1.default, hippoprotocol_1.default, humans_1.default, impacthub_1.default, imversed_1.default, initia_1.default, injective_1.default, int3face_1.default, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, kimanetwork_1.default, konstellation_1.default, kopi_1.default, kujira_1.default, kyve_1.default, lambda_1.default, lava_1.default, likecoin_1.default, lombardledger_1.default, lorenzo_1.default, lumnetwork_1.default, mande_1.default, manifest_1.default, mantrachain_1.default, medasdigital_1.default, meme_1.default, migaloo_1.default, milkyway_1.default, mtgbp_1.default, neutaro_1.default, neutron_1.default, nibiru_1.default, nillion_1.default, nim_1.default, noble_1.default, nolus_1.default, nomic_1.default, nyx_1.default, odin_1.default, okexchain_1.default, omniflixhub_1.default, onex_1.default, onomy_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pryzm_1.default, pundix_1.default, pylons_1.default, qfs_1.default, quasar_1.default, quicksilver_1.default, qwoyn_1.default, realio_1.default, rebus_1.default, regen_1.default, rizon_1.default, routerchain_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, seda_1.default, sei_1.default, self_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sidechain_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stratos_1.default, stride_1.default, symphony_1.default, synternet_1.default, taketitan_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, titan_1.default, umee_1.default, unification_1.default, uptick_1.default, xion_1.default, xpla_1.default, xrplevm_1.default, zenrock_1.default];
|
|
169
171
|
exports.default = assets;
|
package/mainnet/bitbadges.js
CHANGED
|
@@ -3,6 +3,49 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'bitbadges',
|
|
5
5
|
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uatom']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'atom',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
|
|
17
|
+
name: 'Cosmos Hub Atom',
|
|
18
|
+
display: 'atom',
|
|
19
|
+
symbol: 'ATOM',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
23
|
+
},
|
|
24
|
+
coingecko_id: 'cosmos',
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
|
|
28
|
+
theme: {
|
|
29
|
+
primary_color_hex: '#272d45'
|
|
30
|
+
}
|
|
31
|
+
}],
|
|
32
|
+
socials: {
|
|
33
|
+
website: 'https://cosmos.network',
|
|
34
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
35
|
+
},
|
|
36
|
+
type_asset: 'sdk.coin',
|
|
37
|
+
traces: [{
|
|
38
|
+
type: 'ibc',
|
|
39
|
+
counterparty: {
|
|
40
|
+
channel_id: 'channel-1420',
|
|
41
|
+
base_denom: 'uatom',
|
|
42
|
+
chain_name: 'cosmoshub'
|
|
43
|
+
},
|
|
44
|
+
chain: {
|
|
45
|
+
channel_id: 'channel-3'
|
|
46
|
+
}
|
|
47
|
+
}]
|
|
48
|
+
},
|
|
6
49
|
{
|
|
7
50
|
description: 'The permissioned staking asset for Noble Chain',
|
|
8
51
|
denom_units: [{
|
|
@@ -249,6 +292,49 @@ const assets = {
|
|
|
249
292
|
}
|
|
250
293
|
}]
|
|
251
294
|
},
|
|
295
|
+
{
|
|
296
|
+
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
297
|
+
denom_units: [{
|
|
298
|
+
denom: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
|
|
299
|
+
exponent: 0,
|
|
300
|
+
aliases: ['uatom']
|
|
301
|
+
}, {
|
|
302
|
+
denom: 'atom',
|
|
303
|
+
exponent: 6
|
|
304
|
+
}],
|
|
305
|
+
base: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
|
|
306
|
+
name: 'Cosmos Hub Atom',
|
|
307
|
+
display: 'atom',
|
|
308
|
+
symbol: 'ATOM',
|
|
309
|
+
logo_URIs: {
|
|
310
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
311
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
312
|
+
},
|
|
313
|
+
coingecko_id: 'cosmos',
|
|
314
|
+
images: [{
|
|
315
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
316
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
|
|
317
|
+
theme: {
|
|
318
|
+
primary_color_hex: '#272d45'
|
|
319
|
+
}
|
|
320
|
+
}],
|
|
321
|
+
socials: {
|
|
322
|
+
website: 'https://cosmos.network',
|
|
323
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
324
|
+
},
|
|
325
|
+
type_asset: 'sdk.coin',
|
|
326
|
+
traces: [{
|
|
327
|
+
type: 'ibc',
|
|
328
|
+
counterparty: {
|
|
329
|
+
channel_id: 'channel-1420',
|
|
330
|
+
base_denom: 'uatom',
|
|
331
|
+
chain_name: 'cosmoshub'
|
|
332
|
+
},
|
|
333
|
+
chain: {
|
|
334
|
+
channel_id: 'channel-3'
|
|
335
|
+
}
|
|
336
|
+
}]
|
|
337
|
+
},
|
|
252
338
|
{
|
|
253
339
|
description: 'The permissioned staking asset for Noble Chain',
|
|
254
340
|
denom_units: [{
|
package/mainnet/composable.js
CHANGED
|
@@ -1451,6 +1451,76 @@ const assets = {
|
|
|
1451
1451
|
}
|
|
1452
1452
|
}]
|
|
1453
1453
|
},
|
|
1454
|
+
{
|
|
1455
|
+
description: 'Official Trump token on Solana blockchain.',
|
|
1456
|
+
type_asset: 'erc20',
|
|
1457
|
+
address: '6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN',
|
|
1458
|
+
denom_units: [{
|
|
1459
|
+
denom: 'ibc/C436558443A75CFF4224B8318F5C0B9174B8872C2801B2210BEAB4FBA490699E',
|
|
1460
|
+
exponent: 0,
|
|
1461
|
+
aliases: ['6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN']
|
|
1462
|
+
}, {
|
|
1463
|
+
denom: 'trump',
|
|
1464
|
+
exponent: 6
|
|
1465
|
+
}],
|
|
1466
|
+
base: 'ibc/C436558443A75CFF4224B8318F5C0B9174B8872C2801B2210BEAB4FBA490699E',
|
|
1467
|
+
name: 'Official Trump',
|
|
1468
|
+
display: 'trump',
|
|
1469
|
+
symbol: 'TRUMP',
|
|
1470
|
+
coingecko_id: 'official-trump',
|
|
1471
|
+
images: [{
|
|
1472
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/trump.png'
|
|
1473
|
+
}],
|
|
1474
|
+
logo_URIs: {
|
|
1475
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/trump.png'
|
|
1476
|
+
},
|
|
1477
|
+
traces: [{
|
|
1478
|
+
type: 'ibc',
|
|
1479
|
+
counterparty: {
|
|
1480
|
+
channel_id: 'channel-1',
|
|
1481
|
+
base_denom: '6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN',
|
|
1482
|
+
chain_name: 'solana'
|
|
1483
|
+
},
|
|
1484
|
+
chain: {
|
|
1485
|
+
channel_id: 'channel-71'
|
|
1486
|
+
}
|
|
1487
|
+
}]
|
|
1488
|
+
},
|
|
1489
|
+
{
|
|
1490
|
+
description: 'Pudgy Penguins token on Solana blockchain.',
|
|
1491
|
+
type_asset: 'erc20',
|
|
1492
|
+
address: '2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv',
|
|
1493
|
+
denom_units: [{
|
|
1494
|
+
denom: 'ibc/2BF18CDBEF524A7056DE6A985A7AF0D2A77F2EC2C4B02037EC1A2C75854AE9D0',
|
|
1495
|
+
exponent: 0,
|
|
1496
|
+
aliases: ['2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv']
|
|
1497
|
+
}, {
|
|
1498
|
+
denom: 'pengu',
|
|
1499
|
+
exponent: 6
|
|
1500
|
+
}],
|
|
1501
|
+
base: 'ibc/2BF18CDBEF524A7056DE6A985A7AF0D2A77F2EC2C4B02037EC1A2C75854AE9D0',
|
|
1502
|
+
name: 'Pudgy Penguins',
|
|
1503
|
+
display: 'pengu',
|
|
1504
|
+
symbol: 'PENGU',
|
|
1505
|
+
coingecko_id: 'pudgy-penguins',
|
|
1506
|
+
images: [{
|
|
1507
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pengu.png'
|
|
1508
|
+
}],
|
|
1509
|
+
logo_URIs: {
|
|
1510
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pengu.png'
|
|
1511
|
+
},
|
|
1512
|
+
traces: [{
|
|
1513
|
+
type: 'ibc',
|
|
1514
|
+
counterparty: {
|
|
1515
|
+
channel_id: 'channel-1',
|
|
1516
|
+
base_denom: '2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv',
|
|
1517
|
+
chain_name: 'solana'
|
|
1518
|
+
},
|
|
1519
|
+
chain: {
|
|
1520
|
+
channel_id: 'channel-71'
|
|
1521
|
+
}
|
|
1522
|
+
}]
|
|
1523
|
+
},
|
|
1454
1524
|
{
|
|
1455
1525
|
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
1456
1526
|
denom_units: [{
|
|
@@ -4494,6 +4564,76 @@ const assets = {
|
|
|
4494
4564
|
}
|
|
4495
4565
|
}]
|
|
4496
4566
|
},
|
|
4567
|
+
{
|
|
4568
|
+
description: 'Official Trump token on Solana blockchain.',
|
|
4569
|
+
type_asset: 'erc20',
|
|
4570
|
+
address: '6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN',
|
|
4571
|
+
denom_units: [{
|
|
4572
|
+
denom: 'ibc/C436558443A75CFF4224B8318F5C0B9174B8872C2801B2210BEAB4FBA490699E',
|
|
4573
|
+
exponent: 0,
|
|
4574
|
+
aliases: ['6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN']
|
|
4575
|
+
}, {
|
|
4576
|
+
denom: 'trump',
|
|
4577
|
+
exponent: 6
|
|
4578
|
+
}],
|
|
4579
|
+
base: 'ibc/C436558443A75CFF4224B8318F5C0B9174B8872C2801B2210BEAB4FBA490699E',
|
|
4580
|
+
name: 'Official Trump',
|
|
4581
|
+
display: 'trump',
|
|
4582
|
+
symbol: 'TRUMP',
|
|
4583
|
+
coingecko_id: 'official-trump',
|
|
4584
|
+
images: [{
|
|
4585
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/trump.png'
|
|
4586
|
+
}],
|
|
4587
|
+
logo_URIs: {
|
|
4588
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/trump.png'
|
|
4589
|
+
},
|
|
4590
|
+
traces: [{
|
|
4591
|
+
type: 'ibc',
|
|
4592
|
+
counterparty: {
|
|
4593
|
+
channel_id: 'channel-1',
|
|
4594
|
+
base_denom: '6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN',
|
|
4595
|
+
chain_name: 'solana'
|
|
4596
|
+
},
|
|
4597
|
+
chain: {
|
|
4598
|
+
channel_id: 'channel-71'
|
|
4599
|
+
}
|
|
4600
|
+
}]
|
|
4601
|
+
},
|
|
4602
|
+
{
|
|
4603
|
+
description: 'Pudgy Penguins token on Solana blockchain.',
|
|
4604
|
+
type_asset: 'erc20',
|
|
4605
|
+
address: '2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv',
|
|
4606
|
+
denom_units: [{
|
|
4607
|
+
denom: 'ibc/2BF18CDBEF524A7056DE6A985A7AF0D2A77F2EC2C4B02037EC1A2C75854AE9D0',
|
|
4608
|
+
exponent: 0,
|
|
4609
|
+
aliases: ['2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv']
|
|
4610
|
+
}, {
|
|
4611
|
+
denom: 'pengu',
|
|
4612
|
+
exponent: 6
|
|
4613
|
+
}],
|
|
4614
|
+
base: 'ibc/2BF18CDBEF524A7056DE6A985A7AF0D2A77F2EC2C4B02037EC1A2C75854AE9D0',
|
|
4615
|
+
name: 'Pudgy Penguins',
|
|
4616
|
+
display: 'pengu',
|
|
4617
|
+
symbol: 'PENGU',
|
|
4618
|
+
coingecko_id: 'pudgy-penguins',
|
|
4619
|
+
images: [{
|
|
4620
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pengu.png'
|
|
4621
|
+
}],
|
|
4622
|
+
logo_URIs: {
|
|
4623
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pengu.png'
|
|
4624
|
+
},
|
|
4625
|
+
traces: [{
|
|
4626
|
+
type: 'ibc',
|
|
4627
|
+
counterparty: {
|
|
4628
|
+
channel_id: 'channel-1',
|
|
4629
|
+
base_denom: '2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv',
|
|
4630
|
+
chain_name: 'solana'
|
|
4631
|
+
},
|
|
4632
|
+
chain: {
|
|
4633
|
+
channel_id: 'channel-71'
|
|
4634
|
+
}
|
|
4635
|
+
}]
|
|
4636
|
+
},
|
|
4497
4637
|
{
|
|
4498
4638
|
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.',
|
|
4499
4639
|
denom_units: [{
|