chain-registry 2.0.26 β 2.0.28
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/archway/chain.js +0 -8
- package/esm/mainnet/arkeo/chain.js +17 -0
- package/esm/mainnet/aura/chain.js +0 -8
- package/esm/mainnet/axelar/asset-list.js +47 -5
- package/esm/mainnet/axone/chain.js +47 -9
- package/esm/mainnet/bitbadges/ibc-data.js +4 -4
- package/esm/mainnet/cosmoshub/chain.js +0 -12
- package/esm/mainnet/cryptoorgchain/asset-list.js +13 -3
- package/esm/mainnet/dhealth/asset-list.js +7 -0
- package/esm/mainnet/elys/chain.js +0 -8
- package/esm/mainnet/fetchhub/asset-list.js +6 -0
- package/esm/mainnet/int3face/ibc-data.js +35 -3
- package/esm/mainnet/kopi/chain.js +16 -2
- package/esm/mainnet/mtgbp/asset-list.js +6 -2
- package/esm/mainnet/mtgbp/chain.js +11 -11
- package/esm/mainnet/neutaro/asset-list.js +3 -2
- package/esm/mainnet/neutron/asset-list.js +1 -1
- package/esm/mainnet/noble/ibc-data.js +29 -0
- package/esm/mainnet/osmosis/asset-list.js +9 -4
- package/esm/mainnet/osmosis/ibc-data.js +7 -7
- package/esm/mainnet/qfs/asset-list.js +6 -2
- package/esm/mainnet/qfs/chain.js +12 -12
- package/esm/mainnet/shentu/chain.js +0 -8
- package/esm/mainnet/taketitan/ibc-data.js +3 -3
- package/esm/mainnet/umee/chain.js +0 -12
- package/esm/testnet/axelartestnet/ibc-data.js +1 -1
- package/esm/testnet/injectivetestnet/ibc-data.js +1 -1
- package/esm/testnet/int3facetestnet/ibc-data.js +28 -0
- package/esm/testnet/nobletestnet/ibc-data.js +30 -1
- package/esm/testnet/osmosistestnet/ibc-data.js +1 -1
- package/esm/testnet/soarchaintestnet/chain.js +0 -8
- package/esm/testnet/xiontestnet2/chain.js +7 -7
- package/mainnet/archway/chain.js +0 -8
- package/mainnet/arkeo/chain.js +17 -0
- package/mainnet/aura/chain.js +0 -8
- package/mainnet/axelar/asset-list.js +47 -5
- package/mainnet/axone/chain.js +47 -9
- package/mainnet/bitbadges/ibc-data.js +4 -4
- package/mainnet/cosmoshub/chain.js +0 -12
- package/mainnet/cryptoorgchain/asset-list.js +13 -3
- package/mainnet/dhealth/asset-list.js +7 -0
- package/mainnet/elys/chain.js +0 -8
- package/mainnet/fetchhub/asset-list.js +6 -0
- package/mainnet/int3face/ibc-data.js +35 -3
- package/mainnet/kopi/chain.js +16 -2
- package/mainnet/mtgbp/asset-list.js +6 -2
- package/mainnet/mtgbp/chain.js +11 -11
- package/mainnet/neutaro/asset-list.js +3 -2
- package/mainnet/neutron/asset-list.js +1 -1
- package/mainnet/noble/ibc-data.js +29 -0
- package/mainnet/osmosis/asset-list.js +9 -4
- package/mainnet/osmosis/ibc-data.js +7 -7
- package/mainnet/qfs/asset-list.js +6 -2
- package/mainnet/qfs/chain.js +12 -12
- package/mainnet/shentu/chain.js +0 -8
- package/mainnet/taketitan/ibc-data.js +3 -3
- package/mainnet/umee/chain.js +0 -12
- package/package.json +3 -3
- package/testnet/axelartestnet/ibc-data.js +1 -1
- package/testnet/injectivetestnet/ibc-data.js +1 -1
- package/testnet/int3facetestnet/ibc-data.js +28 -0
- package/testnet/nobletestnet/ibc-data.js +30 -1
- package/testnet/osmosistestnet/ibc-data.js +1 -1
- package/testnet/soarchaintestnet/chain.js +0 -8
- package/testnet/xiontestnet2/chain.js +7 -7
|
@@ -174,10 +174,6 @@ const info = {
|
|
|
174
174
|
address: 'https://rpc-cosmoshub.mms.team',
|
|
175
175
|
provider: 'MMS'
|
|
176
176
|
},
|
|
177
|
-
{
|
|
178
|
-
address: 'https://cosmos-rpc.tienthuattoan.com',
|
|
179
|
-
provider: 'TTT π»π³'
|
|
180
|
-
},
|
|
181
177
|
{
|
|
182
178
|
address: 'https://community.nuxian-node.ch:6797/gaia/trpc',
|
|
183
179
|
provider: 'PRO Delegators'
|
|
@@ -316,10 +312,6 @@ const info = {
|
|
|
316
312
|
address: 'https://api-cosmoshub.mms.team',
|
|
317
313
|
provider: 'MMS'
|
|
318
314
|
},
|
|
319
|
-
{
|
|
320
|
-
address: 'https://cosmos-api.tienthuattoan.ventures',
|
|
321
|
-
provider: 'TienThuatToan'
|
|
322
|
-
},
|
|
323
315
|
{
|
|
324
316
|
address: 'https://community.nuxian-node.ch:6797/gaia/crpc',
|
|
325
317
|
provider: 'PRO Delegators'
|
|
@@ -430,10 +422,6 @@ const info = {
|
|
|
430
422
|
address: 'grpc-cosmoshub.mms.team:443',
|
|
431
423
|
provider: 'MMS'
|
|
432
424
|
},
|
|
433
|
-
{
|
|
434
|
-
address: 'cosmos-grpc.tienthuattoan.ventures:9090',
|
|
435
|
-
provider: 'TienThuatToan'
|
|
436
|
-
},
|
|
437
425
|
{
|
|
438
426
|
address: 'cosmoshub-mainnet.grpc.l0vd.com:80',
|
|
439
427
|
provider: 'L0vd.com β€οΈ'
|
|
@@ -20,14 +20,24 @@ const info = {
|
|
|
20
20
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
|
|
21
21
|
},
|
|
22
22
|
coingeckoId: 'crypto-com-chain',
|
|
23
|
-
images: [
|
|
23
|
+
images: [
|
|
24
|
+
{
|
|
24
25
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
|
|
25
|
-
},
|
|
26
|
+
},
|
|
27
|
+
{
|
|
26
28
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png',
|
|
27
29
|
theme: {
|
|
28
30
|
primaryColorHex: '#0c2c71'
|
|
29
31
|
}
|
|
30
|
-
}
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro_white.svg',
|
|
35
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro_white.png',
|
|
36
|
+
theme: {
|
|
37
|
+
darkMode: true
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
],
|
|
31
41
|
socials: {
|
|
32
42
|
website: 'https://cronos.org/',
|
|
33
43
|
twitter: 'https://twitter.com/cronos_chain'
|
|
@@ -32,6 +32,13 @@ const info = {
|
|
|
32
32
|
theme: {
|
|
33
33
|
primaryColorHex: '#140c7c'
|
|
34
34
|
}
|
|
35
|
+
}, {
|
|
36
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp-circle.svg',
|
|
37
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp-circle.png',
|
|
38
|
+
theme: {
|
|
39
|
+
darkMode: true,
|
|
40
|
+
circle: true
|
|
41
|
+
}
|
|
35
42
|
}],
|
|
36
43
|
typeAsset: 'sdk.coin'
|
|
37
44
|
}]
|
package/mainnet/elys/chain.js
CHANGED
|
@@ -154,10 +154,6 @@ const info = {
|
|
|
154
154
|
address: 'https://elys-rpc.node39.top:443',
|
|
155
155
|
provider: 'Node39'
|
|
156
156
|
},
|
|
157
|
-
{
|
|
158
|
-
address: 'https://rpc.elys.mtl.vnodesv.net',
|
|
159
|
-
provider: 'vNodes[V] [NA] Ser[V]ices'
|
|
160
|
-
},
|
|
161
157
|
{
|
|
162
158
|
address: 'https://elys.rpc.fr.vnodesv.net',
|
|
163
159
|
provider: 'vNodes[V] [EUR] Ser[V]ices'
|
|
@@ -244,10 +240,6 @@ const info = {
|
|
|
244
240
|
address: 'https://elys-api.node39.top:443',
|
|
245
241
|
provider: 'Node39'
|
|
246
242
|
},
|
|
247
|
-
{
|
|
248
|
-
address: 'https://rest.elys.mtl.vnodesv.net',
|
|
249
|
-
provider: 'vNodes[V] [NA] Ser[V]ices'
|
|
250
|
-
},
|
|
251
243
|
{
|
|
252
244
|
address: 'https://elys.rest.fr.vnodesv.net:443',
|
|
253
245
|
provider: 'vNodes[V] [EUR] Ser[V]ices'
|
|
@@ -27,6 +27,12 @@ const info = {
|
|
|
27
27
|
theme: {
|
|
28
28
|
primaryColorHex: '#1c2444'
|
|
29
29
|
}
|
|
30
|
+
}, {
|
|
31
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet_white.svg',
|
|
32
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet_white.png',
|
|
33
|
+
theme: {
|
|
34
|
+
darkMode: true
|
|
35
|
+
}
|
|
30
36
|
}],
|
|
31
37
|
typeAsset: 'sdk.coin'
|
|
32
38
|
}, {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const info = [
|
|
3
|
+
const info = [
|
|
4
|
+
{
|
|
4
5
|
$schema: '../ibc_data.schema.json',
|
|
5
6
|
chain1: {
|
|
6
7
|
chainName: 'int3face',
|
|
@@ -28,7 +29,37 @@ const info = [{
|
|
|
28
29
|
preferred: true
|
|
29
30
|
}
|
|
30
31
|
}]
|
|
31
|
-
},
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
$schema: '../ibc_data.schema.json',
|
|
35
|
+
chain1: {
|
|
36
|
+
chainName: 'int3face',
|
|
37
|
+
clientId: '07-tendermint-4',
|
|
38
|
+
connectionId: 'connection-2'
|
|
39
|
+
},
|
|
40
|
+
chain2: {
|
|
41
|
+
chainName: 'noble',
|
|
42
|
+
clientId: '07-tendermint-179',
|
|
43
|
+
connectionId: 'connection-172'
|
|
44
|
+
},
|
|
45
|
+
channels: [{
|
|
46
|
+
chain1: {
|
|
47
|
+
channelId: 'channel-2',
|
|
48
|
+
portId: 'transfer'
|
|
49
|
+
},
|
|
50
|
+
chain2: {
|
|
51
|
+
channelId: 'channel-165',
|
|
52
|
+
portId: 'transfer'
|
|
53
|
+
},
|
|
54
|
+
ordering: 'unordered',
|
|
55
|
+
version: 'ics20-1',
|
|
56
|
+
tags: {
|
|
57
|
+
status: 'live',
|
|
58
|
+
preferred: true
|
|
59
|
+
}
|
|
60
|
+
}]
|
|
61
|
+
},
|
|
62
|
+
{
|
|
32
63
|
$schema: '../ibc_data.schema.json',
|
|
33
64
|
chain1: {
|
|
34
65
|
chainName: 'int3face',
|
|
@@ -56,5 +87,6 @@ const info = [{
|
|
|
56
87
|
preferred: true
|
|
57
88
|
}
|
|
58
89
|
}]
|
|
59
|
-
}
|
|
90
|
+
}
|
|
91
|
+
];
|
|
60
92
|
exports.default = info;
|
package/mainnet/kopi/chain.js
CHANGED
|
@@ -14,12 +14,26 @@ const info = {
|
|
|
14
14
|
bech32Prefix: 'kopi',
|
|
15
15
|
slip44: 118,
|
|
16
16
|
fees: {
|
|
17
|
-
feeTokens: [
|
|
17
|
+
feeTokens: [
|
|
18
|
+
{
|
|
18
19
|
denom: 'ukopi',
|
|
19
20
|
lowGasPrice: 0.01,
|
|
20
21
|
averageGasPrice: 0.025,
|
|
21
22
|
highGasPrice: 0.03
|
|
22
|
-
}
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
denom: 'ukusd',
|
|
26
|
+
lowGasPrice: 0.01,
|
|
27
|
+
averageGasPrice: 0.025,
|
|
28
|
+
highGasPrice: 0.03
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
denom: 'ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F',
|
|
32
|
+
lowGasPrice: 0.01,
|
|
33
|
+
averageGasPrice: 0.025,
|
|
34
|
+
highGasPrice: 0.03
|
|
35
|
+
}
|
|
36
|
+
]
|
|
23
37
|
},
|
|
24
38
|
staking: {
|
|
25
39
|
stakingTokens: [{
|
|
@@ -7,10 +7,14 @@ const info = {
|
|
|
7
7
|
description: 'MTGBP the stablecoin of the future.',
|
|
8
8
|
extendedDescription: 'MTGBP is known as the stablecoin of the future. This stablecoin is based on the British pound, which means its value stays the same as the pound.\n\nMTGBP aims to connect traditional money with digital money, giving people a stable and trustworthy digital currency. This stablecoin combines the stability of the British pound with the speed and efficiency of blockchain technology.\n\nMTGBP makes it easy to do financial transactions without the ups and downs that other cryptocurrencies have. With MTGBP, you can send money, trade, and invest knowing that its value will stay steady. This makes it useful for everyday use and for long-term financial plans.\n\nIn short, MTGBP offers the stability of the British pound and the benefits of cryptocurrency, making it a safe and easy optionΒ forΒ everyone.\n\n',
|
|
9
9
|
denomUnits: [{
|
|
10
|
+
denom: 'umtgbp',
|
|
11
|
+
exponent: 0,
|
|
12
|
+
aliases: ['micromtgbp']
|
|
13
|
+
}, {
|
|
10
14
|
denom: 'mtgbp',
|
|
11
|
-
exponent:
|
|
15
|
+
exponent: 6
|
|
12
16
|
}],
|
|
13
|
-
base: '
|
|
17
|
+
base: 'umtgbp',
|
|
14
18
|
name: 'mtgbp',
|
|
15
19
|
display: 'mtgbp',
|
|
16
20
|
symbol: 'MTGBP',
|
package/mainnet/mtgbp/chain.js
CHANGED
|
@@ -10,13 +10,13 @@ const info = {
|
|
|
10
10
|
chainType: 'cosmos',
|
|
11
11
|
chainId: 'mtgbp-1',
|
|
12
12
|
bech32Prefix: 'mtgbp',
|
|
13
|
-
daemonName: '
|
|
14
|
-
nodeHome: '$HOME/.
|
|
13
|
+
daemonName: 'mtgbpd',
|
|
14
|
+
nodeHome: '$HOME/.mtgbpd',
|
|
15
15
|
keyAlgos: ['secp256k1'],
|
|
16
|
-
slip44:
|
|
16
|
+
slip44: 118,
|
|
17
17
|
staking: {
|
|
18
18
|
stakingTokens: [{
|
|
19
|
-
denom: '
|
|
19
|
+
denom: 'umtgbp'
|
|
20
20
|
}],
|
|
21
21
|
lockDuration: {
|
|
22
22
|
time: '1814400s'
|
|
@@ -24,15 +24,15 @@ const info = {
|
|
|
24
24
|
},
|
|
25
25
|
fees: {
|
|
26
26
|
feeTokens: [{
|
|
27
|
-
denom: '
|
|
28
|
-
lowGasPrice: 0.
|
|
29
|
-
averageGasPrice: 0.
|
|
30
|
-
highGasPrice: 0.
|
|
27
|
+
denom: 'umtgbp',
|
|
28
|
+
lowGasPrice: 0.025,
|
|
29
|
+
averageGasPrice: 0.03,
|
|
30
|
+
highGasPrice: 0.035
|
|
31
31
|
}]
|
|
32
32
|
},
|
|
33
33
|
apis: {
|
|
34
34
|
rpc: [{
|
|
35
|
-
address: 'https://
|
|
35
|
+
address: 'https://rpc.mtgbp.com',
|
|
36
36
|
provider: 'mtgbp'
|
|
37
37
|
}],
|
|
38
38
|
rest: [{
|
|
@@ -40,7 +40,7 @@ const info = {
|
|
|
40
40
|
provider: 'mtgbp'
|
|
41
41
|
}],
|
|
42
42
|
grpc: [{
|
|
43
|
-
address: 'https://
|
|
43
|
+
address: 'https://grpc.mtgbp.com',
|
|
44
44
|
provider: 'mtgbp'
|
|
45
45
|
}]
|
|
46
46
|
},
|
|
@@ -50,7 +50,7 @@ const info = {
|
|
|
50
50
|
},
|
|
51
51
|
explorers: [{
|
|
52
52
|
kind: 'ping.pub',
|
|
53
|
-
url: 'https://blockexplorer.mtgbp.com
|
|
53
|
+
url: 'https://blockexplorer.mtgbp.com',
|
|
54
54
|
txPage: 'https://blockexplorer.mtgbp.com/mtgbp/tx/${txHash}',
|
|
55
55
|
accountPage: 'https://blockexplorer.mtgbp.com/mtgbp/accounts/${accountAddress}'
|
|
56
56
|
}],
|
|
@@ -18,11 +18,12 @@ const info = {
|
|
|
18
18
|
display: 'neutaro',
|
|
19
19
|
symbol: 'NTMPI',
|
|
20
20
|
logoURIs: {
|
|
21
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/
|
|
22
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg'
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/ntmpi.png'
|
|
23
22
|
},
|
|
24
23
|
coingeckoId: 'neutaro',
|
|
25
24
|
images: [{
|
|
25
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/ntmpi.png'
|
|
26
|
+
}, {
|
|
26
27
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.png',
|
|
27
28
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg',
|
|
28
29
|
theme: {
|
|
@@ -1062,7 +1062,7 @@ const info = {
|
|
|
1062
1062
|
exponent: 6
|
|
1063
1063
|
}],
|
|
1064
1064
|
base: 'factory/neutron1ndu2wvkrxtane8se2tr48gv7nsm46y5gcqjhux/MARS',
|
|
1065
|
-
name: 'Mars Protocol
|
|
1065
|
+
name: 'Mars Protocol',
|
|
1066
1066
|
display: 'MARS',
|
|
1067
1067
|
symbol: 'MARS',
|
|
1068
1068
|
coingeckoId: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3',
|
|
@@ -579,6 +579,35 @@ const info = [
|
|
|
579
579
|
}
|
|
580
580
|
}]
|
|
581
581
|
},
|
|
582
|
+
{
|
|
583
|
+
$schema: '../ibc_data.schema.json',
|
|
584
|
+
chain1: {
|
|
585
|
+
chainName: 'int3face',
|
|
586
|
+
clientId: '07-tendermint-4',
|
|
587
|
+
connectionId: 'connection-2'
|
|
588
|
+
},
|
|
589
|
+
chain2: {
|
|
590
|
+
chainName: 'noble',
|
|
591
|
+
clientId: '07-tendermint-179',
|
|
592
|
+
connectionId: 'connection-172'
|
|
593
|
+
},
|
|
594
|
+
channels: [{
|
|
595
|
+
chain1: {
|
|
596
|
+
channelId: 'channel-2',
|
|
597
|
+
portId: 'transfer'
|
|
598
|
+
},
|
|
599
|
+
chain2: {
|
|
600
|
+
channelId: 'channel-165',
|
|
601
|
+
portId: 'transfer'
|
|
602
|
+
},
|
|
603
|
+
ordering: 'unordered',
|
|
604
|
+
version: 'ics20-1',
|
|
605
|
+
tags: {
|
|
606
|
+
status: 'live',
|
|
607
|
+
preferred: true
|
|
608
|
+
}
|
|
609
|
+
}]
|
|
610
|
+
},
|
|
582
611
|
{
|
|
583
612
|
$schema: '../ibc_data.schema.json',
|
|
584
613
|
chain1: {
|
|
@@ -24402,6 +24402,11 @@ const info = {
|
|
|
24402
24402
|
},
|
|
24403
24403
|
images: [{
|
|
24404
24404
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/STLTH.png'
|
|
24405
|
+
}, {
|
|
24406
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stlth-circle.png',
|
|
24407
|
+
theme: {
|
|
24408
|
+
circle: true
|
|
24409
|
+
}
|
|
24405
24410
|
}]
|
|
24406
24411
|
},
|
|
24407
24412
|
{
|
|
@@ -24644,7 +24649,7 @@ const info = {
|
|
|
24644
24649
|
{
|
|
24645
24650
|
description: 'TakeTitan Titans',
|
|
24646
24651
|
denomUnits: [{
|
|
24647
|
-
denom: 'ibc/
|
|
24652
|
+
denom: 'ibc/87B7A56E83C08DBFD567F0DE6463EC54181B8B819B3CAD7A584C47D59A2A05CF',
|
|
24648
24653
|
exponent: 0,
|
|
24649
24654
|
aliases: ['utitan']
|
|
24650
24655
|
}, {
|
|
@@ -24653,7 +24658,7 @@ const info = {
|
|
|
24653
24658
|
aliases: []
|
|
24654
24659
|
}],
|
|
24655
24660
|
typeAsset: 'ics20',
|
|
24656
|
-
base: 'ibc/
|
|
24661
|
+
base: 'ibc/87B7A56E83C08DBFD567F0DE6463EC54181B8B819B3CAD7A584C47D59A2A05CF',
|
|
24657
24662
|
name: 'TakeTitan Titans',
|
|
24658
24663
|
display: 'titan',
|
|
24659
24664
|
symbol: 'TITAN',
|
|
@@ -24665,8 +24670,8 @@ const info = {
|
|
|
24665
24670
|
channelId: 'channel-0'
|
|
24666
24671
|
},
|
|
24667
24672
|
chain: {
|
|
24668
|
-
channelId: 'channel-
|
|
24669
|
-
path: 'transfer/channel-
|
|
24673
|
+
channelId: 'channel-105111',
|
|
24674
|
+
path: 'transfer/channel-105111/utitan'
|
|
24670
24675
|
}
|
|
24671
24676
|
}],
|
|
24672
24677
|
logoURIs: {
|
|
@@ -552,13 +552,13 @@ const info = [
|
|
|
552
552
|
$schema: '../ibc_data.schema.json',
|
|
553
553
|
chain1: {
|
|
554
554
|
chainName: 'bitbadges',
|
|
555
|
-
clientId: '07-tendermint-
|
|
556
|
-
connectionId: 'connection-
|
|
555
|
+
clientId: '07-tendermint-2',
|
|
556
|
+
connectionId: 'connection-1'
|
|
557
557
|
},
|
|
558
558
|
chain2: {
|
|
559
559
|
chainName: 'osmosis',
|
|
560
|
-
clientId: '07-tendermint-
|
|
561
|
-
connectionId: 'connection-
|
|
560
|
+
clientId: '07-tendermint-3498',
|
|
561
|
+
connectionId: 'connection-10746'
|
|
562
562
|
},
|
|
563
563
|
channels: [{
|
|
564
564
|
chain1: {
|
|
@@ -4634,8 +4634,8 @@ const info = [
|
|
|
4634
4634
|
$schema: '../ibc_data.schema.json',
|
|
4635
4635
|
chain1: {
|
|
4636
4636
|
chainName: 'osmosis',
|
|
4637
|
-
clientId: '07-tendermint-
|
|
4638
|
-
connectionId: 'connection-
|
|
4637
|
+
clientId: '07-tendermint-3529',
|
|
4638
|
+
connectionId: 'connection-10769'
|
|
4639
4639
|
},
|
|
4640
4640
|
chain2: {
|
|
4641
4641
|
chainName: 'taketitan',
|
|
@@ -4644,7 +4644,7 @@ const info = [
|
|
|
4644
4644
|
},
|
|
4645
4645
|
channels: [{
|
|
4646
4646
|
chain1: {
|
|
4647
|
-
channelId: 'channel-
|
|
4647
|
+
channelId: 'channel-105111',
|
|
4648
4648
|
portId: 'transfer'
|
|
4649
4649
|
},
|
|
4650
4650
|
chain2: {
|
|
@@ -7,10 +7,14 @@ const info = {
|
|
|
7
7
|
description: 'QFS stands for Quantum Financial Systems, the aim is to bridge traditional finance with the cryptoΒ ecosystem',
|
|
8
8
|
extendedDescription: 'QFS stands for Quantum Financial Systems, a revolutionary concept designed to integrate traditional financial systems with the rapidly evolving world of cryptocurrency and blockchain technology. The primary aim of QFS is to create a seamless interface that allows for the secure, efficient, and transparent exchange of assets between these two financial realms. By leveraging advanced quantum computing capabilities, QFS seeks to enhance the speed and security of transactions, reduce the risk of fraud, and provide a robust framework for financial innovation. This system is poised to transform how we conduct financial operations, offering unprecedented levels of trust and efficiency in the global financial landscape. Through the integration of traditional banking structures with the decentralized nature of cryptocurrencies, QFS aspires to bridge the gap between conventional and digital finance, paving the way for a more inclusive and technologically advanced financialΒ future.',
|
|
9
9
|
denomUnits: [{
|
|
10
|
+
denom: 'uqfs',
|
|
11
|
+
exponent: 0,
|
|
12
|
+
aliases: ['microqfs']
|
|
13
|
+
}, {
|
|
10
14
|
denom: 'qfs',
|
|
11
|
-
exponent:
|
|
15
|
+
exponent: 6
|
|
12
16
|
}],
|
|
13
|
-
base: '
|
|
17
|
+
base: 'uqfs',
|
|
14
18
|
name: 'qfs',
|
|
15
19
|
display: 'qfs',
|
|
16
20
|
symbol: 'QFS',
|
package/mainnet/qfs/chain.js
CHANGED
|
@@ -5,18 +5,18 @@ const info = {
|
|
|
5
5
|
chainName: 'qfs',
|
|
6
6
|
status: 'live',
|
|
7
7
|
networkType: 'mainnet',
|
|
8
|
-
website: 'https://
|
|
8
|
+
website: 'https://qfsone.com/',
|
|
9
9
|
prettyName: 'Quantum Financial Systems',
|
|
10
10
|
chainType: 'cosmos',
|
|
11
11
|
chainId: 'qfs-1',
|
|
12
12
|
bech32Prefix: 'qfs',
|
|
13
|
-
daemonName: '
|
|
14
|
-
nodeHome: '$HOME/.
|
|
13
|
+
daemonName: 'qfsd',
|
|
14
|
+
nodeHome: '$HOME/.qfsd',
|
|
15
15
|
keyAlgos: ['secp256k1'],
|
|
16
|
-
slip44:
|
|
16
|
+
slip44: 118,
|
|
17
17
|
staking: {
|
|
18
18
|
stakingTokens: [{
|
|
19
|
-
denom: '
|
|
19
|
+
denom: 'uqfs'
|
|
20
20
|
}],
|
|
21
21
|
lockDuration: {
|
|
22
22
|
time: '1814400s'
|
|
@@ -24,15 +24,15 @@ const info = {
|
|
|
24
24
|
},
|
|
25
25
|
fees: {
|
|
26
26
|
feeTokens: [{
|
|
27
|
-
denom: '
|
|
28
|
-
lowGasPrice: 0.
|
|
29
|
-
averageGasPrice: 0.
|
|
30
|
-
highGasPrice: 0.
|
|
27
|
+
denom: 'uqfs',
|
|
28
|
+
lowGasPrice: 0.025,
|
|
29
|
+
averageGasPrice: 0.03,
|
|
30
|
+
highGasPrice: 0.035
|
|
31
31
|
}]
|
|
32
32
|
},
|
|
33
33
|
apis: {
|
|
34
34
|
rpc: [{
|
|
35
|
-
address: 'https://
|
|
35
|
+
address: 'https://rpc.qfsone.com',
|
|
36
36
|
provider: 'qfs'
|
|
37
37
|
}],
|
|
38
38
|
rest: [{
|
|
@@ -40,7 +40,7 @@ const info = {
|
|
|
40
40
|
provider: 'qfs'
|
|
41
41
|
}],
|
|
42
42
|
grpc: [{
|
|
43
|
-
address: 'https://
|
|
43
|
+
address: 'https://grpc.qfsone.com',
|
|
44
44
|
provider: 'qfs'
|
|
45
45
|
}]
|
|
46
46
|
},
|
|
@@ -50,7 +50,7 @@ const info = {
|
|
|
50
50
|
},
|
|
51
51
|
explorers: [{
|
|
52
52
|
kind: 'ping.pub',
|
|
53
|
-
url: 'https://blockexplorer.qfsone.com
|
|
53
|
+
url: 'https://blockexplorer.qfsone.com',
|
|
54
54
|
txPage: 'https://blockexplorer.qfsone.com/qfs/tx/${txHash}',
|
|
55
55
|
accountPage: 'https://blockexplorer.qfsone.com/qfs/accounts/${accountAddress}'
|
|
56
56
|
}],
|
package/mainnet/shentu/chain.js
CHANGED
|
@@ -121,10 +121,6 @@ const info = {
|
|
|
121
121
|
address: 'https://api-shentu-01.stakeflow.io',
|
|
122
122
|
provider: 'Stakeflow'
|
|
123
123
|
},
|
|
124
|
-
{
|
|
125
|
-
address: 'https://shentu-api.tienthuattoan.ventures',
|
|
126
|
-
provider: 'TienThuatToan'
|
|
127
|
-
},
|
|
128
124
|
{
|
|
129
125
|
address: 'https://shentu-rest.publicnode.com',
|
|
130
126
|
provider: 'Allnodes β‘οΈ Nodes & Staking'
|
|
@@ -175,10 +171,6 @@ const info = {
|
|
|
175
171
|
address: 'grpc-shentu-01.stakeflow.io:2402',
|
|
176
172
|
provider: 'Stakeflow'
|
|
177
173
|
},
|
|
178
|
-
{
|
|
179
|
-
address: 'shentu-grpc.tienthuattoan.ventures:9490',
|
|
180
|
-
provider: 'TienThuatToan'
|
|
181
|
-
},
|
|
182
174
|
{
|
|
183
175
|
address: 'shentu-grpc.publicnode.com:443',
|
|
184
176
|
provider: 'Allnodes β‘οΈ Nodes & Staking'
|
|
@@ -4,8 +4,8 @@ const info = [{
|
|
|
4
4
|
$schema: '../ibc_data.schema.json',
|
|
5
5
|
chain1: {
|
|
6
6
|
chainName: 'osmosis',
|
|
7
|
-
clientId: '07-tendermint-
|
|
8
|
-
connectionId: 'connection-
|
|
7
|
+
clientId: '07-tendermint-3529',
|
|
8
|
+
connectionId: 'connection-10769'
|
|
9
9
|
},
|
|
10
10
|
chain2: {
|
|
11
11
|
chainName: 'taketitan',
|
|
@@ -14,7 +14,7 @@ const info = [{
|
|
|
14
14
|
},
|
|
15
15
|
channels: [{
|
|
16
16
|
chain1: {
|
|
17
|
-
channelId: 'channel-
|
|
17
|
+
channelId: 'channel-105111',
|
|
18
18
|
portId: 'transfer'
|
|
19
19
|
},
|
|
20
20
|
chain2: {
|
package/mainnet/umee/chain.js
CHANGED
|
@@ -81,10 +81,6 @@ const info = {
|
|
|
81
81
|
address: 'http://rpc-umee-0.node75.org:26657',
|
|
82
82
|
provider: 'Pro-Nodes75'
|
|
83
83
|
},
|
|
84
|
-
{
|
|
85
|
-
address: 'https://umee-rpc.tienthuattoan.com',
|
|
86
|
-
provider: 'TTT π»π³'
|
|
87
|
-
},
|
|
88
84
|
{
|
|
89
85
|
address: 'https://rpc-umee-01.stakeflow.io',
|
|
90
86
|
provider: 'Stakeflow'
|
|
@@ -155,10 +151,6 @@ const info = {
|
|
|
155
151
|
address: 'https://umee-api.polkachu.com',
|
|
156
152
|
provider: 'Polkachu'
|
|
157
153
|
},
|
|
158
|
-
{
|
|
159
|
-
address: 'https://umee-api.tienthuattoan.ventures',
|
|
160
|
-
provider: 'TienThuatToan'
|
|
161
|
-
},
|
|
162
154
|
{
|
|
163
155
|
address: 'https://api-umee-01.stakeflow.io',
|
|
164
156
|
provider: 'Stakeflow'
|
|
@@ -229,10 +221,6 @@ const info = {
|
|
|
229
221
|
address: 'umee.grpc.m.stavr.tech:9090',
|
|
230
222
|
provider: 'π₯STAVRπ₯'
|
|
231
223
|
},
|
|
232
|
-
{
|
|
233
|
-
address: 'umee-grpc.tienthuattoan.ventures:9090',
|
|
234
|
-
provider: 'TienThuatToan'
|
|
235
|
-
},
|
|
236
224
|
{
|
|
237
225
|
address: 'grpc-umee-01.stakeflow.io:9990',
|
|
238
226
|
provider: 'Stakeflow'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.28",
|
|
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.28"
|
|
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": "05a1601238e83fbeb82627f39a9114abc77149d7"
|
|
43
43
|
}
|
|
@@ -1,6 +1,34 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const info = [{
|
|
4
|
+
$schema: '../../ibc_data.schema.json',
|
|
5
|
+
chain1: {
|
|
6
|
+
chainName: 'int3facetestnet',
|
|
7
|
+
clientId: '07-tendermint-12',
|
|
8
|
+
connectionId: 'connection-8'
|
|
9
|
+
},
|
|
10
|
+
chain2: {
|
|
11
|
+
chainName: 'nobletestnet',
|
|
12
|
+
clientId: '07-tendermint-529',
|
|
13
|
+
connectionId: 'connection-491'
|
|
14
|
+
},
|
|
15
|
+
channels: [{
|
|
16
|
+
chain1: {
|
|
17
|
+
channelId: 'channel-4',
|
|
18
|
+
portId: 'transfer'
|
|
19
|
+
},
|
|
20
|
+
chain2: {
|
|
21
|
+
channelId: 'channel-537',
|
|
22
|
+
portId: 'transfer'
|
|
23
|
+
},
|
|
24
|
+
ordering: 'unordered',
|
|
25
|
+
version: 'ics20-1',
|
|
26
|
+
tags: {
|
|
27
|
+
status: 'live',
|
|
28
|
+
preferred: true
|
|
29
|
+
}
|
|
30
|
+
}]
|
|
31
|
+
}, {
|
|
4
32
|
$schema: '../../ibc_data.schema.json',
|
|
5
33
|
chain1: {
|
|
6
34
|
chainName: 'int3facetestnet',
|