@chain-registry/assets 1.70.248 → 1.70.249
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/bitbadges.js +182 -0
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/osmosis.js +148 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/bitbadges.d.ts +3 -0
- package/mainnet/bitbadges.js +184 -0
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +5 -4
- package/mainnet/osmosis.js +148 -0
- package/package.json +5 -5
package/esm/mainnet/assets.js
CHANGED
|
@@ -17,6 +17,7 @@ import _axelar from './axelar';
|
|
|
17
17
|
import _babylon from './babylon';
|
|
18
18
|
import _bandchain from './bandchain';
|
|
19
19
|
import _beezee from './beezee';
|
|
20
|
+
import _bitbadges from './bitbadges';
|
|
20
21
|
import _bitcanna from './bitcanna';
|
|
21
22
|
import _bitsong from './bitsong';
|
|
22
23
|
import _bluzelle from './bluzelle';
|
|
@@ -154,5 +155,5 @@ import _uptick from './uptick';
|
|
|
154
155
|
import _xion from './xion';
|
|
155
156
|
import _xpla from './xpla';
|
|
156
157
|
import _zenrock from './zenrock';
|
|
157
|
-
const assets = [_ethereum, _solana, _aaronetwork, _acrechain, _agoric, _aioz, _akash, _allora, _andromeda, _archway, _arkeo, _arkh, _assetmantle, _atomone, _aura, _axelar, _babylon, _bandchain, _beezee, _bitcanna, _bitsong, _bluzelle, _bostrom, _canto, _carbon, _celestia, _chain4energy, _cheqd, _chihuahua, _cifer, _comdex, _composable, _conscious, _coreum, _cosmoshub, _crescent, _cronos, _cryptoorgchain, _decentr, _desmos, _dhealth, _doravota, _dungeon, _dydx, _dymension, _dyson, _echelon, _elys, _emoney, _empowerchain, _evmos, _fetchhub, _firmachain, _furya, _fxcore, _galaxy, _gateway, _genesisl1, _gitopia, _gravitybridge, _haqq, _humans, _impacthub, _imversed, _initia, _injective, _int3face, _irisnet, _jackal, _joltify, _juno, _kava, _kichain, _kimanetwork, _konstellation, _kopi, _kujira, _kyve, _lambda, _lava, _likecoin, _lombardledger, _lorenzo, _lumnetwork, _mande, _manifest, _mantrachain, _medasdigital, _meme, _migaloo, _milkyway, _neutaro, _neutron, _nibiru, _nillion, _nim, _noble, _nolus, _nomic, _nyx, _odin, _okexchain, _omniflixhub, _onex, _onomy, _oraichain, _osmosis, _panacea, _passage, _persistence, _planq, _point, _provenance, _pryzm, _pundix, _pylons, _quasar, _quicksilver, _qwoyn, _realio, _rebus, _regen, _rizon, _routerchain, _saga, _scorum, _secretnetwork, _seda, _sei, _self, _sentinel, _sge, _shareledger, _shentu, _shido, _sidechain, _sifchain, _sommelier, _source, _stafihub, _stargaze, _starname, _stratos, _stride, _synternet, _teritori, _terra, _terra2, _tgrade, _titan, _umee, _unification, _uptick, _xion, _xpla, _zenrock];
|
|
158
|
+
const assets = [_ethereum, _solana, _aaronetwork, _acrechain, _agoric, _aioz, _akash, _allora, _andromeda, _archway, _arkeo, _arkh, _assetmantle, _atomone, _aura, _axelar, _babylon, _bandchain, _beezee, _bitbadges, _bitcanna, _bitsong, _bluzelle, _bostrom, _canto, _carbon, _celestia, _chain4energy, _cheqd, _chihuahua, _cifer, _comdex, _composable, _conscious, _coreum, _cosmoshub, _crescent, _cronos, _cryptoorgchain, _decentr, _desmos, _dhealth, _doravota, _dungeon, _dydx, _dymension, _dyson, _echelon, _elys, _emoney, _empowerchain, _evmos, _fetchhub, _firmachain, _furya, _fxcore, _galaxy, _gateway, _genesisl1, _gitopia, _gravitybridge, _haqq, _humans, _impacthub, _imversed, _initia, _injective, _int3face, _irisnet, _jackal, _joltify, _juno, _kava, _kichain, _kimanetwork, _konstellation, _kopi, _kujira, _kyve, _lambda, _lava, _likecoin, _lombardledger, _lorenzo, _lumnetwork, _mande, _manifest, _mantrachain, _medasdigital, _meme, _migaloo, _milkyway, _neutaro, _neutron, _nibiru, _nillion, _nim, _noble, _nolus, _nomic, _nyx, _odin, _okexchain, _omniflixhub, _onex, _onomy, _oraichain, _osmosis, _panacea, _passage, _persistence, _planq, _point, _provenance, _pryzm, _pundix, _pylons, _quasar, _quicksilver, _qwoyn, _realio, _rebus, _regen, _rizon, _routerchain, _saga, _scorum, _secretnetwork, _seda, _sei, _self, _sentinel, _sge, _shareledger, _shentu, _shido, _sidechain, _sifchain, _sommelier, _source, _stafihub, _stargaze, _starname, _stratos, _stride, _synternet, _teritori, _terra, _terra2, _tgrade, _titan, _umee, _unification, _uptick, _xion, _xpla, _zenrock];
|
|
158
159
|
export default assets;
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
const assets = {
|
|
2
|
+
chain_name: 'bitbadges',
|
|
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-104311',
|
|
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-104311',
|
|
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-104311',
|
|
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-104311',
|
|
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/esm/mainnet/index.js
CHANGED
|
@@ -17,6 +17,7 @@ export * as axelar from './axelar';
|
|
|
17
17
|
export * as babylon from './babylon';
|
|
18
18
|
export * as bandchain from './bandchain';
|
|
19
19
|
export * as beezee from './beezee';
|
|
20
|
+
export * as bitbadges from './bitbadges';
|
|
20
21
|
export * as bitcanna from './bitcanna';
|
|
21
22
|
export * as bitsong from './bitsong';
|
|
22
23
|
export * as bluzelle from './bluzelle';
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -877,6 +877,80 @@ const assets = {
|
|
|
877
877
|
}
|
|
878
878
|
}]
|
|
879
879
|
},
|
|
880
|
+
{
|
|
881
|
+
description: '$BADGE is the native in-app credits token for BitBadges.',
|
|
882
|
+
denom_units: [{
|
|
883
|
+
denom: 'ibc/AEA658A560ADC30785492AB06B707BC260E7DAB3686A5A2A6F33CB3FFB1E1462',
|
|
884
|
+
exponent: 0,
|
|
885
|
+
aliases: ['ubadge']
|
|
886
|
+
}, {
|
|
887
|
+
denom: 'badge',
|
|
888
|
+
exponent: 9
|
|
889
|
+
}],
|
|
890
|
+
base: 'ibc/AEA658A560ADC30785492AB06B707BC260E7DAB3686A5A2A6F33CB3FFB1E1462',
|
|
891
|
+
name: 'BitBadges Credits',
|
|
892
|
+
display: 'badge',
|
|
893
|
+
symbol: 'BADGE',
|
|
894
|
+
logo_URIs: {
|
|
895
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
896
|
+
},
|
|
897
|
+
images: [{
|
|
898
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
899
|
+
}],
|
|
900
|
+
socials: {
|
|
901
|
+
website: 'https://bitbadges.io/',
|
|
902
|
+
twitter: 'https://twitter.com/bitbadges_io'
|
|
903
|
+
},
|
|
904
|
+
type_asset: 'sdk.coin',
|
|
905
|
+
traces: [{
|
|
906
|
+
type: 'ibc',
|
|
907
|
+
counterparty: {
|
|
908
|
+
channel_id: 'channel-0',
|
|
909
|
+
base_denom: 'ubadge',
|
|
910
|
+
chain_name: 'bitbadges'
|
|
911
|
+
},
|
|
912
|
+
chain: {
|
|
913
|
+
channel_id: 'channel-104311'
|
|
914
|
+
}
|
|
915
|
+
}]
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
description: 'The native staking denom for the BitBadges blockchain.',
|
|
919
|
+
denom_units: [{
|
|
920
|
+
denom: 'ibc/4126D2E361790201322A5AD26271158280698892441BE5578FC106EEF3A98EF4',
|
|
921
|
+
exponent: 0,
|
|
922
|
+
aliases: ['ustake']
|
|
923
|
+
}, {
|
|
924
|
+
denom: 'stake',
|
|
925
|
+
exponent: 9
|
|
926
|
+
}],
|
|
927
|
+
base: 'ibc/4126D2E361790201322A5AD26271158280698892441BE5578FC106EEF3A98EF4',
|
|
928
|
+
name: 'BitBadges Staking',
|
|
929
|
+
display: 'stake',
|
|
930
|
+
symbol: 'STAKE',
|
|
931
|
+
logo_URIs: {
|
|
932
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
933
|
+
},
|
|
934
|
+
images: [{
|
|
935
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
936
|
+
}],
|
|
937
|
+
socials: {
|
|
938
|
+
website: 'https://bitbadges.io/',
|
|
939
|
+
twitter: 'https://twitter.com/bitbadges_io'
|
|
940
|
+
},
|
|
941
|
+
type_asset: 'sdk.coin',
|
|
942
|
+
traces: [{
|
|
943
|
+
type: 'ibc',
|
|
944
|
+
counterparty: {
|
|
945
|
+
channel_id: 'channel-0',
|
|
946
|
+
base_denom: 'ustake',
|
|
947
|
+
chain_name: 'bitbadges'
|
|
948
|
+
},
|
|
949
|
+
chain: {
|
|
950
|
+
channel_id: 'channel-104311'
|
|
951
|
+
}
|
|
952
|
+
}]
|
|
953
|
+
},
|
|
880
954
|
{
|
|
881
955
|
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.',
|
|
882
956
|
denom_units: [{
|
|
@@ -7348,6 +7422,80 @@ const assets = {
|
|
|
7348
7422
|
}
|
|
7349
7423
|
}]
|
|
7350
7424
|
},
|
|
7425
|
+
{
|
|
7426
|
+
description: '$BADGE is the native in-app credits token for BitBadges.',
|
|
7427
|
+
denom_units: [{
|
|
7428
|
+
denom: 'ibc/AEA658A560ADC30785492AB06B707BC260E7DAB3686A5A2A6F33CB3FFB1E1462',
|
|
7429
|
+
exponent: 0,
|
|
7430
|
+
aliases: ['ubadge']
|
|
7431
|
+
}, {
|
|
7432
|
+
denom: 'badge',
|
|
7433
|
+
exponent: 9
|
|
7434
|
+
}],
|
|
7435
|
+
base: 'ibc/AEA658A560ADC30785492AB06B707BC260E7DAB3686A5A2A6F33CB3FFB1E1462',
|
|
7436
|
+
name: 'BitBadges Credits',
|
|
7437
|
+
display: 'badge',
|
|
7438
|
+
symbol: 'BADGE',
|
|
7439
|
+
logo_URIs: {
|
|
7440
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
7441
|
+
},
|
|
7442
|
+
images: [{
|
|
7443
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
7444
|
+
}],
|
|
7445
|
+
socials: {
|
|
7446
|
+
website: 'https://bitbadges.io/',
|
|
7447
|
+
twitter: 'https://twitter.com/bitbadges_io'
|
|
7448
|
+
},
|
|
7449
|
+
type_asset: 'sdk.coin',
|
|
7450
|
+
traces: [{
|
|
7451
|
+
type: 'ibc',
|
|
7452
|
+
counterparty: {
|
|
7453
|
+
channel_id: 'channel-0',
|
|
7454
|
+
base_denom: 'ubadge',
|
|
7455
|
+
chain_name: 'bitbadges'
|
|
7456
|
+
},
|
|
7457
|
+
chain: {
|
|
7458
|
+
channel_id: 'channel-104311'
|
|
7459
|
+
}
|
|
7460
|
+
}]
|
|
7461
|
+
},
|
|
7462
|
+
{
|
|
7463
|
+
description: 'The native staking denom for the BitBadges blockchain.',
|
|
7464
|
+
denom_units: [{
|
|
7465
|
+
denom: 'ibc/4126D2E361790201322A5AD26271158280698892441BE5578FC106EEF3A98EF4',
|
|
7466
|
+
exponent: 0,
|
|
7467
|
+
aliases: ['ustake']
|
|
7468
|
+
}, {
|
|
7469
|
+
denom: 'stake',
|
|
7470
|
+
exponent: 9
|
|
7471
|
+
}],
|
|
7472
|
+
base: 'ibc/4126D2E361790201322A5AD26271158280698892441BE5578FC106EEF3A98EF4',
|
|
7473
|
+
name: 'BitBadges Staking',
|
|
7474
|
+
display: 'stake',
|
|
7475
|
+
symbol: 'STAKE',
|
|
7476
|
+
logo_URIs: {
|
|
7477
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
7478
|
+
},
|
|
7479
|
+
images: [{
|
|
7480
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
7481
|
+
}],
|
|
7482
|
+
socials: {
|
|
7483
|
+
website: 'https://bitbadges.io/',
|
|
7484
|
+
twitter: 'https://twitter.com/bitbadges_io'
|
|
7485
|
+
},
|
|
7486
|
+
type_asset: 'sdk.coin',
|
|
7487
|
+
traces: [{
|
|
7488
|
+
type: 'ibc',
|
|
7489
|
+
counterparty: {
|
|
7490
|
+
channel_id: 'channel-0',
|
|
7491
|
+
base_denom: 'ustake',
|
|
7492
|
+
chain_name: 'bitbadges'
|
|
7493
|
+
},
|
|
7494
|
+
chain: {
|
|
7495
|
+
channel_id: 'channel-104311'
|
|
7496
|
+
}
|
|
7497
|
+
}]
|
|
7498
|
+
},
|
|
7351
7499
|
{
|
|
7352
7500
|
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.',
|
|
7353
7501
|
denom_units: [{
|
package/mainnet/assets.js
CHANGED
|
@@ -22,6 +22,7 @@ const axelar_1 = __importDefault(require("./axelar"));
|
|
|
22
22
|
const babylon_1 = __importDefault(require("./babylon"));
|
|
23
23
|
const bandchain_1 = __importDefault(require("./bandchain"));
|
|
24
24
|
const beezee_1 = __importDefault(require("./beezee"));
|
|
25
|
+
const bitbadges_1 = __importDefault(require("./bitbadges"));
|
|
25
26
|
const bitcanna_1 = __importDefault(require("./bitcanna"));
|
|
26
27
|
const bitsong_1 = __importDefault(require("./bitsong"));
|
|
27
28
|
const bluzelle_1 = __importDefault(require("./bluzelle"));
|
|
@@ -159,5 +160,5 @@ const uptick_1 = __importDefault(require("./uptick"));
|
|
|
159
160
|
const xion_1 = __importDefault(require("./xion"));
|
|
160
161
|
const xpla_1 = __importDefault(require("./xpla"));
|
|
161
162
|
const zenrock_1 = __importDefault(require("./zenrock"));
|
|
162
|
-
const assets = [ethereum_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, 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, 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, synternet_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, zenrock_1.default];
|
|
163
|
+
const assets = [ethereum_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, 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, synternet_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, zenrock_1.default];
|
|
163
164
|
exports.default = assets;
|
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const assets = {
|
|
4
|
+
chain_name: 'bitbadges',
|
|
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-104311',
|
|
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-104311',
|
|
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-104311',
|
|
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-104311',
|
|
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/index.d.ts
CHANGED
|
@@ -17,6 +17,7 @@ export * as axelar from './axelar';
|
|
|
17
17
|
export * as babylon from './babylon';
|
|
18
18
|
export * as bandchain from './bandchain';
|
|
19
19
|
export * as beezee from './beezee';
|
|
20
|
+
export * as bitbadges from './bitbadges';
|
|
20
21
|
export * as bitcanna from './bitcanna';
|
|
21
22
|
export * as bitsong from './bitsong';
|
|
22
23
|
export * as bluzelle from './bluzelle';
|
package/mainnet/index.js
CHANGED
|
@@ -23,10 +23,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.
|
|
27
|
-
exports.
|
|
28
|
-
exports.
|
|
29
|
-
exports.zenrock = exports.xpla = exports.xion = exports.uptick = exports.unification = exports.umee = void 0;
|
|
26
|
+
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.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.ethereum = void 0;
|
|
27
|
+
exports.nomic = exports.nolus = exports.noble = exports.nim = exports.nillion = exports.nibiru = exports.neutron = exports.neutaro = 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.haqq = exports.gravitybridge = exports.gitopia = exports.genesisl1 = exports.gateway = exports.galaxy = exports.fxcore = exports.furya = exports.firmachain = exports.fetchhub = exports.evmos = exports.empowerchain = void 0;
|
|
28
|
+
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 = exports.oraichain = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.nyx = void 0;
|
|
29
|
+
exports.zenrock = exports.xpla = exports.xion = exports.uptick = exports.unification = exports.umee = exports.titan = void 0;
|
|
30
30
|
exports.ethereum = __importStar(require("./ethereum"));
|
|
31
31
|
exports.solana = __importStar(require("./solana"));
|
|
32
32
|
exports.aaronetwork = __importStar(require("./aaronetwork"));
|
|
@@ -46,6 +46,7 @@ exports.axelar = __importStar(require("./axelar"));
|
|
|
46
46
|
exports.babylon = __importStar(require("./babylon"));
|
|
47
47
|
exports.bandchain = __importStar(require("./bandchain"));
|
|
48
48
|
exports.beezee = __importStar(require("./beezee"));
|
|
49
|
+
exports.bitbadges = __importStar(require("./bitbadges"));
|
|
49
50
|
exports.bitcanna = __importStar(require("./bitcanna"));
|
|
50
51
|
exports.bitsong = __importStar(require("./bitsong"));
|
|
51
52
|
exports.bluzelle = __importStar(require("./bluzelle"));
|
package/mainnet/osmosis.js
CHANGED
|
@@ -879,6 +879,80 @@ const assets = {
|
|
|
879
879
|
}
|
|
880
880
|
}]
|
|
881
881
|
},
|
|
882
|
+
{
|
|
883
|
+
description: '$BADGE is the native in-app credits token for BitBadges.',
|
|
884
|
+
denom_units: [{
|
|
885
|
+
denom: 'ibc/AEA658A560ADC30785492AB06B707BC260E7DAB3686A5A2A6F33CB3FFB1E1462',
|
|
886
|
+
exponent: 0,
|
|
887
|
+
aliases: ['ubadge']
|
|
888
|
+
}, {
|
|
889
|
+
denom: 'badge',
|
|
890
|
+
exponent: 9
|
|
891
|
+
}],
|
|
892
|
+
base: 'ibc/AEA658A560ADC30785492AB06B707BC260E7DAB3686A5A2A6F33CB3FFB1E1462',
|
|
893
|
+
name: 'BitBadges Credits',
|
|
894
|
+
display: 'badge',
|
|
895
|
+
symbol: 'BADGE',
|
|
896
|
+
logo_URIs: {
|
|
897
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
898
|
+
},
|
|
899
|
+
images: [{
|
|
900
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
901
|
+
}],
|
|
902
|
+
socials: {
|
|
903
|
+
website: 'https://bitbadges.io/',
|
|
904
|
+
twitter: 'https://twitter.com/bitbadges_io'
|
|
905
|
+
},
|
|
906
|
+
type_asset: 'sdk.coin',
|
|
907
|
+
traces: [{
|
|
908
|
+
type: 'ibc',
|
|
909
|
+
counterparty: {
|
|
910
|
+
channel_id: 'channel-0',
|
|
911
|
+
base_denom: 'ubadge',
|
|
912
|
+
chain_name: 'bitbadges'
|
|
913
|
+
},
|
|
914
|
+
chain: {
|
|
915
|
+
channel_id: 'channel-104311'
|
|
916
|
+
}
|
|
917
|
+
}]
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
description: 'The native staking denom for the BitBadges blockchain.',
|
|
921
|
+
denom_units: [{
|
|
922
|
+
denom: 'ibc/4126D2E361790201322A5AD26271158280698892441BE5578FC106EEF3A98EF4',
|
|
923
|
+
exponent: 0,
|
|
924
|
+
aliases: ['ustake']
|
|
925
|
+
}, {
|
|
926
|
+
denom: 'stake',
|
|
927
|
+
exponent: 9
|
|
928
|
+
}],
|
|
929
|
+
base: 'ibc/4126D2E361790201322A5AD26271158280698892441BE5578FC106EEF3A98EF4',
|
|
930
|
+
name: 'BitBadges Staking',
|
|
931
|
+
display: 'stake',
|
|
932
|
+
symbol: 'STAKE',
|
|
933
|
+
logo_URIs: {
|
|
934
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
935
|
+
},
|
|
936
|
+
images: [{
|
|
937
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
938
|
+
}],
|
|
939
|
+
socials: {
|
|
940
|
+
website: 'https://bitbadges.io/',
|
|
941
|
+
twitter: 'https://twitter.com/bitbadges_io'
|
|
942
|
+
},
|
|
943
|
+
type_asset: 'sdk.coin',
|
|
944
|
+
traces: [{
|
|
945
|
+
type: 'ibc',
|
|
946
|
+
counterparty: {
|
|
947
|
+
channel_id: 'channel-0',
|
|
948
|
+
base_denom: 'ustake',
|
|
949
|
+
chain_name: 'bitbadges'
|
|
950
|
+
},
|
|
951
|
+
chain: {
|
|
952
|
+
channel_id: 'channel-104311'
|
|
953
|
+
}
|
|
954
|
+
}]
|
|
955
|
+
},
|
|
882
956
|
{
|
|
883
957
|
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.',
|
|
884
958
|
denom_units: [{
|
|
@@ -7350,6 +7424,80 @@ const assets = {
|
|
|
7350
7424
|
}
|
|
7351
7425
|
}]
|
|
7352
7426
|
},
|
|
7427
|
+
{
|
|
7428
|
+
description: '$BADGE is the native in-app credits token for BitBadges.',
|
|
7429
|
+
denom_units: [{
|
|
7430
|
+
denom: 'ibc/AEA658A560ADC30785492AB06B707BC260E7DAB3686A5A2A6F33CB3FFB1E1462',
|
|
7431
|
+
exponent: 0,
|
|
7432
|
+
aliases: ['ubadge']
|
|
7433
|
+
}, {
|
|
7434
|
+
denom: 'badge',
|
|
7435
|
+
exponent: 9
|
|
7436
|
+
}],
|
|
7437
|
+
base: 'ibc/AEA658A560ADC30785492AB06B707BC260E7DAB3686A5A2A6F33CB3FFB1E1462',
|
|
7438
|
+
name: 'BitBadges Credits',
|
|
7439
|
+
display: 'badge',
|
|
7440
|
+
symbol: 'BADGE',
|
|
7441
|
+
logo_URIs: {
|
|
7442
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
7443
|
+
},
|
|
7444
|
+
images: [{
|
|
7445
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
7446
|
+
}],
|
|
7447
|
+
socials: {
|
|
7448
|
+
website: 'https://bitbadges.io/',
|
|
7449
|
+
twitter: 'https://twitter.com/bitbadges_io'
|
|
7450
|
+
},
|
|
7451
|
+
type_asset: 'sdk.coin',
|
|
7452
|
+
traces: [{
|
|
7453
|
+
type: 'ibc',
|
|
7454
|
+
counterparty: {
|
|
7455
|
+
channel_id: 'channel-0',
|
|
7456
|
+
base_denom: 'ubadge',
|
|
7457
|
+
chain_name: 'bitbadges'
|
|
7458
|
+
},
|
|
7459
|
+
chain: {
|
|
7460
|
+
channel_id: 'channel-104311'
|
|
7461
|
+
}
|
|
7462
|
+
}]
|
|
7463
|
+
},
|
|
7464
|
+
{
|
|
7465
|
+
description: 'The native staking denom for the BitBadges blockchain.',
|
|
7466
|
+
denom_units: [{
|
|
7467
|
+
denom: 'ibc/4126D2E361790201322A5AD26271158280698892441BE5578FC106EEF3A98EF4',
|
|
7468
|
+
exponent: 0,
|
|
7469
|
+
aliases: ['ustake']
|
|
7470
|
+
}, {
|
|
7471
|
+
denom: 'stake',
|
|
7472
|
+
exponent: 9
|
|
7473
|
+
}],
|
|
7474
|
+
base: 'ibc/4126D2E361790201322A5AD26271158280698892441BE5578FC106EEF3A98EF4',
|
|
7475
|
+
name: 'BitBadges Staking',
|
|
7476
|
+
display: 'stake',
|
|
7477
|
+
symbol: 'STAKE',
|
|
7478
|
+
logo_URIs: {
|
|
7479
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
7480
|
+
},
|
|
7481
|
+
images: [{
|
|
7482
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/bitbadgeslogo.png'
|
|
7483
|
+
}],
|
|
7484
|
+
socials: {
|
|
7485
|
+
website: 'https://bitbadges.io/',
|
|
7486
|
+
twitter: 'https://twitter.com/bitbadges_io'
|
|
7487
|
+
},
|
|
7488
|
+
type_asset: 'sdk.coin',
|
|
7489
|
+
traces: [{
|
|
7490
|
+
type: 'ibc',
|
|
7491
|
+
counterparty: {
|
|
7492
|
+
channel_id: 'channel-0',
|
|
7493
|
+
base_denom: 'ustake',
|
|
7494
|
+
chain_name: 'bitbadges'
|
|
7495
|
+
},
|
|
7496
|
+
chain: {
|
|
7497
|
+
channel_id: 'channel-104311'
|
|
7498
|
+
}
|
|
7499
|
+
}]
|
|
7500
|
+
},
|
|
7353
7501
|
{
|
|
7354
7502
|
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.',
|
|
7355
7503
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.249",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
33
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"@chain-registry/utils": "^1.51.156",
|
|
33
|
+
"chain-registry": "^1.69.249"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.156"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "74079aa189278aae733e4e2a69a5e72210e41eda"
|
|
47
47
|
}
|