chain-registry 2.0.151 → 2.0.152
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 +8 -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 +8 -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: [
|
|
@@ -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'
|
|
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const info = {
|
|
4
4
|
$schema: '../assetlist.schema.json',
|
|
5
5
|
chainName: 'dungeon',
|
|
6
|
-
assets: [
|
|
6
|
+
assets: [
|
|
7
|
+
{
|
|
7
8
|
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.',
|
|
8
9
|
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.',
|
|
9
10
|
denomUnits: [{
|
|
@@ -32,6 +33,219 @@ const info = {
|
|
|
32
33
|
}
|
|
33
34
|
}],
|
|
34
35
|
typeAsset: 'sdk.coin'
|
|
35
|
-
}
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
description: 'The native staking and governance token of the Cosmos Hub.',
|
|
39
|
+
denomUnits: [{
|
|
40
|
+
denom: 'ibc/C3988DBA4BA195F3514EA2E02497B9F66019CE53EFB96D4982CE95CA6A51BBCE',
|
|
41
|
+
exponent: 0,
|
|
42
|
+
aliases: ['uatom']
|
|
43
|
+
}, {
|
|
44
|
+
denom: 'atom',
|
|
45
|
+
exponent: 6
|
|
46
|
+
}],
|
|
47
|
+
typeAsset: 'ics20',
|
|
48
|
+
base: 'ibc/C3988DBA4BA195F3514EA2E02497B9F66019CE53EFB96D4982CE95CA6A51BBCE',
|
|
49
|
+
name: 'Cosmos Hub',
|
|
50
|
+
display: 'atom',
|
|
51
|
+
symbol: 'ATOM',
|
|
52
|
+
traces: [{
|
|
53
|
+
type: 'ibc',
|
|
54
|
+
counterparty: {
|
|
55
|
+
chainName: 'cosmoshub',
|
|
56
|
+
baseDenom: 'uatom',
|
|
57
|
+
channelId: 'channel-1560'
|
|
58
|
+
},
|
|
59
|
+
chain: {
|
|
60
|
+
channelId: 'channel-5308',
|
|
61
|
+
path: 'transfer/channel-5308/uatom'
|
|
62
|
+
}
|
|
63
|
+
}],
|
|
64
|
+
logoURIs: {
|
|
65
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
66
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
67
|
+
},
|
|
68
|
+
images: [{
|
|
69
|
+
imageSync: {
|
|
70
|
+
chainName: 'cosmoshub',
|
|
71
|
+
baseDenom: 'uatom'
|
|
72
|
+
},
|
|
73
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
74
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
75
|
+
}],
|
|
76
|
+
coingeckoId: 'cosmos'
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
description: 'The native staking and governance token of the Osmosis.',
|
|
80
|
+
denomUnits: [{
|
|
81
|
+
denom: 'ibc/AC72F1D0BF72A358CD9D7E3AC8F868F96EDA9042DE00A72DB4AEA859065B7EB5',
|
|
82
|
+
exponent: 0
|
|
83
|
+
}, {
|
|
84
|
+
denom: 'osmo',
|
|
85
|
+
exponent: 6
|
|
86
|
+
}],
|
|
87
|
+
typeAsset: 'ics20',
|
|
88
|
+
base: 'ibc/AC72F1D0BF72A358CD9D7E3AC8F868F96EDA9042DE00A72DB4AEA859065B7EB5',
|
|
89
|
+
name: 'Osmosis',
|
|
90
|
+
display: 'osmo',
|
|
91
|
+
symbol: 'OSMO',
|
|
92
|
+
traces: [{
|
|
93
|
+
type: 'ibc',
|
|
94
|
+
counterparty: {
|
|
95
|
+
chainName: 'osmosis',
|
|
96
|
+
baseDenom: 'uosmo',
|
|
97
|
+
channelId: 'channel-101249'
|
|
98
|
+
},
|
|
99
|
+
chain: {
|
|
100
|
+
channelId: 'channel-5305',
|
|
101
|
+
path: 'transfer/channel-5305/uosmo'
|
|
102
|
+
}
|
|
103
|
+
}],
|
|
104
|
+
images: [{
|
|
105
|
+
imageSync: {
|
|
106
|
+
chainName: 'osmosis',
|
|
107
|
+
baseDenom: 'uosmo'
|
|
108
|
+
},
|
|
109
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
110
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
111
|
+
}],
|
|
112
|
+
logoURIs: {
|
|
113
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
114
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
115
|
+
},
|
|
116
|
+
coingeckoId: 'osmosis'
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
description: 'AtomOne native coin',
|
|
120
|
+
denomUnits: [{
|
|
121
|
+
denom: 'ibc/295196BD505E32B9679BA0CFDB70B4FF2AADE80A3B73A2F234284D7A709844DA',
|
|
122
|
+
exponent: 0,
|
|
123
|
+
aliases: ['uatone']
|
|
124
|
+
}, {
|
|
125
|
+
denom: 'atone',
|
|
126
|
+
exponent: 6,
|
|
127
|
+
aliases: []
|
|
128
|
+
}],
|
|
129
|
+
typeAsset: 'ics20',
|
|
130
|
+
base: 'ibc/295196BD505E32B9679BA0CFDB70B4FF2AADE80A3B73A2F234284D7A709844DA',
|
|
131
|
+
name: 'Atone',
|
|
132
|
+
display: 'atone',
|
|
133
|
+
symbol: 'ATONE',
|
|
134
|
+
coingeckoId: 'atomone',
|
|
135
|
+
traces: [{
|
|
136
|
+
type: 'ibc',
|
|
137
|
+
counterparty: {
|
|
138
|
+
chainName: 'atomone',
|
|
139
|
+
baseDenom: 'uatone',
|
|
140
|
+
channelId: 'channel-9'
|
|
141
|
+
},
|
|
142
|
+
chain: {
|
|
143
|
+
channelId: 'channel-5310',
|
|
144
|
+
path: 'transfer/channel-5310/uatone'
|
|
145
|
+
}
|
|
146
|
+
}],
|
|
147
|
+
images: [{
|
|
148
|
+
imageSync: {
|
|
149
|
+
chainName: 'atomone',
|
|
150
|
+
baseDenom: 'uatone'
|
|
151
|
+
},
|
|
152
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
153
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
154
|
+
}],
|
|
155
|
+
logoURIs: {
|
|
156
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
157
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
description: 'The fee token of AtomOne',
|
|
162
|
+
denomUnits: [{
|
|
163
|
+
denom: 'ibc/BD2C670DB4465BCB862F988EF4FD7595C56AE2ECB9CC9EF14AF7A776091E88AE',
|
|
164
|
+
exponent: 0
|
|
165
|
+
}, {
|
|
166
|
+
denom: 'photon',
|
|
167
|
+
exponent: 6
|
|
168
|
+
}],
|
|
169
|
+
base: 'ibc/BD2C670DB4465BCB862F988EF4FD7595C56AE2ECB9CC9EF14AF7A776091E88AE',
|
|
170
|
+
name: 'Photon',
|
|
171
|
+
display: 'photon',
|
|
172
|
+
symbol: 'PHOTON',
|
|
173
|
+
logoURIs: {
|
|
174
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
175
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
176
|
+
},
|
|
177
|
+
images: [{
|
|
178
|
+
imageSync: {
|
|
179
|
+
chainName: 'atomone',
|
|
180
|
+
baseDenom: 'uphoton'
|
|
181
|
+
},
|
|
182
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
183
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
184
|
+
}],
|
|
185
|
+
socials: {
|
|
186
|
+
website: 'https://atom.one',
|
|
187
|
+
x: 'https://x.com/_atomone'
|
|
188
|
+
},
|
|
189
|
+
coingeckoId: 'photon-2',
|
|
190
|
+
typeAsset: 'ics20',
|
|
191
|
+
traces: [{
|
|
192
|
+
type: 'ibc',
|
|
193
|
+
counterparty: {
|
|
194
|
+
chainName: 'atomone',
|
|
195
|
+
baseDenom: 'uphoton',
|
|
196
|
+
channelId: 'channel-9'
|
|
197
|
+
},
|
|
198
|
+
chain: {
|
|
199
|
+
channelId: 'channel-5310',
|
|
200
|
+
path: 'transfer/channel-5310/uphoton'
|
|
201
|
+
}
|
|
202
|
+
}]
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
description: 'USDC from Noble',
|
|
206
|
+
denomUnits: [{
|
|
207
|
+
denom: 'ibc/489C406A3029B50486F991E468CB8A7D5F039757327A40B0684C530BFF96C543',
|
|
208
|
+
exponent: 0,
|
|
209
|
+
aliases: ['uusdc']
|
|
210
|
+
}, {
|
|
211
|
+
denom: 'usdc',
|
|
212
|
+
exponent: 6,
|
|
213
|
+
aliases: []
|
|
214
|
+
}],
|
|
215
|
+
typeAsset: 'ics20',
|
|
216
|
+
base: 'ibc/489C406A3029B50486F991E468CB8A7D5F039757327A40B0684C530BFF96C543',
|
|
217
|
+
name: 'USDC',
|
|
218
|
+
display: 'usdc',
|
|
219
|
+
symbol: 'USDC',
|
|
220
|
+
traces: [{
|
|
221
|
+
type: 'ibc',
|
|
222
|
+
counterparty: {
|
|
223
|
+
chainName: 'noble',
|
|
224
|
+
baseDenom: 'uusdc',
|
|
225
|
+
channelId: 'channel-150'
|
|
226
|
+
},
|
|
227
|
+
chain: {
|
|
228
|
+
channelId: 'channel-5307',
|
|
229
|
+
path: 'transfer/channel-5307/uusdc'
|
|
230
|
+
}
|
|
231
|
+
}],
|
|
232
|
+
images: [{
|
|
233
|
+
imageSync: {
|
|
234
|
+
chainName: 'noble',
|
|
235
|
+
baseDenom: 'uusdc'
|
|
236
|
+
},
|
|
237
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
238
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
239
|
+
theme: {
|
|
240
|
+
circle: true
|
|
241
|
+
}
|
|
242
|
+
}],
|
|
243
|
+
logoURIs: {
|
|
244
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
245
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
246
|
+
},
|
|
247
|
+
coingeckoId: 'usd-coin'
|
|
248
|
+
}
|
|
249
|
+
]
|
|
36
250
|
};
|
|
37
251
|
exports.default = info;
|
|
@@ -151,7 +151,6 @@ const info = {
|
|
|
151
151
|
logoURIs: {
|
|
152
152
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
|
|
153
153
|
},
|
|
154
|
-
coingeckoId: 'autism',
|
|
155
154
|
images: [{
|
|
156
155
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
|
|
157
156
|
}],
|
|
@@ -350,7 +349,6 @@ const info = {
|
|
|
350
349
|
name: 'Hava Coin',
|
|
351
350
|
display: 'hava',
|
|
352
351
|
symbol: 'HAVA',
|
|
353
|
-
coingeckoId: 'hava-coin',
|
|
354
352
|
logoURIs: {
|
|
355
353
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png'
|
|
356
354
|
},
|
|
@@ -20,7 +20,6 @@ const info = {
|
|
|
20
20
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.png',
|
|
21
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.svg'
|
|
22
22
|
},
|
|
23
|
-
coingeckoId: 'darcmatter-coin',
|
|
24
23
|
images: [{
|
|
25
24
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.png',
|
|
26
25
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.svg'
|
|
@@ -1985,7 +1985,6 @@ const info = {
|
|
|
1985
1985
|
name: 'NAMI',
|
|
1986
1986
|
display: 'nami',
|
|
1987
1987
|
symbol: 'NAMI',
|
|
1988
|
-
coingeckoId: 'nami-protocol',
|
|
1989
1988
|
logoURIs: {
|
|
1990
1989
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.png',
|
|
1991
1990
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.svg'
|
package/mainnet/lumen/chain.js
CHANGED
|
@@ -58,6 +58,10 @@ const info = {
|
|
|
58
58
|
{
|
|
59
59
|
address: 'https://rpc-lumen.onenov.xyz',
|
|
60
60
|
provider: 'OneNov'
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
address: 'https://m-lumen.rpc.utsa.tech/',
|
|
64
|
+
provider: 'UTSA'
|
|
61
65
|
}
|
|
62
66
|
],
|
|
63
67
|
rest: [
|
|
@@ -76,6 +80,10 @@ const info = {
|
|
|
76
80
|
{
|
|
77
81
|
address: 'https://lumen-mainnet-api.mekonglabs.com/',
|
|
78
82
|
provider: 'MekongLabs'
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
address: 'https://m-lumen.api.utsa.tech/',
|
|
86
|
+
provider: 'UTSA'
|
|
79
87
|
}
|
|
80
88
|
],
|
|
81
89
|
grpc: [
|
|
@@ -20,7 +20,6 @@ const info = {
|
|
|
20
20
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png',
|
|
21
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg'
|
|
22
22
|
},
|
|
23
|
-
coingeckoId: 'meme-network',
|
|
24
23
|
images: [{
|
|
25
24
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png',
|
|
26
25
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg'
|
|
@@ -309,7 +309,6 @@ const info = {
|
|
|
309
309
|
logoURIs: {
|
|
310
310
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png'
|
|
311
311
|
},
|
|
312
|
-
coingeckoId: 'newt',
|
|
313
312
|
images: [{
|
|
314
313
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png'
|
|
315
314
|
}],
|
|
@@ -1312,8 +1311,7 @@ const info = {
|
|
|
1312
1311
|
images: [{
|
|
1313
1312
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.png',
|
|
1314
1313
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.svg'
|
|
1315
|
-
}]
|
|
1316
|
-
coingeckoId: 'astrovault-xatom'
|
|
1314
|
+
}]
|
|
1317
1315
|
},
|
|
1318
1316
|
{
|
|
1319
1317
|
description: 'The advance token for ATOM denominated vaults on Amulet Protocol',
|
|
@@ -295,7 +295,6 @@ const info = {
|
|
|
295
295
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/ygata.png',
|
|
296
296
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/ygata.svg'
|
|
297
297
|
}],
|
|
298
|
-
coingeckoId: 'yield-gata',
|
|
299
298
|
socials: {
|
|
300
299
|
website: 'https://gatahub.zone',
|
|
301
300
|
x: 'https://x.com/GataHubZone'
|
|
@@ -1434,8 +1434,7 @@ const info = {
|
|
|
1434
1434
|
},
|
|
1435
1435
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.png',
|
|
1436
1436
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg'
|
|
1437
|
-
}]
|
|
1438
|
-
coingeckoId: 'bitcanna'
|
|
1437
|
+
}]
|
|
1439
1438
|
},
|
|
1440
1439
|
{
|
|
1441
1440
|
description: 'BitSong Native Token',
|
|
@@ -1975,7 +1974,6 @@ const info = {
|
|
|
1975
1974
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.png',
|
|
1976
1975
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.svg'
|
|
1977
1976
|
}],
|
|
1978
|
-
coingeckoId: 'darcmatter-coin',
|
|
1979
1977
|
keywords: ['osmosis_unstable']
|
|
1980
1978
|
},
|
|
1981
1979
|
{
|
|
@@ -2222,7 +2220,6 @@ const info = {
|
|
|
2222
2220
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png',
|
|
2223
2221
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg'
|
|
2224
2222
|
}],
|
|
2225
|
-
coingeckoId: 'cerberus-2',
|
|
2226
2223
|
keywords: ['osmosis_unstable']
|
|
2227
2224
|
},
|
|
2228
2225
|
{
|
|
@@ -2304,8 +2301,7 @@ const info = {
|
|
|
2304
2301
|
},
|
|
2305
2302
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
|
|
2306
2303
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg'
|
|
2307
|
-
}]
|
|
2308
|
-
coingeckoId: 'assetmantle'
|
|
2304
|
+
}]
|
|
2309
2305
|
},
|
|
2310
2306
|
{
|
|
2311
2307
|
description: 'The native token cw20 for Neta on Juno Chain',
|
|
@@ -2519,8 +2515,7 @@ const info = {
|
|
|
2519
2515
|
},
|
|
2520
2516
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png',
|
|
2521
2517
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg'
|
|
2522
|
-
}]
|
|
2523
|
-
coingeckoId: 'sifchain'
|
|
2518
|
+
}]
|
|
2524
2519
|
},
|
|
2525
2520
|
{
|
|
2526
2521
|
description: 'The native token of Shentu',
|
|
@@ -3124,8 +3119,7 @@ const info = {
|
|
|
3124
3119
|
},
|
|
3125
3120
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png',
|
|
3126
3121
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg'
|
|
3127
|
-
}]
|
|
3128
|
-
coingeckoId: 'meme-network'
|
|
3122
|
+
}]
|
|
3129
3123
|
},
|
|
3130
3124
|
{
|
|
3131
3125
|
description: 'Profit sharing token for Another.Software validator. Hold and receive dividends from Another.Software validator commissions!',
|
|
@@ -10540,8 +10534,7 @@ const info = {
|
|
|
10540
10534
|
baseDenom: 'factory/neutron1p8d89wvxyjcnawmgw72klknr3lg9gwwl6ypxda/newt'
|
|
10541
10535
|
},
|
|
10542
10536
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png'
|
|
10543
|
-
}]
|
|
10544
|
-
coingeckoId: 'newt'
|
|
10537
|
+
}]
|
|
10545
10538
|
},
|
|
10546
10539
|
{
|
|
10547
10540
|
description: 'MilkyWay\'s liquid staked TIA',
|
|
@@ -10770,7 +10763,6 @@ const info = {
|
|
|
10770
10763
|
},
|
|
10771
10764
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png'
|
|
10772
10765
|
}],
|
|
10773
|
-
coingeckoId: 'autism',
|
|
10774
10766
|
keywords: ['osmosis_unlisted']
|
|
10775
10767
|
},
|
|
10776
10768
|
{
|
|
@@ -12803,8 +12795,7 @@ const info = {
|
|
|
12803
12795
|
darkMode: true,
|
|
12804
12796
|
circle: true
|
|
12805
12797
|
}
|
|
12806
|
-
}]
|
|
12807
|
-
coingeckoId: 'dhealth'
|
|
12798
|
+
}]
|
|
12808
12799
|
},
|
|
12809
12800
|
{
|
|
12810
12801
|
description: 'The native token of Furya',
|
|
@@ -13052,8 +13043,7 @@ const info = {
|
|
|
13052
13043
|
baseDenom: 'factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava'
|
|
13053
13044
|
},
|
|
13054
13045
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png'
|
|
13055
|
-
}]
|
|
13056
|
-
coingeckoId: 'hava-coin'
|
|
13046
|
+
}]
|
|
13057
13047
|
},
|
|
13058
13048
|
{
|
|
13059
13049
|
description: 'OnE mEmEcOiN tO cOnNeCt oL ImBeCiles - aNd in Da Cosmos BiNd DeM',
|
|
@@ -18039,7 +18029,6 @@ const info = {
|
|
|
18039
18029
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/ygata.png',
|
|
18040
18030
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/ygata.svg'
|
|
18041
18031
|
}],
|
|
18042
|
-
coingeckoId: 'yield-gata',
|
|
18043
18032
|
socials: {
|
|
18044
18033
|
website: 'https://gatahub.zone',
|
|
18045
18034
|
x: 'https://x.com/GataHubZone'
|
|
@@ -19527,8 +19516,7 @@ const info = {
|
|
|
19527
19516
|
},
|
|
19528
19517
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/sam.png',
|
|
19529
19518
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/sam.svg'
|
|
19530
|
-
}]
|
|
19531
|
-
coingeckoId: 'sam-2'
|
|
19519
|
+
}]
|
|
19532
19520
|
},
|
|
19533
19521
|
{
|
|
19534
19522
|
description: 'Staking coin of Emporion',
|
|
@@ -19649,8 +19637,7 @@ const info = {
|
|
|
19649
19637
|
},
|
|
19650
19638
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
|
|
19651
19639
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
|
|
19652
|
-
}]
|
|
19653
|
-
coingeckoId: 'pryzm'
|
|
19640
|
+
}]
|
|
19654
19641
|
},
|
|
19655
19642
|
{
|
|
19656
19643
|
description: 'The community token for The Fortunate Few, a multi chain NFT community platform.',
|
|
@@ -20,7 +20,6 @@ const info = {
|
|
|
20
20
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png',
|
|
21
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg'
|
|
22
22
|
},
|
|
23
|
-
coingeckoId: 'sifchain',
|
|
24
23
|
images: [{
|
|
25
24
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png',
|
|
26
25
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg'
|
|
@@ -577,7 +577,6 @@ const info = {
|
|
|
577
577
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/ygata.png',
|
|
578
578
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/ygata.svg'
|
|
579
579
|
}],
|
|
580
|
-
coingeckoId: 'yield-gata',
|
|
581
580
|
socials: {
|
|
582
581
|
website: 'https://gatahub.zone',
|
|
583
582
|
x: 'https://x.com/GataHubZone'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.152",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^2.0.
|
|
32
|
+
"@chain-registry/types": "^2.0.152"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "650778f0ccba1f62453ef59af6e0ae79d5e4d77e"
|
|
43
43
|
}
|
|
@@ -28,7 +28,6 @@ const info = {
|
|
|
28
28
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet/images/bcna.png',
|
|
29
29
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet/images/bcna.svg'
|
|
30
30
|
},
|
|
31
|
-
coingeckoId: 'bitcanna',
|
|
32
31
|
images: [{
|
|
33
32
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet/images/bcna.png',
|
|
34
33
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet/images/bcna.svg'
|
|
@@ -57,7 +57,6 @@ const info = {
|
|
|
57
57
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
58
58
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
59
59
|
},
|
|
60
|
-
coingeckoId: 'usd-coin',
|
|
61
60
|
traces: [{
|
|
62
61
|
type: 'additional-mintage',
|
|
63
62
|
counterparty: {
|
|
@@ -32,16 +32,28 @@ const info = {
|
|
|
32
32
|
rpc: [{
|
|
33
33
|
address: 'https://rpc.republicai.io',
|
|
34
34
|
provider: 'Republic AI'
|
|
35
|
+
}, {
|
|
36
|
+
address: 'https://rpc-t.republic.vinjan-inc.com',
|
|
37
|
+
provider: 'Vinjan.Inc'
|
|
35
38
|
}],
|
|
36
39
|
rest: [{
|
|
37
40
|
address: 'https://rest.republicai.io',
|
|
38
41
|
provider: 'Republic AI'
|
|
42
|
+
}, {
|
|
43
|
+
address: 'https://api-t.republic.vinjan-inc.com',
|
|
44
|
+
provider: 'Vinjan.Inc'
|
|
39
45
|
}],
|
|
40
46
|
evmHttpJsonrpc: [{
|
|
41
47
|
address: 'https://evm-rpc.republicai.io',
|
|
42
48
|
provider: 'Republic AI'
|
|
43
49
|
}]
|
|
44
50
|
},
|
|
51
|
+
explorers: [{
|
|
52
|
+
kind: 'Vinjan.Inc',
|
|
53
|
+
url: 'https://explorer.vinjan-inc.com/republic-testnet',
|
|
54
|
+
txPage: 'https://explorer.vinjan-inc.com/republic-testnet/tx/${txHash}',
|
|
55
|
+
accountPage: 'https://explorer.vinjan-inc.com/republic-testnet/accounts/${accountAddress}'
|
|
56
|
+
}],
|
|
45
57
|
logoURIs: {
|
|
46
58
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/raitestnet/images/rai.png'
|
|
47
59
|
},
|
|
@@ -60,8 +60,7 @@ const info = {
|
|
|
60
60
|
logoURIs: {
|
|
61
61
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
62
62
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
63
|
-
}
|
|
64
|
-
coingeckoId: 'cosmos'
|
|
63
|
+
}
|
|
65
64
|
}]
|
|
66
65
|
};
|
|
67
66
|
exports.default = info;
|