chain-registry 2.0.198 → 2.0.200
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/asset-lists.js +2 -0
- package/esm/mainnet/chains.js +2 -0
- package/esm/mainnet/cosmoshub/asset-list.js +56 -0
- package/esm/mainnet/dungeon/asset-list.js +2 -2
- package/esm/mainnet/dungeon/chain.js +9 -9
- package/esm/mainnet/ethereum/asset-list.js +28 -0
- package/esm/mainnet/ibc-data.js +2 -0
- package/esm/mainnet/osmosis/ibc-data.js +31 -0
- package/esm/mainnet/qie/chain.js +2 -1
- package/esm/mainnet/qie/ibc-data.js +32 -0
- package/esm/mainnet/qie/index.js +2 -0
- package/esm/mainnet/turkchain/asset-list.js +26 -0
- package/esm/mainnet/turkchain/chain.js +57 -0
- package/esm/mainnet/turkchain/index.js +4 -0
- package/esm/mainnet/zigchain/asset-list.js +49 -0
- package/mainnet/asset-lists.js +2 -0
- package/mainnet/chains.js +2 -0
- package/mainnet/cosmoshub/asset-list.js +56 -0
- package/mainnet/dungeon/asset-list.js +2 -2
- package/mainnet/dungeon/chain.js +9 -9
- package/mainnet/ethereum/asset-list.js +28 -0
- package/mainnet/ibc-data.js +2 -0
- package/mainnet/osmosis/ibc-data.js +31 -0
- package/mainnet/qie/chain.js +2 -1
- package/mainnet/qie/ibc-data.d.ts +3 -0
- package/mainnet/qie/ibc-data.js +34 -0
- package/mainnet/qie/index.d.ts +1 -0
- package/mainnet/qie/index.js +3 -1
- package/mainnet/turkchain/asset-list.d.ts +3 -0
- package/mainnet/turkchain/asset-list.js +28 -0
- package/mainnet/turkchain/chain.d.ts +3 -0
- package/mainnet/turkchain/chain.js +59 -0
- package/mainnet/turkchain/index.d.ts +2 -0
- package/mainnet/turkchain/index.js +10 -0
- package/mainnet/zigchain/asset-list.js +49 -0
- package/package.json +3 -3
|
@@ -216,6 +216,7 @@ import * as _tgrade from './tgrade';
|
|
|
216
216
|
import * as _thejaynetwork from './thejaynetwork';
|
|
217
217
|
import * as _thorchain from './thorchain';
|
|
218
218
|
import * as _titan from './titan';
|
|
219
|
+
import * as _turkchain from './turkchain';
|
|
219
220
|
import * as _umee from './umee';
|
|
220
221
|
import * as _unicorn from './unicorn';
|
|
221
222
|
import * as _unification from './unification';
|
|
@@ -451,6 +452,7 @@ const assetList = [
|
|
|
451
452
|
_thejaynetwork.assetList,
|
|
452
453
|
_thorchain.assetList,
|
|
453
454
|
_titan.assetList,
|
|
455
|
+
_turkchain.assetList,
|
|
454
456
|
_umee.assetList,
|
|
455
457
|
_unicorn.assetList,
|
|
456
458
|
_unification.assetList,
|
package/esm/mainnet/chains.js
CHANGED
|
@@ -216,6 +216,7 @@ import * as _tgrade from './tgrade';
|
|
|
216
216
|
import * as _thejaynetwork from './thejaynetwork';
|
|
217
217
|
import * as _thorchain from './thorchain';
|
|
218
218
|
import * as _titan from './titan';
|
|
219
|
+
import * as _turkchain from './turkchain';
|
|
219
220
|
import * as _umee from './umee';
|
|
220
221
|
import * as _unicorn from './unicorn';
|
|
221
222
|
import * as _unification from './unification';
|
|
@@ -451,6 +452,7 @@ const chains = [
|
|
|
451
452
|
_thejaynetwork.chain,
|
|
452
453
|
_thorchain.chain,
|
|
453
454
|
_titan.chain,
|
|
455
|
+
_turkchain.chain,
|
|
454
456
|
_umee.chain,
|
|
455
457
|
_unicorn.chain,
|
|
456
458
|
_unification.chain,
|
|
@@ -556,6 +556,41 @@ const info = {
|
|
|
556
556
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lorenzo-wrapped-bitcoin.png'
|
|
557
557
|
}]
|
|
558
558
|
},
|
|
559
|
+
{
|
|
560
|
+
description: 'Euro Coin on the Cosmos Hub',
|
|
561
|
+
denomUnits: [{
|
|
562
|
+
denom: 'ibc/5512EB544A275E5375CE4D82233BDAA2D03002E352A9C6B0049175BD368DF10E',
|
|
563
|
+
exponent: 0
|
|
564
|
+
}, {
|
|
565
|
+
denom: 'eurc',
|
|
566
|
+
exponent: 6
|
|
567
|
+
}],
|
|
568
|
+
typeAsset: 'ics20',
|
|
569
|
+
base: 'ibc/5512EB544A275E5375CE4D82233BDAA2D03002E352A9C6B0049175BD368DF10E',
|
|
570
|
+
name: 'Euro Coin',
|
|
571
|
+
display: 'eurc',
|
|
572
|
+
symbol: 'EURC',
|
|
573
|
+
traces: [{
|
|
574
|
+
type: 'ibc-bridge',
|
|
575
|
+
counterparty: {
|
|
576
|
+
chainName: 'ethereum',
|
|
577
|
+
baseDenom: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c',
|
|
578
|
+
channelId: 'cosmoshub-0'
|
|
579
|
+
},
|
|
580
|
+
chain: {
|
|
581
|
+
channelId: '08-wasm-1369',
|
|
582
|
+
path: 'transfer/08-wasm-1369/0x1abaea1f7c830bd89acc67ec4af516284b1bc33c'
|
|
583
|
+
},
|
|
584
|
+
provider: 'Eureka'
|
|
585
|
+
}],
|
|
586
|
+
images: [{
|
|
587
|
+
imageSync: {
|
|
588
|
+
chainName: 'ethereum',
|
|
589
|
+
baseDenom: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c'
|
|
590
|
+
},
|
|
591
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eurc.png'
|
|
592
|
+
}]
|
|
593
|
+
},
|
|
559
594
|
{
|
|
560
595
|
description: 'Tether USD on the Cosmos Hub',
|
|
561
596
|
denomUnits: [{
|
|
@@ -1063,6 +1098,27 @@ const info = {
|
|
|
1063
1098
|
}
|
|
1064
1099
|
}],
|
|
1065
1100
|
coingeckoId: 'dragon-coin-2'
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
description: 'Nether is a tokenfactory token on the Cosmos Hub.',
|
|
1104
|
+
denomUnits: [{
|
|
1105
|
+
denom: 'factory/cosmos1wdja2gcsesyl07raq9jm3rcvu0sse5zkev0h8m/Nether',
|
|
1106
|
+
exponent: 0
|
|
1107
|
+
}, {
|
|
1108
|
+
denom: 'nthr',
|
|
1109
|
+
exponent: 6
|
|
1110
|
+
}],
|
|
1111
|
+
typeAsset: 'sdk.coin',
|
|
1112
|
+
base: 'factory/cosmos1wdja2gcsesyl07raq9jm3rcvu0sse5zkev0h8m/Nether',
|
|
1113
|
+
name: 'Nether',
|
|
1114
|
+
display: 'nthr',
|
|
1115
|
+
symbol: 'NTHR',
|
|
1116
|
+
images: [{
|
|
1117
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/nthr.png'
|
|
1118
|
+
}],
|
|
1119
|
+
logoURIs: {
|
|
1120
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/nthr.png'
|
|
1121
|
+
}
|
|
1066
1122
|
}
|
|
1067
1123
|
]
|
|
1068
1124
|
};
|
|
@@ -4,7 +4,7 @@ const info = {
|
|
|
4
4
|
assets: [
|
|
5
5
|
{
|
|
6
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.',
|
|
7
|
-
extendedDescription: 'Dungeon Chain is a
|
|
7
|
+
extendedDescription: 'Dungeon Chain is a sovereign Cosmos SDK blockchain designed specifically for interchain gaming. Built with native IBC interoperability and CosmWasm support, Dungeon Chain empowers developers and players to participate in a seamless gaming ecosystem that bridges multiple blockchains. 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. 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.',
|
|
8
8
|
denomUnits: [{
|
|
9
9
|
denom: 'udgn',
|
|
10
10
|
exponent: 0
|
|
@@ -21,7 +21,7 @@ const info = {
|
|
|
21
21
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
22
22
|
},
|
|
23
23
|
socials: {
|
|
24
|
-
website: 'https://
|
|
24
|
+
website: 'https://dungeongames.io',
|
|
25
25
|
x: 'https://x.com/cryptodungeonma'
|
|
26
26
|
},
|
|
27
27
|
images: [{
|
|
@@ -4,7 +4,7 @@ const info = {
|
|
|
4
4
|
status: 'live',
|
|
5
5
|
networkType: 'mainnet',
|
|
6
6
|
chainType: 'cosmos',
|
|
7
|
-
website: 'https://
|
|
7
|
+
website: 'https://dungeongames.io',
|
|
8
8
|
prettyName: 'Dungeon Chain',
|
|
9
9
|
chainId: 'dungeon-1',
|
|
10
10
|
bech32Prefix: 'dungeon',
|
|
@@ -20,6 +20,10 @@ const info = {
|
|
|
20
20
|
},
|
|
21
21
|
apis: {
|
|
22
22
|
rpc: [
|
|
23
|
+
{
|
|
24
|
+
address: 'https://rpc.dungeongames.io',
|
|
25
|
+
provider: 'Dungeon Games'
|
|
26
|
+
},
|
|
23
27
|
{
|
|
24
28
|
address: 'https://dungeon-wallet.rpc.quasarstaking.ai',
|
|
25
29
|
provider: 'Quasar'
|
|
@@ -35,13 +39,13 @@ const info = {
|
|
|
35
39
|
{
|
|
36
40
|
address: 'https://rpc.dungeon.chaintools.tech',
|
|
37
41
|
provider: 'ChainTools'
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
address: 'https://rpc.dungeongames.io',
|
|
41
|
-
provider: 'Dungeon Games'
|
|
42
42
|
}
|
|
43
43
|
],
|
|
44
44
|
rest: [
|
|
45
|
+
{
|
|
46
|
+
address: 'https://api.dungeongames.io',
|
|
47
|
+
provider: 'Dungeon Games'
|
|
48
|
+
},
|
|
45
49
|
{
|
|
46
50
|
address: 'https://dungeon-wallet.api.quasarstaking.ai',
|
|
47
51
|
provider: 'Quasar'
|
|
@@ -61,10 +65,6 @@ const info = {
|
|
|
61
65
|
{
|
|
62
66
|
address: 'https://api.dungeon.chaintools.tech',
|
|
63
67
|
provider: 'ChainTools'
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
address: 'https://api.dungeongames.io',
|
|
67
|
-
provider: 'Dungeon Games'
|
|
68
68
|
}
|
|
69
69
|
],
|
|
70
70
|
grpc: [{
|
|
@@ -1401,6 +1401,34 @@ const info = {
|
|
|
1401
1401
|
}
|
|
1402
1402
|
}]
|
|
1403
1403
|
},
|
|
1404
|
+
{
|
|
1405
|
+
description: 'EURC is a euro-backed stablecoin issued by Circle. EURC is designed to provide a faster, safer, and more efficient way to send, spend, and exchange money around the world.',
|
|
1406
|
+
typeAsset: 'erc20',
|
|
1407
|
+
address: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c',
|
|
1408
|
+
denomUnits: [{
|
|
1409
|
+
denom: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c',
|
|
1410
|
+
exponent: 0
|
|
1411
|
+
}, {
|
|
1412
|
+
denom: 'eurc',
|
|
1413
|
+
exponent: 6
|
|
1414
|
+
}],
|
|
1415
|
+
base: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c',
|
|
1416
|
+
name: 'Euro Coin',
|
|
1417
|
+
display: 'eurc',
|
|
1418
|
+
symbol: 'EURC',
|
|
1419
|
+
keywords: [
|
|
1420
|
+
'eurc',
|
|
1421
|
+
'circle',
|
|
1422
|
+
'stablecoin',
|
|
1423
|
+
'euro'
|
|
1424
|
+
],
|
|
1425
|
+
images: [{
|
|
1426
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eurc.png'
|
|
1427
|
+
}],
|
|
1428
|
+
logoURIs: {
|
|
1429
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eurc.png'
|
|
1430
|
+
}
|
|
1431
|
+
},
|
|
1404
1432
|
{
|
|
1405
1433
|
description: 'EURe is a Euro-backed stablecoin issued by Monerium.',
|
|
1406
1434
|
extendedDescription: 'EURe is the first authorized and regulated stablecoin in Europe. It is collateralized by Euro-denominated deposits held in segregated accounts. EURe is issued by Monerium, the first Electronic Money Institution (EMI) to become compliant under the EU\'s MiCA regulations.',
|
package/esm/mainnet/ibc-data.js
CHANGED
|
@@ -131,6 +131,7 @@ import * as _pryzm from './pryzm';
|
|
|
131
131
|
import * as _pundix from './pundix';
|
|
132
132
|
import * as _pylons from './pylons';
|
|
133
133
|
import * as _qfs from './qfs';
|
|
134
|
+
import * as _qie from './qie';
|
|
134
135
|
import * as _quasar from './quasar';
|
|
135
136
|
import * as _quicksilver from './quicksilver';
|
|
136
137
|
import * as _qwoyn from './qwoyn';
|
|
@@ -310,6 +311,7 @@ const ibcData = [
|
|
|
310
311
|
..._pundix.ibcData,
|
|
311
312
|
..._pylons.ibcData,
|
|
312
313
|
..._qfs.ibcData,
|
|
314
|
+
..._qie.ibcData,
|
|
313
315
|
..._quasar.ibcData,
|
|
314
316
|
..._quicksilver.ibcData,
|
|
315
317
|
..._qwoyn.ibcData,
|
|
@@ -4213,6 +4213,37 @@ const info = [
|
|
|
4213
4213
|
}
|
|
4214
4214
|
}]
|
|
4215
4215
|
},
|
|
4216
|
+
{
|
|
4217
|
+
$schema: '../ibc_data.schema.json',
|
|
4218
|
+
chain1: {
|
|
4219
|
+
chainName: 'osmosis',
|
|
4220
|
+
chainId: 'osmosis-1',
|
|
4221
|
+
clientId: '07-tendermint-3681',
|
|
4222
|
+
connectionId: 'connection-11041'
|
|
4223
|
+
},
|
|
4224
|
+
chain2: {
|
|
4225
|
+
chainName: 'qie',
|
|
4226
|
+
chainId: 'qie_1990-1',
|
|
4227
|
+
clientId: '07-tendermint-2',
|
|
4228
|
+
connectionId: 'connection-0'
|
|
4229
|
+
},
|
|
4230
|
+
channels: [{
|
|
4231
|
+
chain1: {
|
|
4232
|
+
channelId: 'channel-109956',
|
|
4233
|
+
portId: 'transfer'
|
|
4234
|
+
},
|
|
4235
|
+
chain2: {
|
|
4236
|
+
channelId: 'channel-0',
|
|
4237
|
+
portId: 'transfer'
|
|
4238
|
+
},
|
|
4239
|
+
ordering: 'unordered',
|
|
4240
|
+
version: 'ics20-1',
|
|
4241
|
+
tags: {
|
|
4242
|
+
preferred: true,
|
|
4243
|
+
status: 'ACTIVE'
|
|
4244
|
+
}
|
|
4245
|
+
}]
|
|
4246
|
+
},
|
|
4216
4247
|
{
|
|
4217
4248
|
$schema: '../ibc_data.schema.json',
|
|
4218
4249
|
chain1: {
|
package/esm/mainnet/qie/chain.js
CHANGED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const info = [{
|
|
2
|
+
$schema: '../ibc_data.schema.json',
|
|
3
|
+
chain1: {
|
|
4
|
+
chainName: 'osmosis',
|
|
5
|
+
chainId: 'osmosis-1',
|
|
6
|
+
clientId: '07-tendermint-3681',
|
|
7
|
+
connectionId: 'connection-11041'
|
|
8
|
+
},
|
|
9
|
+
chain2: {
|
|
10
|
+
chainName: 'qie',
|
|
11
|
+
chainId: 'qie_1990-1',
|
|
12
|
+
clientId: '07-tendermint-2',
|
|
13
|
+
connectionId: 'connection-0'
|
|
14
|
+
},
|
|
15
|
+
channels: [{
|
|
16
|
+
chain1: {
|
|
17
|
+
channelId: 'channel-109956',
|
|
18
|
+
portId: 'transfer'
|
|
19
|
+
},
|
|
20
|
+
chain2: {
|
|
21
|
+
channelId: 'channel-0',
|
|
22
|
+
portId: 'transfer'
|
|
23
|
+
},
|
|
24
|
+
ordering: 'unordered',
|
|
25
|
+
version: 'ics20-1',
|
|
26
|
+
tags: {
|
|
27
|
+
preferred: true,
|
|
28
|
+
status: 'ACTIVE'
|
|
29
|
+
}
|
|
30
|
+
}]
|
|
31
|
+
}];
|
|
32
|
+
export default info;
|
package/esm/mainnet/qie/index.js
CHANGED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../assetlist.schema.json',
|
|
3
|
+
chainName: 'turkchain',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'Native token of Turkchain',
|
|
6
|
+
denomUnits: [{
|
|
7
|
+
denom: 'lira',
|
|
8
|
+
exponent: 0
|
|
9
|
+
}, {
|
|
10
|
+
denom: 'TURK',
|
|
11
|
+
exponent: 18
|
|
12
|
+
}],
|
|
13
|
+
base: 'lira',
|
|
14
|
+
name: 'TC',
|
|
15
|
+
display: 'TURK',
|
|
16
|
+
symbol: 'TURK',
|
|
17
|
+
logoURIs: {
|
|
18
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/turkchain/images/turkchain.png'
|
|
19
|
+
},
|
|
20
|
+
images: [{
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/turkchain/images/turkchain.png'
|
|
22
|
+
}],
|
|
23
|
+
typeAsset: 'sdk.coin'
|
|
24
|
+
}]
|
|
25
|
+
};
|
|
26
|
+
export default info;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../chain.schema.json',
|
|
3
|
+
chainName: 'turkchain',
|
|
4
|
+
status: 'live',
|
|
5
|
+
networkType: 'mainnet',
|
|
6
|
+
chainType: 'cosmos',
|
|
7
|
+
prettyName: 'Turkchain',
|
|
8
|
+
chainId: '1919',
|
|
9
|
+
description: 'Turkchain is a Cosmos SDK and EVM compatible blockchain focused on interoperability, DeFi and Web3 infrastructure.',
|
|
10
|
+
website: 'https://turkscan.com',
|
|
11
|
+
bech32Prefix: 'turk',
|
|
12
|
+
daemonName: 'turkchaind',
|
|
13
|
+
nodeHome: '$HOME/.turkchain',
|
|
14
|
+
slip44: 60,
|
|
15
|
+
keyAlgos: ['ethsecp256k1'],
|
|
16
|
+
extraCodecs: ['ethermint'],
|
|
17
|
+
fees: {
|
|
18
|
+
feeTokens: [{
|
|
19
|
+
denom: 'lira',
|
|
20
|
+
lowGasPrice: 0.01,
|
|
21
|
+
averageGasPrice: 0.025,
|
|
22
|
+
highGasPrice: 0.04
|
|
23
|
+
}]
|
|
24
|
+
},
|
|
25
|
+
staking: {
|
|
26
|
+
stakingTokens: [{
|
|
27
|
+
denom: 'lira'
|
|
28
|
+
}]
|
|
29
|
+
},
|
|
30
|
+
logoURIs: {
|
|
31
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/turkchain/images/turkchain.png'
|
|
32
|
+
},
|
|
33
|
+
images: [{
|
|
34
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/turkchain/images/turkchain.png'
|
|
35
|
+
}],
|
|
36
|
+
apis: {
|
|
37
|
+
rpc: [{
|
|
38
|
+
address: 'https://node.turkscan.com',
|
|
39
|
+
provider: 'turkchain'
|
|
40
|
+
}],
|
|
41
|
+
rest: [{
|
|
42
|
+
address: 'https://api.turkscan.com',
|
|
43
|
+
provider: 'turkchain'
|
|
44
|
+
}],
|
|
45
|
+
evmHttpJsonrpc: [{
|
|
46
|
+
address: 'https://rpc.turkscan.com',
|
|
47
|
+
provider: 'turkchain'
|
|
48
|
+
}]
|
|
49
|
+
},
|
|
50
|
+
explorers: [{
|
|
51
|
+
kind: 'blockscout',
|
|
52
|
+
url: 'https://turkscan.com',
|
|
53
|
+
txPage: 'https://turkscan.com/tx/${txHash}',
|
|
54
|
+
accountPage: 'https://turkscan.com/address/${accountAddress}'
|
|
55
|
+
}]
|
|
56
|
+
};
|
|
57
|
+
export default info;
|
|
@@ -438,6 +438,55 @@ const info = {
|
|
|
438
438
|
}
|
|
439
439
|
}]
|
|
440
440
|
},
|
|
441
|
+
{
|
|
442
|
+
description: 'EURC (Euro Coin) on ZIGChain',
|
|
443
|
+
denomUnits: [{
|
|
444
|
+
denom: 'ibc/CC5268F89C752A4BDCBDAA574AF0A381786FCC839104E077DA9A9145176BF8ED',
|
|
445
|
+
exponent: 0
|
|
446
|
+
}, {
|
|
447
|
+
denom: 'eurc',
|
|
448
|
+
exponent: 6
|
|
449
|
+
}],
|
|
450
|
+
typeAsset: 'ics20',
|
|
451
|
+
base: 'ibc/CC5268F89C752A4BDCBDAA574AF0A381786FCC839104E077DA9A9145176BF8ED',
|
|
452
|
+
name: 'Euro Coin',
|
|
453
|
+
display: 'eurc',
|
|
454
|
+
symbol: 'EURC',
|
|
455
|
+
traces: [{
|
|
456
|
+
type: 'ibc-bridge',
|
|
457
|
+
counterparty: {
|
|
458
|
+
chainName: 'ethereum',
|
|
459
|
+
baseDenom: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c',
|
|
460
|
+
channelId: 'channel-0'
|
|
461
|
+
},
|
|
462
|
+
chain: {
|
|
463
|
+
channelId: '08-wasm-1369',
|
|
464
|
+
path: 'transfer/08-wasm-1369/0x1abaea1f7c830bd89acc67ec4af516284b1bc33c'
|
|
465
|
+
},
|
|
466
|
+
provider: 'Eureka'
|
|
467
|
+
}, {
|
|
468
|
+
type: 'ibc',
|
|
469
|
+
counterparty: {
|
|
470
|
+
chainName: 'cosmoshub',
|
|
471
|
+
baseDenom: 'ibc/5512EB544A275E5375CE4D82233BDAA2D03002E352A9C6B0049175BD368DF10E',
|
|
472
|
+
channelId: 'channel-1555'
|
|
473
|
+
},
|
|
474
|
+
chain: {
|
|
475
|
+
channelId: 'channel-4',
|
|
476
|
+
path: 'transfer/channel-4/transfer/08-wasm-1369/0x1abaea1f7c830bd89acc67ec4af516284b1bc33c'
|
|
477
|
+
}
|
|
478
|
+
}],
|
|
479
|
+
logoURIs: {
|
|
480
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eurc.png'
|
|
481
|
+
},
|
|
482
|
+
images: [{
|
|
483
|
+
imageSync: {
|
|
484
|
+
chainName: 'ethereum',
|
|
485
|
+
baseDenom: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c'
|
|
486
|
+
},
|
|
487
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eurc.png'
|
|
488
|
+
}]
|
|
489
|
+
},
|
|
441
490
|
{
|
|
442
491
|
description: 'Stride Staked ATOM on ZIGChain',
|
|
443
492
|
denomUnits: [{
|
package/mainnet/asset-lists.js
CHANGED
|
@@ -241,6 +241,7 @@ const _tgrade = __importStar(require("./tgrade"));
|
|
|
241
241
|
const _thejaynetwork = __importStar(require("./thejaynetwork"));
|
|
242
242
|
const _thorchain = __importStar(require("./thorchain"));
|
|
243
243
|
const _titan = __importStar(require("./titan"));
|
|
244
|
+
const _turkchain = __importStar(require("./turkchain"));
|
|
244
245
|
const _umee = __importStar(require("./umee"));
|
|
245
246
|
const _unicorn = __importStar(require("./unicorn"));
|
|
246
247
|
const _unification = __importStar(require("./unification"));
|
|
@@ -476,6 +477,7 @@ const assetList = [
|
|
|
476
477
|
_thejaynetwork.assetList,
|
|
477
478
|
_thorchain.assetList,
|
|
478
479
|
_titan.assetList,
|
|
480
|
+
_turkchain.assetList,
|
|
479
481
|
_umee.assetList,
|
|
480
482
|
_unicorn.assetList,
|
|
481
483
|
_unification.assetList,
|
package/mainnet/chains.js
CHANGED
|
@@ -241,6 +241,7 @@ const _tgrade = __importStar(require("./tgrade"));
|
|
|
241
241
|
const _thejaynetwork = __importStar(require("./thejaynetwork"));
|
|
242
242
|
const _thorchain = __importStar(require("./thorchain"));
|
|
243
243
|
const _titan = __importStar(require("./titan"));
|
|
244
|
+
const _turkchain = __importStar(require("./turkchain"));
|
|
244
245
|
const _umee = __importStar(require("./umee"));
|
|
245
246
|
const _unicorn = __importStar(require("./unicorn"));
|
|
246
247
|
const _unification = __importStar(require("./unification"));
|
|
@@ -476,6 +477,7 @@ const chains = [
|
|
|
476
477
|
_thejaynetwork.chain,
|
|
477
478
|
_thorchain.chain,
|
|
478
479
|
_titan.chain,
|
|
480
|
+
_turkchain.chain,
|
|
479
481
|
_umee.chain,
|
|
480
482
|
_unicorn.chain,
|
|
481
483
|
_unification.chain,
|
|
@@ -558,6 +558,41 @@ const info = {
|
|
|
558
558
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lorenzo-wrapped-bitcoin.png'
|
|
559
559
|
}]
|
|
560
560
|
},
|
|
561
|
+
{
|
|
562
|
+
description: 'Euro Coin on the Cosmos Hub',
|
|
563
|
+
denomUnits: [{
|
|
564
|
+
denom: 'ibc/5512EB544A275E5375CE4D82233BDAA2D03002E352A9C6B0049175BD368DF10E',
|
|
565
|
+
exponent: 0
|
|
566
|
+
}, {
|
|
567
|
+
denom: 'eurc',
|
|
568
|
+
exponent: 6
|
|
569
|
+
}],
|
|
570
|
+
typeAsset: 'ics20',
|
|
571
|
+
base: 'ibc/5512EB544A275E5375CE4D82233BDAA2D03002E352A9C6B0049175BD368DF10E',
|
|
572
|
+
name: 'Euro Coin',
|
|
573
|
+
display: 'eurc',
|
|
574
|
+
symbol: 'EURC',
|
|
575
|
+
traces: [{
|
|
576
|
+
type: 'ibc-bridge',
|
|
577
|
+
counterparty: {
|
|
578
|
+
chainName: 'ethereum',
|
|
579
|
+
baseDenom: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c',
|
|
580
|
+
channelId: 'cosmoshub-0'
|
|
581
|
+
},
|
|
582
|
+
chain: {
|
|
583
|
+
channelId: '08-wasm-1369',
|
|
584
|
+
path: 'transfer/08-wasm-1369/0x1abaea1f7c830bd89acc67ec4af516284b1bc33c'
|
|
585
|
+
},
|
|
586
|
+
provider: 'Eureka'
|
|
587
|
+
}],
|
|
588
|
+
images: [{
|
|
589
|
+
imageSync: {
|
|
590
|
+
chainName: 'ethereum',
|
|
591
|
+
baseDenom: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c'
|
|
592
|
+
},
|
|
593
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eurc.png'
|
|
594
|
+
}]
|
|
595
|
+
},
|
|
561
596
|
{
|
|
562
597
|
description: 'Tether USD on the Cosmos Hub',
|
|
563
598
|
denomUnits: [{
|
|
@@ -1065,6 +1100,27 @@ const info = {
|
|
|
1065
1100
|
}
|
|
1066
1101
|
}],
|
|
1067
1102
|
coingeckoId: 'dragon-coin-2'
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
description: 'Nether is a tokenfactory token on the Cosmos Hub.',
|
|
1106
|
+
denomUnits: [{
|
|
1107
|
+
denom: 'factory/cosmos1wdja2gcsesyl07raq9jm3rcvu0sse5zkev0h8m/Nether',
|
|
1108
|
+
exponent: 0
|
|
1109
|
+
}, {
|
|
1110
|
+
denom: 'nthr',
|
|
1111
|
+
exponent: 6
|
|
1112
|
+
}],
|
|
1113
|
+
typeAsset: 'sdk.coin',
|
|
1114
|
+
base: 'factory/cosmos1wdja2gcsesyl07raq9jm3rcvu0sse5zkev0h8m/Nether',
|
|
1115
|
+
name: 'Nether',
|
|
1116
|
+
display: 'nthr',
|
|
1117
|
+
symbol: 'NTHR',
|
|
1118
|
+
images: [{
|
|
1119
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/nthr.png'
|
|
1120
|
+
}],
|
|
1121
|
+
logoURIs: {
|
|
1122
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/nthr.png'
|
|
1123
|
+
}
|
|
1068
1124
|
}
|
|
1069
1125
|
]
|
|
1070
1126
|
};
|
|
@@ -6,7 +6,7 @@ const info = {
|
|
|
6
6
|
assets: [
|
|
7
7
|
{
|
|
8
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.',
|
|
9
|
-
extendedDescription: 'Dungeon Chain is a
|
|
9
|
+
extendedDescription: 'Dungeon Chain is a sovereign Cosmos SDK blockchain designed specifically for interchain gaming. Built with native IBC interoperability and CosmWasm support, Dungeon Chain empowers developers and players to participate in a seamless gaming ecosystem that bridges multiple blockchains. 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. 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.',
|
|
10
10
|
denomUnits: [{
|
|
11
11
|
denom: 'udgn',
|
|
12
12
|
exponent: 0
|
|
@@ -23,7 +23,7 @@ const info = {
|
|
|
23
23
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
24
24
|
},
|
|
25
25
|
socials: {
|
|
26
|
-
website: 'https://
|
|
26
|
+
website: 'https://dungeongames.io',
|
|
27
27
|
x: 'https://x.com/cryptodungeonma'
|
|
28
28
|
},
|
|
29
29
|
images: [{
|
package/mainnet/dungeon/chain.js
CHANGED
|
@@ -6,7 +6,7 @@ const info = {
|
|
|
6
6
|
status: 'live',
|
|
7
7
|
networkType: 'mainnet',
|
|
8
8
|
chainType: 'cosmos',
|
|
9
|
-
website: 'https://
|
|
9
|
+
website: 'https://dungeongames.io',
|
|
10
10
|
prettyName: 'Dungeon Chain',
|
|
11
11
|
chainId: 'dungeon-1',
|
|
12
12
|
bech32Prefix: 'dungeon',
|
|
@@ -22,6 +22,10 @@ const info = {
|
|
|
22
22
|
},
|
|
23
23
|
apis: {
|
|
24
24
|
rpc: [
|
|
25
|
+
{
|
|
26
|
+
address: 'https://rpc.dungeongames.io',
|
|
27
|
+
provider: 'Dungeon Games'
|
|
28
|
+
},
|
|
25
29
|
{
|
|
26
30
|
address: 'https://dungeon-wallet.rpc.quasarstaking.ai',
|
|
27
31
|
provider: 'Quasar'
|
|
@@ -37,13 +41,13 @@ const info = {
|
|
|
37
41
|
{
|
|
38
42
|
address: 'https://rpc.dungeon.chaintools.tech',
|
|
39
43
|
provider: 'ChainTools'
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
address: 'https://rpc.dungeongames.io',
|
|
43
|
-
provider: 'Dungeon Games'
|
|
44
44
|
}
|
|
45
45
|
],
|
|
46
46
|
rest: [
|
|
47
|
+
{
|
|
48
|
+
address: 'https://api.dungeongames.io',
|
|
49
|
+
provider: 'Dungeon Games'
|
|
50
|
+
},
|
|
47
51
|
{
|
|
48
52
|
address: 'https://dungeon-wallet.api.quasarstaking.ai',
|
|
49
53
|
provider: 'Quasar'
|
|
@@ -63,10 +67,6 @@ const info = {
|
|
|
63
67
|
{
|
|
64
68
|
address: 'https://api.dungeon.chaintools.tech',
|
|
65
69
|
provider: 'ChainTools'
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
address: 'https://api.dungeongames.io',
|
|
69
|
-
provider: 'Dungeon Games'
|
|
70
70
|
}
|
|
71
71
|
],
|
|
72
72
|
grpc: [{
|
|
@@ -1403,6 +1403,34 @@ const info = {
|
|
|
1403
1403
|
}
|
|
1404
1404
|
}]
|
|
1405
1405
|
},
|
|
1406
|
+
{
|
|
1407
|
+
description: 'EURC is a euro-backed stablecoin issued by Circle. EURC is designed to provide a faster, safer, and more efficient way to send, spend, and exchange money around the world.',
|
|
1408
|
+
typeAsset: 'erc20',
|
|
1409
|
+
address: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c',
|
|
1410
|
+
denomUnits: [{
|
|
1411
|
+
denom: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c',
|
|
1412
|
+
exponent: 0
|
|
1413
|
+
}, {
|
|
1414
|
+
denom: 'eurc',
|
|
1415
|
+
exponent: 6
|
|
1416
|
+
}],
|
|
1417
|
+
base: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c',
|
|
1418
|
+
name: 'Euro Coin',
|
|
1419
|
+
display: 'eurc',
|
|
1420
|
+
symbol: 'EURC',
|
|
1421
|
+
keywords: [
|
|
1422
|
+
'eurc',
|
|
1423
|
+
'circle',
|
|
1424
|
+
'stablecoin',
|
|
1425
|
+
'euro'
|
|
1426
|
+
],
|
|
1427
|
+
images: [{
|
|
1428
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eurc.png'
|
|
1429
|
+
}],
|
|
1430
|
+
logoURIs: {
|
|
1431
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eurc.png'
|
|
1432
|
+
}
|
|
1433
|
+
},
|
|
1406
1434
|
{
|
|
1407
1435
|
description: 'EURe is a Euro-backed stablecoin issued by Monerium.',
|
|
1408
1436
|
extendedDescription: 'EURe is the first authorized and regulated stablecoin in Europe. It is collateralized by Euro-denominated deposits held in segregated accounts. EURe is issued by Monerium, the first Electronic Money Institution (EMI) to become compliant under the EU\'s MiCA regulations.',
|
package/mainnet/ibc-data.js
CHANGED
|
@@ -156,6 +156,7 @@ const _pryzm = __importStar(require("./pryzm"));
|
|
|
156
156
|
const _pundix = __importStar(require("./pundix"));
|
|
157
157
|
const _pylons = __importStar(require("./pylons"));
|
|
158
158
|
const _qfs = __importStar(require("./qfs"));
|
|
159
|
+
const _qie = __importStar(require("./qie"));
|
|
159
160
|
const _quasar = __importStar(require("./quasar"));
|
|
160
161
|
const _quicksilver = __importStar(require("./quicksilver"));
|
|
161
162
|
const _qwoyn = __importStar(require("./qwoyn"));
|
|
@@ -335,6 +336,7 @@ const ibcData = [
|
|
|
335
336
|
..._pundix.ibcData,
|
|
336
337
|
..._pylons.ibcData,
|
|
337
338
|
..._qfs.ibcData,
|
|
339
|
+
..._qie.ibcData,
|
|
338
340
|
..._quasar.ibcData,
|
|
339
341
|
..._quicksilver.ibcData,
|
|
340
342
|
..._qwoyn.ibcData,
|
|
@@ -4215,6 +4215,37 @@ const info = [
|
|
|
4215
4215
|
}
|
|
4216
4216
|
}]
|
|
4217
4217
|
},
|
|
4218
|
+
{
|
|
4219
|
+
$schema: '../ibc_data.schema.json',
|
|
4220
|
+
chain1: {
|
|
4221
|
+
chainName: 'osmosis',
|
|
4222
|
+
chainId: 'osmosis-1',
|
|
4223
|
+
clientId: '07-tendermint-3681',
|
|
4224
|
+
connectionId: 'connection-11041'
|
|
4225
|
+
},
|
|
4226
|
+
chain2: {
|
|
4227
|
+
chainName: 'qie',
|
|
4228
|
+
chainId: 'qie_1990-1',
|
|
4229
|
+
clientId: '07-tendermint-2',
|
|
4230
|
+
connectionId: 'connection-0'
|
|
4231
|
+
},
|
|
4232
|
+
channels: [{
|
|
4233
|
+
chain1: {
|
|
4234
|
+
channelId: 'channel-109956',
|
|
4235
|
+
portId: 'transfer'
|
|
4236
|
+
},
|
|
4237
|
+
chain2: {
|
|
4238
|
+
channelId: 'channel-0',
|
|
4239
|
+
portId: 'transfer'
|
|
4240
|
+
},
|
|
4241
|
+
ordering: 'unordered',
|
|
4242
|
+
version: 'ics20-1',
|
|
4243
|
+
tags: {
|
|
4244
|
+
preferred: true,
|
|
4245
|
+
status: 'ACTIVE'
|
|
4246
|
+
}
|
|
4247
|
+
}]
|
|
4248
|
+
},
|
|
4218
4249
|
{
|
|
4219
4250
|
$schema: '../ibc_data.schema.json',
|
|
4220
4251
|
chain1: {
|
package/mainnet/qie/chain.js
CHANGED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = [{
|
|
4
|
+
$schema: '../ibc_data.schema.json',
|
|
5
|
+
chain1: {
|
|
6
|
+
chainName: 'osmosis',
|
|
7
|
+
chainId: 'osmosis-1',
|
|
8
|
+
clientId: '07-tendermint-3681',
|
|
9
|
+
connectionId: 'connection-11041'
|
|
10
|
+
},
|
|
11
|
+
chain2: {
|
|
12
|
+
chainName: 'qie',
|
|
13
|
+
chainId: 'qie_1990-1',
|
|
14
|
+
clientId: '07-tendermint-2',
|
|
15
|
+
connectionId: 'connection-0'
|
|
16
|
+
},
|
|
17
|
+
channels: [{
|
|
18
|
+
chain1: {
|
|
19
|
+
channelId: 'channel-109956',
|
|
20
|
+
portId: 'transfer'
|
|
21
|
+
},
|
|
22
|
+
chain2: {
|
|
23
|
+
channelId: 'channel-0',
|
|
24
|
+
portId: 'transfer'
|
|
25
|
+
},
|
|
26
|
+
ordering: 'unordered',
|
|
27
|
+
version: 'ics20-1',
|
|
28
|
+
tags: {
|
|
29
|
+
preferred: true,
|
|
30
|
+
status: 'ACTIVE'
|
|
31
|
+
}
|
|
32
|
+
}]
|
|
33
|
+
}];
|
|
34
|
+
exports.default = info;
|
package/mainnet/qie/index.d.ts
CHANGED
package/mainnet/qie/index.js
CHANGED
|
@@ -3,8 +3,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.chain = exports.assetList = void 0;
|
|
6
|
+
exports.ibcData = exports.chain = exports.assetList = void 0;
|
|
7
7
|
const asset_list_1 = __importDefault(require("./asset-list"));
|
|
8
8
|
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
const ibc_data_1 = __importDefault(require("./ibc-data"));
|
|
9
10
|
exports.assetList = asset_list_1.default;
|
|
10
11
|
exports.chain = chain_1.default;
|
|
12
|
+
exports.ibcData = ibc_data_1.default;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../assetlist.schema.json',
|
|
5
|
+
chainName: 'turkchain',
|
|
6
|
+
assets: [{
|
|
7
|
+
description: 'Native token of Turkchain',
|
|
8
|
+
denomUnits: [{
|
|
9
|
+
denom: 'lira',
|
|
10
|
+
exponent: 0
|
|
11
|
+
}, {
|
|
12
|
+
denom: 'TURK',
|
|
13
|
+
exponent: 18
|
|
14
|
+
}],
|
|
15
|
+
base: 'lira',
|
|
16
|
+
name: 'TC',
|
|
17
|
+
display: 'TURK',
|
|
18
|
+
symbol: 'TURK',
|
|
19
|
+
logoURIs: {
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/turkchain/images/turkchain.png'
|
|
21
|
+
},
|
|
22
|
+
images: [{
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/turkchain/images/turkchain.png'
|
|
24
|
+
}],
|
|
25
|
+
typeAsset: 'sdk.coin'
|
|
26
|
+
}]
|
|
27
|
+
};
|
|
28
|
+
exports.default = info;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../chain.schema.json',
|
|
5
|
+
chainName: 'turkchain',
|
|
6
|
+
status: 'live',
|
|
7
|
+
networkType: 'mainnet',
|
|
8
|
+
chainType: 'cosmos',
|
|
9
|
+
prettyName: 'Turkchain',
|
|
10
|
+
chainId: '1919',
|
|
11
|
+
description: 'Turkchain is a Cosmos SDK and EVM compatible blockchain focused on interoperability, DeFi and Web3 infrastructure.',
|
|
12
|
+
website: 'https://turkscan.com',
|
|
13
|
+
bech32Prefix: 'turk',
|
|
14
|
+
daemonName: 'turkchaind',
|
|
15
|
+
nodeHome: '$HOME/.turkchain',
|
|
16
|
+
slip44: 60,
|
|
17
|
+
keyAlgos: ['ethsecp256k1'],
|
|
18
|
+
extraCodecs: ['ethermint'],
|
|
19
|
+
fees: {
|
|
20
|
+
feeTokens: [{
|
|
21
|
+
denom: 'lira',
|
|
22
|
+
lowGasPrice: 0.01,
|
|
23
|
+
averageGasPrice: 0.025,
|
|
24
|
+
highGasPrice: 0.04
|
|
25
|
+
}]
|
|
26
|
+
},
|
|
27
|
+
staking: {
|
|
28
|
+
stakingTokens: [{
|
|
29
|
+
denom: 'lira'
|
|
30
|
+
}]
|
|
31
|
+
},
|
|
32
|
+
logoURIs: {
|
|
33
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/turkchain/images/turkchain.png'
|
|
34
|
+
},
|
|
35
|
+
images: [{
|
|
36
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/turkchain/images/turkchain.png'
|
|
37
|
+
}],
|
|
38
|
+
apis: {
|
|
39
|
+
rpc: [{
|
|
40
|
+
address: 'https://node.turkscan.com',
|
|
41
|
+
provider: 'turkchain'
|
|
42
|
+
}],
|
|
43
|
+
rest: [{
|
|
44
|
+
address: 'https://api.turkscan.com',
|
|
45
|
+
provider: 'turkchain'
|
|
46
|
+
}],
|
|
47
|
+
evmHttpJsonrpc: [{
|
|
48
|
+
address: 'https://rpc.turkscan.com',
|
|
49
|
+
provider: 'turkchain'
|
|
50
|
+
}]
|
|
51
|
+
},
|
|
52
|
+
explorers: [{
|
|
53
|
+
kind: 'blockscout',
|
|
54
|
+
url: 'https://turkscan.com',
|
|
55
|
+
txPage: 'https://turkscan.com/tx/${txHash}',
|
|
56
|
+
accountPage: 'https://turkscan.com/address/${accountAddress}'
|
|
57
|
+
}]
|
|
58
|
+
};
|
|
59
|
+
exports.default = info;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.chain = exports.assetList = void 0;
|
|
7
|
+
const asset_list_1 = __importDefault(require("./asset-list"));
|
|
8
|
+
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
exports.assetList = asset_list_1.default;
|
|
10
|
+
exports.chain = chain_1.default;
|
|
@@ -440,6 +440,55 @@ const info = {
|
|
|
440
440
|
}
|
|
441
441
|
}]
|
|
442
442
|
},
|
|
443
|
+
{
|
|
444
|
+
description: 'EURC (Euro Coin) on ZIGChain',
|
|
445
|
+
denomUnits: [{
|
|
446
|
+
denom: 'ibc/CC5268F89C752A4BDCBDAA574AF0A381786FCC839104E077DA9A9145176BF8ED',
|
|
447
|
+
exponent: 0
|
|
448
|
+
}, {
|
|
449
|
+
denom: 'eurc',
|
|
450
|
+
exponent: 6
|
|
451
|
+
}],
|
|
452
|
+
typeAsset: 'ics20',
|
|
453
|
+
base: 'ibc/CC5268F89C752A4BDCBDAA574AF0A381786FCC839104E077DA9A9145176BF8ED',
|
|
454
|
+
name: 'Euro Coin',
|
|
455
|
+
display: 'eurc',
|
|
456
|
+
symbol: 'EURC',
|
|
457
|
+
traces: [{
|
|
458
|
+
type: 'ibc-bridge',
|
|
459
|
+
counterparty: {
|
|
460
|
+
chainName: 'ethereum',
|
|
461
|
+
baseDenom: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c',
|
|
462
|
+
channelId: 'channel-0'
|
|
463
|
+
},
|
|
464
|
+
chain: {
|
|
465
|
+
channelId: '08-wasm-1369',
|
|
466
|
+
path: 'transfer/08-wasm-1369/0x1abaea1f7c830bd89acc67ec4af516284b1bc33c'
|
|
467
|
+
},
|
|
468
|
+
provider: 'Eureka'
|
|
469
|
+
}, {
|
|
470
|
+
type: 'ibc',
|
|
471
|
+
counterparty: {
|
|
472
|
+
chainName: 'cosmoshub',
|
|
473
|
+
baseDenom: 'ibc/5512EB544A275E5375CE4D82233BDAA2D03002E352A9C6B0049175BD368DF10E',
|
|
474
|
+
channelId: 'channel-1555'
|
|
475
|
+
},
|
|
476
|
+
chain: {
|
|
477
|
+
channelId: 'channel-4',
|
|
478
|
+
path: 'transfer/channel-4/transfer/08-wasm-1369/0x1abaea1f7c830bd89acc67ec4af516284b1bc33c'
|
|
479
|
+
}
|
|
480
|
+
}],
|
|
481
|
+
logoURIs: {
|
|
482
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eurc.png'
|
|
483
|
+
},
|
|
484
|
+
images: [{
|
|
485
|
+
imageSync: {
|
|
486
|
+
chainName: 'ethereum',
|
|
487
|
+
baseDenom: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c'
|
|
488
|
+
},
|
|
489
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eurc.png'
|
|
490
|
+
}]
|
|
491
|
+
},
|
|
443
492
|
{
|
|
444
493
|
description: 'Stride Staked ATOM on ZIGChain',
|
|
445
494
|
denomUnits: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.200",
|
|
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.200"
|
|
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": "8b8e90a5846dfb59a4e7ab2629aeedb1212872e4"
|
|
43
43
|
}
|