chain-registry 2.0.151 → 2.0.153
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/devnet/bitcannadevnet2/asset-list.js +0 -1
- package/esm/devnet/bitcannadevnet2/asset-list.js +0 -1
- package/esm/mainnet/assetmantle/asset-list.js +0 -1
- package/esm/mainnet/bitcanna/asset-list.js +0 -1
- package/esm/mainnet/dhealth/asset-list.js +0 -1
- package/esm/mainnet/dungeon/asset-list.js +216 -2
- package/esm/mainnet/injective/asset-list.js +0 -2
- package/esm/mainnet/konstellation/asset-list.js +0 -1
- package/esm/mainnet/kujira/asset-list.js +0 -1
- package/esm/mainnet/lumen/chain.js +12 -0
- package/esm/mainnet/meme/asset-list.js +0 -1
- package/esm/mainnet/neutron/asset-list.js +1 -3
- package/esm/mainnet/omniflixhub/asset-list.js +0 -1
- package/esm/mainnet/oraichain/asset-list.js +0 -1
- package/esm/mainnet/osmosis/asset-list.js +9 -22
- package/esm/mainnet/pryzm/asset-list.js +0 -1
- package/esm/mainnet/sifchain/asset-list.js +0 -1
- package/esm/mainnet/stargaze/asset-list.js +0 -1
- package/esm/mainnet/thorchain/asset-list.js +0 -1
- package/esm/testnet/bitcannadevnet/asset-list.js +0 -1
- package/esm/testnet/injectivetestnet/asset-list.js +0 -1
- package/esm/testnet/raitestnet/chain.js +12 -0
- package/esm/testnet/wardenprotocoltestnet/asset-list.js +1 -2
- package/mainnet/assetmantle/asset-list.js +0 -1
- package/mainnet/bitcanna/asset-list.js +0 -1
- package/mainnet/dhealth/asset-list.js +0 -1
- package/mainnet/dungeon/asset-list.js +216 -2
- package/mainnet/injective/asset-list.js +0 -2
- package/mainnet/konstellation/asset-list.js +0 -1
- package/mainnet/kujira/asset-list.js +0 -1
- package/mainnet/lumen/chain.js +12 -0
- package/mainnet/meme/asset-list.js +0 -1
- package/mainnet/neutron/asset-list.js +1 -3
- package/mainnet/omniflixhub/asset-list.js +0 -1
- package/mainnet/oraichain/asset-list.js +0 -1
- package/mainnet/osmosis/asset-list.js +9 -22
- package/mainnet/pryzm/asset-list.js +0 -1
- package/mainnet/sifchain/asset-list.js +0 -1
- package/mainnet/stargaze/asset-list.js +0 -1
- package/mainnet/thorchain/asset-list.js +0 -1
- package/package.json +3 -3
- package/testnet/bitcannadevnet/asset-list.js +0 -1
- package/testnet/injectivetestnet/asset-list.js +0 -1
- package/testnet/raitestnet/chain.js +12 -0
- package/testnet/wardenprotocoltestnet/asset-list.js +1 -2
|
@@ -28,7 +28,6 @@ const info = {
|
|
|
28
28
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet2/images/bcna.png',
|
|
29
29
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet2/images/bcna.svg'
|
|
30
30
|
},
|
|
31
|
-
coingeckoId: 'bitcanna',
|
|
32
31
|
images: [{
|
|
33
32
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet2/images/bcna.png',
|
|
34
33
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet2/images/bcna.svg'
|
|
@@ -26,7 +26,6 @@ const info = {
|
|
|
26
26
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet2/images/bcna.png',
|
|
27
27
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet2/images/bcna.svg'
|
|
28
28
|
},
|
|
29
|
-
coingeckoId: 'bitcanna',
|
|
30
29
|
images: [{
|
|
31
30
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet2/images/bcna.png',
|
|
32
31
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet2/images/bcna.svg'
|
|
@@ -18,7 +18,6 @@ const info = {
|
|
|
18
18
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
|
|
19
19
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg'
|
|
20
20
|
},
|
|
21
|
-
coingeckoId: 'assetmantle',
|
|
22
21
|
images: [{
|
|
23
22
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
|
|
24
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg'
|
|
@@ -18,7 +18,6 @@ const info = {
|
|
|
18
18
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.png',
|
|
19
19
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg'
|
|
20
20
|
},
|
|
21
|
-
coingeckoId: 'bitcanna',
|
|
22
21
|
images: [{
|
|
23
22
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.png',
|
|
24
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg'
|
|
@@ -19,7 +19,6 @@ const info = {
|
|
|
19
19
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png',
|
|
20
20
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg'
|
|
21
21
|
},
|
|
22
|
-
coingeckoId: 'dhealth',
|
|
23
22
|
socials: {
|
|
24
23
|
website: 'https://dhealth.com',
|
|
25
24
|
x: 'https://x.com/dhealth_network'
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const info = {
|
|
2
2
|
$schema: '../assetlist.schema.json',
|
|
3
3
|
chainName: 'dungeon',
|
|
4
|
-
assets: [
|
|
4
|
+
assets: [
|
|
5
|
+
{
|
|
5
6
|
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
6
7
|
extendedDescription: 'Dungeon Chain is a groundbreaking, permissioned blockchain designed specifically for interchain gaming. Launched as the first permissionless ICS (Interchain Security) chain, Dungeon Chain empowers developers and players to participate in a seamless gaming ecosystem that bridges multiple blockchains. By leveraging ICS technology, it ensures robust security, scalability, and interoperability across gaming projects. Dungeon Chain features an interchain gaming platform that allows games to interact across multiple blockchains, enabling shared assets, gameplay mechanics, and player data. It is permissioned yet inclusive, offering a streamlined, transparent process for developers to onboard games while maintaining quality and security. With high transaction throughput and low latency, it provides scalability for gamers, ensuring a smooth experience even during peak usage. Additionally, its developer-friendly ecosystem includes tools, SDKs, and documentation to facilitate the creation and integration of games into the platform. Dungeon Chain\'s vision is to redefine how games interact with blockchain technology by creating a secure, scalable, and specialized environment for interchain games, unlocking new possibilities for player ownership, collaboration, and innovation in gaming.',
|
|
7
8
|
denomUnits: [{
|
|
@@ -30,6 +31,219 @@ const info = {
|
|
|
30
31
|
}
|
|
31
32
|
}],
|
|
32
33
|
typeAsset: 'sdk.coin'
|
|
33
|
-
}
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
description: 'The native staking and governance token of the Cosmos Hub.',
|
|
37
|
+
denomUnits: [{
|
|
38
|
+
denom: 'ibc/C3988DBA4BA195F3514EA2E02497B9F66019CE53EFB96D4982CE95CA6A51BBCE',
|
|
39
|
+
exponent: 0,
|
|
40
|
+
aliases: ['uatom']
|
|
41
|
+
}, {
|
|
42
|
+
denom: 'atom',
|
|
43
|
+
exponent: 6
|
|
44
|
+
}],
|
|
45
|
+
typeAsset: 'ics20',
|
|
46
|
+
base: 'ibc/C3988DBA4BA195F3514EA2E02497B9F66019CE53EFB96D4982CE95CA6A51BBCE',
|
|
47
|
+
name: 'Cosmos Hub',
|
|
48
|
+
display: 'atom',
|
|
49
|
+
symbol: 'ATOM',
|
|
50
|
+
traces: [{
|
|
51
|
+
type: 'ibc',
|
|
52
|
+
counterparty: {
|
|
53
|
+
chainName: 'cosmoshub',
|
|
54
|
+
baseDenom: 'uatom',
|
|
55
|
+
channelId: 'channel-1560'
|
|
56
|
+
},
|
|
57
|
+
chain: {
|
|
58
|
+
channelId: 'channel-5308',
|
|
59
|
+
path: 'transfer/channel-5308/uatom'
|
|
60
|
+
}
|
|
61
|
+
}],
|
|
62
|
+
logoURIs: {
|
|
63
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
64
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
65
|
+
},
|
|
66
|
+
images: [{
|
|
67
|
+
imageSync: {
|
|
68
|
+
chainName: 'cosmoshub',
|
|
69
|
+
baseDenom: 'uatom'
|
|
70
|
+
},
|
|
71
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
72
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
73
|
+
}],
|
|
74
|
+
coingeckoId: 'cosmos'
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
description: 'The native staking and governance token of the Osmosis.',
|
|
78
|
+
denomUnits: [{
|
|
79
|
+
denom: 'ibc/AC72F1D0BF72A358CD9D7E3AC8F868F96EDA9042DE00A72DB4AEA859065B7EB5',
|
|
80
|
+
exponent: 0
|
|
81
|
+
}, {
|
|
82
|
+
denom: 'osmo',
|
|
83
|
+
exponent: 6
|
|
84
|
+
}],
|
|
85
|
+
typeAsset: 'ics20',
|
|
86
|
+
base: 'ibc/AC72F1D0BF72A358CD9D7E3AC8F868F96EDA9042DE00A72DB4AEA859065B7EB5',
|
|
87
|
+
name: 'Osmosis',
|
|
88
|
+
display: 'osmo',
|
|
89
|
+
symbol: 'OSMO',
|
|
90
|
+
traces: [{
|
|
91
|
+
type: 'ibc',
|
|
92
|
+
counterparty: {
|
|
93
|
+
chainName: 'osmosis',
|
|
94
|
+
baseDenom: 'uosmo',
|
|
95
|
+
channelId: 'channel-101249'
|
|
96
|
+
},
|
|
97
|
+
chain: {
|
|
98
|
+
channelId: 'channel-5305',
|
|
99
|
+
path: 'transfer/channel-5305/uosmo'
|
|
100
|
+
}
|
|
101
|
+
}],
|
|
102
|
+
images: [{
|
|
103
|
+
imageSync: {
|
|
104
|
+
chainName: 'osmosis',
|
|
105
|
+
baseDenom: 'uosmo'
|
|
106
|
+
},
|
|
107
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
108
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
109
|
+
}],
|
|
110
|
+
logoURIs: {
|
|
111
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
112
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
113
|
+
},
|
|
114
|
+
coingeckoId: 'osmosis'
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
description: 'AtomOne native coin',
|
|
118
|
+
denomUnits: [{
|
|
119
|
+
denom: 'ibc/295196BD505E32B9679BA0CFDB70B4FF2AADE80A3B73A2F234284D7A709844DA',
|
|
120
|
+
exponent: 0,
|
|
121
|
+
aliases: ['uatone']
|
|
122
|
+
}, {
|
|
123
|
+
denom: 'atone',
|
|
124
|
+
exponent: 6,
|
|
125
|
+
aliases: []
|
|
126
|
+
}],
|
|
127
|
+
typeAsset: 'ics20',
|
|
128
|
+
base: 'ibc/295196BD505E32B9679BA0CFDB70B4FF2AADE80A3B73A2F234284D7A709844DA',
|
|
129
|
+
name: 'Atone',
|
|
130
|
+
display: 'atone',
|
|
131
|
+
symbol: 'ATONE',
|
|
132
|
+
coingeckoId: 'atomone',
|
|
133
|
+
traces: [{
|
|
134
|
+
type: 'ibc',
|
|
135
|
+
counterparty: {
|
|
136
|
+
chainName: 'atomone',
|
|
137
|
+
baseDenom: 'uatone',
|
|
138
|
+
channelId: 'channel-9'
|
|
139
|
+
},
|
|
140
|
+
chain: {
|
|
141
|
+
channelId: 'channel-5310',
|
|
142
|
+
path: 'transfer/channel-5310/uatone'
|
|
143
|
+
}
|
|
144
|
+
}],
|
|
145
|
+
images: [{
|
|
146
|
+
imageSync: {
|
|
147
|
+
chainName: 'atomone',
|
|
148
|
+
baseDenom: 'uatone'
|
|
149
|
+
},
|
|
150
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
151
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
152
|
+
}],
|
|
153
|
+
logoURIs: {
|
|
154
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
155
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
description: 'The fee token of AtomOne',
|
|
160
|
+
denomUnits: [{
|
|
161
|
+
denom: 'ibc/BD2C670DB4465BCB862F988EF4FD7595C56AE2ECB9CC9EF14AF7A776091E88AE',
|
|
162
|
+
exponent: 0
|
|
163
|
+
}, {
|
|
164
|
+
denom: 'photon',
|
|
165
|
+
exponent: 6
|
|
166
|
+
}],
|
|
167
|
+
base: 'ibc/BD2C670DB4465BCB862F988EF4FD7595C56AE2ECB9CC9EF14AF7A776091E88AE',
|
|
168
|
+
name: 'Photon',
|
|
169
|
+
display: 'photon',
|
|
170
|
+
symbol: 'PHOTON',
|
|
171
|
+
logoURIs: {
|
|
172
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
173
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
174
|
+
},
|
|
175
|
+
images: [{
|
|
176
|
+
imageSync: {
|
|
177
|
+
chainName: 'atomone',
|
|
178
|
+
baseDenom: 'uphoton'
|
|
179
|
+
},
|
|
180
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
181
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
182
|
+
}],
|
|
183
|
+
socials: {
|
|
184
|
+
website: 'https://atom.one',
|
|
185
|
+
x: 'https://x.com/_atomone'
|
|
186
|
+
},
|
|
187
|
+
coingeckoId: 'photon-2',
|
|
188
|
+
typeAsset: 'ics20',
|
|
189
|
+
traces: [{
|
|
190
|
+
type: 'ibc',
|
|
191
|
+
counterparty: {
|
|
192
|
+
chainName: 'atomone',
|
|
193
|
+
baseDenom: 'uphoton',
|
|
194
|
+
channelId: 'channel-9'
|
|
195
|
+
},
|
|
196
|
+
chain: {
|
|
197
|
+
channelId: 'channel-5310',
|
|
198
|
+
path: 'transfer/channel-5310/uphoton'
|
|
199
|
+
}
|
|
200
|
+
}]
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
description: 'USDC from Noble',
|
|
204
|
+
denomUnits: [{
|
|
205
|
+
denom: 'ibc/489C406A3029B50486F991E468CB8A7D5F039757327A40B0684C530BFF96C543',
|
|
206
|
+
exponent: 0,
|
|
207
|
+
aliases: ['uusdc']
|
|
208
|
+
}, {
|
|
209
|
+
denom: 'usdc',
|
|
210
|
+
exponent: 6,
|
|
211
|
+
aliases: []
|
|
212
|
+
}],
|
|
213
|
+
typeAsset: 'ics20',
|
|
214
|
+
base: 'ibc/489C406A3029B50486F991E468CB8A7D5F039757327A40B0684C530BFF96C543',
|
|
215
|
+
name: 'USDC',
|
|
216
|
+
display: 'usdc',
|
|
217
|
+
symbol: 'USDC',
|
|
218
|
+
traces: [{
|
|
219
|
+
type: 'ibc',
|
|
220
|
+
counterparty: {
|
|
221
|
+
chainName: 'noble',
|
|
222
|
+
baseDenom: 'uusdc',
|
|
223
|
+
channelId: 'channel-150'
|
|
224
|
+
},
|
|
225
|
+
chain: {
|
|
226
|
+
channelId: 'channel-5307',
|
|
227
|
+
path: 'transfer/channel-5307/uusdc'
|
|
228
|
+
}
|
|
229
|
+
}],
|
|
230
|
+
images: [{
|
|
231
|
+
imageSync: {
|
|
232
|
+
chainName: 'noble',
|
|
233
|
+
baseDenom: 'uusdc'
|
|
234
|
+
},
|
|
235
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
236
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
237
|
+
theme: {
|
|
238
|
+
circle: true
|
|
239
|
+
}
|
|
240
|
+
}],
|
|
241
|
+
logoURIs: {
|
|
242
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
243
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
244
|
+
},
|
|
245
|
+
coingeckoId: 'usd-coin'
|
|
246
|
+
}
|
|
247
|
+
]
|
|
34
248
|
};
|
|
35
249
|
export default info;
|
|
@@ -149,7 +149,6 @@ const info = {
|
|
|
149
149
|
logoURIs: {
|
|
150
150
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
|
|
151
151
|
},
|
|
152
|
-
coingeckoId: 'autism',
|
|
153
152
|
images: [{
|
|
154
153
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
|
|
155
154
|
}],
|
|
@@ -348,7 +347,6 @@ const info = {
|
|
|
348
347
|
name: 'Hava Coin',
|
|
349
348
|
display: 'hava',
|
|
350
349
|
symbol: 'HAVA',
|
|
351
|
-
coingeckoId: 'hava-coin',
|
|
352
350
|
logoURIs: {
|
|
353
351
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png'
|
|
354
352
|
},
|
|
@@ -18,7 +18,6 @@ const info = {
|
|
|
18
18
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.png',
|
|
19
19
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.svg'
|
|
20
20
|
},
|
|
21
|
-
coingeckoId: 'darcmatter-coin',
|
|
22
21
|
images: [{
|
|
23
22
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.png',
|
|
24
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.svg'
|
|
@@ -1983,7 +1983,6 @@ const info = {
|
|
|
1983
1983
|
name: 'NAMI',
|
|
1984
1984
|
display: 'nami',
|
|
1985
1985
|
symbol: 'NAMI',
|
|
1986
|
-
coingeckoId: 'nami-protocol',
|
|
1987
1986
|
logoURIs: {
|
|
1988
1987
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.png',
|
|
1989
1988
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.svg'
|
|
@@ -56,6 +56,10 @@ const info = {
|
|
|
56
56
|
{
|
|
57
57
|
address: 'https://rpc-lumen.onenov.xyz',
|
|
58
58
|
provider: 'OneNov'
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
address: 'https://m-lumen.rpc.utsa.tech/',
|
|
62
|
+
provider: 'UTSA'
|
|
59
63
|
}
|
|
60
64
|
],
|
|
61
65
|
rest: [
|
|
@@ -74,6 +78,10 @@ const info = {
|
|
|
74
78
|
{
|
|
75
79
|
address: 'https://lumen-mainnet-api.mekonglabs.com/',
|
|
76
80
|
provider: 'MekongLabs'
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
address: 'https://m-lumen.api.utsa.tech/',
|
|
84
|
+
provider: 'UTSA'
|
|
77
85
|
}
|
|
78
86
|
],
|
|
79
87
|
grpc: [
|
|
@@ -143,6 +151,10 @@ const info = {
|
|
|
143
151
|
{
|
|
144
152
|
kind: 'Indonode',
|
|
145
153
|
url: 'https://explorer.indonode.net/lumen'
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
kind: 'NodeGod20',
|
|
157
|
+
url: 'https://explorer.nodegod20.cloud/lumen-mainnet'
|
|
146
158
|
}
|
|
147
159
|
],
|
|
148
160
|
images: [{
|
|
@@ -18,7 +18,6 @@ const info = {
|
|
|
18
18
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png',
|
|
19
19
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg'
|
|
20
20
|
},
|
|
21
|
-
coingeckoId: 'meme-network',
|
|
22
21
|
images: [{
|
|
23
22
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png',
|
|
24
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg'
|
|
@@ -307,7 +307,6 @@ const info = {
|
|
|
307
307
|
logoURIs: {
|
|
308
308
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png'
|
|
309
309
|
},
|
|
310
|
-
coingeckoId: 'newt',
|
|
311
310
|
images: [{
|
|
312
311
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png'
|
|
313
312
|
}],
|
|
@@ -1310,8 +1309,7 @@ const info = {
|
|
|
1310
1309
|
images: [{
|
|
1311
1310
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.png',
|
|
1312
1311
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.svg'
|
|
1313
|
-
}]
|
|
1314
|
-
coingeckoId: 'astrovault-xatom'
|
|
1312
|
+
}]
|
|
1315
1313
|
},
|
|
1316
1314
|
{
|
|
1317
1315
|
description: 'The advance token for ATOM denominated vaults on Amulet Protocol',
|
|
@@ -293,7 +293,6 @@ const info = {
|
|
|
293
293
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/ygata.png',
|
|
294
294
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/ygata.svg'
|
|
295
295
|
}],
|
|
296
|
-
coingeckoId: 'yield-gata',
|
|
297
296
|
socials: {
|
|
298
297
|
website: 'https://gatahub.zone',
|
|
299
298
|
x: 'https://x.com/GataHubZone'
|
|
@@ -1432,8 +1432,7 @@ const info = {
|
|
|
1432
1432
|
},
|
|
1433
1433
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.png',
|
|
1434
1434
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg'
|
|
1435
|
-
}]
|
|
1436
|
-
coingeckoId: 'bitcanna'
|
|
1435
|
+
}]
|
|
1437
1436
|
},
|
|
1438
1437
|
{
|
|
1439
1438
|
description: 'BitSong Native Token',
|
|
@@ -1973,7 +1972,6 @@ const info = {
|
|
|
1973
1972
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.png',
|
|
1974
1973
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.svg'
|
|
1975
1974
|
}],
|
|
1976
|
-
coingeckoId: 'darcmatter-coin',
|
|
1977
1975
|
keywords: ['osmosis_unstable']
|
|
1978
1976
|
},
|
|
1979
1977
|
{
|
|
@@ -2220,7 +2218,6 @@ const info = {
|
|
|
2220
2218
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png',
|
|
2221
2219
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg'
|
|
2222
2220
|
}],
|
|
2223
|
-
coingeckoId: 'cerberus-2',
|
|
2224
2221
|
keywords: ['osmosis_unstable']
|
|
2225
2222
|
},
|
|
2226
2223
|
{
|
|
@@ -2302,8 +2299,7 @@ const info = {
|
|
|
2302
2299
|
},
|
|
2303
2300
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
|
|
2304
2301
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg'
|
|
2305
|
-
}]
|
|
2306
|
-
coingeckoId: 'assetmantle'
|
|
2302
|
+
}]
|
|
2307
2303
|
},
|
|
2308
2304
|
{
|
|
2309
2305
|
description: 'The native token cw20 for Neta on Juno Chain',
|
|
@@ -2517,8 +2513,7 @@ const info = {
|
|
|
2517
2513
|
},
|
|
2518
2514
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png',
|
|
2519
2515
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg'
|
|
2520
|
-
}]
|
|
2521
|
-
coingeckoId: 'sifchain'
|
|
2516
|
+
}]
|
|
2522
2517
|
},
|
|
2523
2518
|
{
|
|
2524
2519
|
description: 'The native token of Shentu',
|
|
@@ -3122,8 +3117,7 @@ const info = {
|
|
|
3122
3117
|
},
|
|
3123
3118
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png',
|
|
3124
3119
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg'
|
|
3125
|
-
}]
|
|
3126
|
-
coingeckoId: 'meme-network'
|
|
3120
|
+
}]
|
|
3127
3121
|
},
|
|
3128
3122
|
{
|
|
3129
3123
|
description: 'Profit sharing token for Another.Software validator. Hold and receive dividends from Another.Software validator commissions!',
|
|
@@ -10538,8 +10532,7 @@ const info = {
|
|
|
10538
10532
|
baseDenom: 'factory/neutron1p8d89wvxyjcnawmgw72klknr3lg9gwwl6ypxda/newt'
|
|
10539
10533
|
},
|
|
10540
10534
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png'
|
|
10541
|
-
}]
|
|
10542
|
-
coingeckoId: 'newt'
|
|
10535
|
+
}]
|
|
10543
10536
|
},
|
|
10544
10537
|
{
|
|
10545
10538
|
description: 'MilkyWay\'s liquid staked TIA',
|
|
@@ -10768,7 +10761,6 @@ const info = {
|
|
|
10768
10761
|
},
|
|
10769
10762
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
|
|
10770
10763
|
}],
|
|
10771
|
-
coingeckoId: 'autism',
|
|
10772
10764
|
keywords: ['osmosis_unlisted']
|
|
10773
10765
|
},
|
|
10774
10766
|
{
|
|
@@ -12801,8 +12793,7 @@ const info = {
|
|
|
12801
12793
|
darkMode: true,
|
|
12802
12794
|
circle: true
|
|
12803
12795
|
}
|
|
12804
|
-
}]
|
|
12805
|
-
coingeckoId: 'dhealth'
|
|
12796
|
+
}]
|
|
12806
12797
|
},
|
|
12807
12798
|
{
|
|
12808
12799
|
description: 'The native token of Furya',
|
|
@@ -13050,8 +13041,7 @@ const info = {
|
|
|
13050
13041
|
baseDenom: 'factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava'
|
|
13051
13042
|
},
|
|
13052
13043
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png'
|
|
13053
|
-
}]
|
|
13054
|
-
coingeckoId: 'hava-coin'
|
|
13044
|
+
}]
|
|
13055
13045
|
},
|
|
13056
13046
|
{
|
|
13057
13047
|
description: 'OnE mEmEcOiN tO cOnNeCt oL ImBeCiles - aNd in Da Cosmos BiNd DeM',
|
|
@@ -18037,7 +18027,6 @@ const info = {
|
|
|
18037
18027
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/ygata.png',
|
|
18038
18028
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/ygata.svg'
|
|
18039
18029
|
}],
|
|
18040
|
-
coingeckoId: 'yield-gata',
|
|
18041
18030
|
socials: {
|
|
18042
18031
|
website: 'https://gatahub.zone',
|
|
18043
18032
|
x: 'https://x.com/GataHubZone'
|
|
@@ -19525,8 +19514,7 @@ const info = {
|
|
|
19525
19514
|
},
|
|
19526
19515
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/sam.png',
|
|
19527
19516
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/sam.svg'
|
|
19528
|
-
}]
|
|
19529
|
-
coingeckoId: 'sam-2'
|
|
19517
|
+
}]
|
|
19530
19518
|
},
|
|
19531
19519
|
{
|
|
19532
19520
|
description: 'Staking coin of Emporion',
|
|
@@ -19647,8 +19635,7 @@ const info = {
|
|
|
19647
19635
|
},
|
|
19648
19636
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
|
|
19649
19637
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
|
|
19650
|
-
}]
|
|
19651
|
-
coingeckoId: 'pryzm'
|
|
19638
|
+
}]
|
|
19652
19639
|
},
|
|
19653
19640
|
{
|
|
19654
19641
|
description: 'The community token for The Fortunate Few, a multi chain NFT community platform.',
|
|
@@ -18,7 +18,6 @@ const info = {
|
|
|
18
18
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png',
|
|
19
19
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg'
|
|
20
20
|
},
|
|
21
|
-
coingeckoId: 'sifchain',
|
|
22
21
|
images: [{
|
|
23
22
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png',
|
|
24
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg'
|
|
@@ -575,7 +575,6 @@ const info = {
|
|
|
575
575
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/ygata.png',
|
|
576
576
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/ygata.svg'
|
|
577
577
|
}],
|
|
578
|
-
coingeckoId: 'yield-gata',
|
|
579
578
|
socials: {
|
|
580
579
|
website: 'https://gatahub.zone',
|
|
581
580
|
x: 'https://x.com/GataHubZone'
|
|
@@ -26,7 +26,6 @@ const info = {
|
|
|
26
26
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet/images/bcna.png',
|
|
27
27
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet/images/bcna.svg'
|
|
28
28
|
},
|
|
29
|
-
coingeckoId: 'bitcanna',
|
|
30
29
|
images: [{
|
|
31
30
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet/images/bcna.png',
|
|
32
31
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet/images/bcna.svg'
|
|
@@ -55,7 +55,6 @@ const info = {
|
|
|
55
55
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
56
56
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
57
57
|
},
|
|
58
|
-
coingeckoId: 'usd-coin',
|
|
59
58
|
traces: [{
|
|
60
59
|
type: 'additional-mintage',
|
|
61
60
|
counterparty: {
|
|
@@ -30,16 +30,28 @@ const info = {
|
|
|
30
30
|
rpc: [{
|
|
31
31
|
address: 'https://rpc.republicai.io',
|
|
32
32
|
provider: 'Republic AI'
|
|
33
|
+
}, {
|
|
34
|
+
address: 'https://rpc-t.republic.vinjan-inc.com',
|
|
35
|
+
provider: 'Vinjan.Inc'
|
|
33
36
|
}],
|
|
34
37
|
rest: [{
|
|
35
38
|
address: 'https://rest.republicai.io',
|
|
36
39
|
provider: 'Republic AI'
|
|
40
|
+
}, {
|
|
41
|
+
address: 'https://api-t.republic.vinjan-inc.com',
|
|
42
|
+
provider: 'Vinjan.Inc'
|
|
37
43
|
}],
|
|
38
44
|
evmHttpJsonrpc: [{
|
|
39
45
|
address: 'https://evm-rpc.republicai.io',
|
|
40
46
|
provider: 'Republic AI'
|
|
41
47
|
}]
|
|
42
48
|
},
|
|
49
|
+
explorers: [{
|
|
50
|
+
kind: 'Vinjan.Inc',
|
|
51
|
+
url: 'https://explorer.vinjan-inc.com/republic-testnet',
|
|
52
|
+
txPage: 'https://explorer.vinjan-inc.com/republic-testnet/tx/${txHash}',
|
|
53
|
+
accountPage: 'https://explorer.vinjan-inc.com/republic-testnet/accounts/${accountAddress}'
|
|
54
|
+
}],
|
|
43
55
|
logoURIs: {
|
|
44
56
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/raitestnet/images/rai.png'
|
|
45
57
|
},
|
|
@@ -58,8 +58,7 @@ const info = {
|
|
|
58
58
|
logoURIs: {
|
|
59
59
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
60
60
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
61
|
-
}
|
|
62
|
-
coingeckoId: 'cosmos'
|
|
61
|
+
}
|
|
63
62
|
}]
|
|
64
63
|
};
|
|
65
64
|
export default info;
|
|
@@ -20,7 +20,6 @@ const info = {
|
|
|
20
20
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
|
|
21
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg'
|
|
22
22
|
},
|
|
23
|
-
coingeckoId: 'assetmantle',
|
|
24
23
|
images: [{
|
|
25
24
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
|
|
26
25
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg'
|
|
@@ -20,7 +20,6 @@ const info = {
|
|
|
20
20
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.png',
|
|
21
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg'
|
|
22
22
|
},
|
|
23
|
-
coingeckoId: 'bitcanna',
|
|
24
23
|
images: [{
|
|
25
24
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.png',
|
|
26
25
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg'
|
|
@@ -21,7 +21,6 @@ const info = {
|
|
|
21
21
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png',
|
|
22
22
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg'
|
|
23
23
|
},
|
|
24
|
-
coingeckoId: 'dhealth',
|
|
25
24
|
socials: {
|
|
26
25
|
website: 'https://dhealth.com',
|
|
27
26
|
x: 'https://x.com/dhealth_network'
|