chain-registry 2.0.27 → 2.0.29
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/arkeo/chain.js +17 -0
- package/esm/mainnet/axone/chain.js +47 -9
- package/esm/mainnet/elys/chain.js +0 -8
- 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/noble/ibc-data.js +29 -0
- package/esm/mainnet/osmosis/asset-list.js +4 -4
- package/esm/mainnet/osmosis/ibc-data.js +3 -3
- package/esm/mainnet/pryzm/asset-list.js +46 -0
- package/esm/mainnet/pryzm/chain.js +7 -0
- package/esm/mainnet/qfs/asset-list.js +6 -2
- package/esm/mainnet/qfs/chain.js +12 -12
- package/esm/mainnet/taketitan/ibc-data.js +3 -3
- package/esm/mainnet/umee/chain.js +0 -4
- 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/arkeo/chain.js +17 -0
- package/mainnet/axone/chain.js +47 -9
- package/mainnet/elys/chain.js +0 -8
- 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/noble/ibc-data.js +29 -0
- package/mainnet/osmosis/asset-list.js +4 -4
- package/mainnet/osmosis/ibc-data.js +3 -3
- package/mainnet/pryzm/asset-list.js +46 -0
- package/mainnet/pryzm/chain.js +7 -0
- package/mainnet/qfs/asset-list.js +6 -2
- package/mainnet/qfs/chain.js +12 -12
- package/mainnet/taketitan/ibc-data.js +3 -3
- package/mainnet/umee/chain.js +0 -4
- 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
|
@@ -85,6 +85,35 @@ const info = [
|
|
|
85
85
|
}
|
|
86
86
|
}]
|
|
87
87
|
},
|
|
88
|
+
{
|
|
89
|
+
$schema: '../../ibc_data.schema.json',
|
|
90
|
+
chain1: {
|
|
91
|
+
chainName: 'int3facetestnet',
|
|
92
|
+
clientId: '07-tendermint-12',
|
|
93
|
+
connectionId: 'connection-8'
|
|
94
|
+
},
|
|
95
|
+
chain2: {
|
|
96
|
+
chainName: 'nobletestnet',
|
|
97
|
+
clientId: '07-tendermint-529',
|
|
98
|
+
connectionId: 'connection-491'
|
|
99
|
+
},
|
|
100
|
+
channels: [{
|
|
101
|
+
chain1: {
|
|
102
|
+
channelId: 'channel-4',
|
|
103
|
+
portId: 'transfer'
|
|
104
|
+
},
|
|
105
|
+
chain2: {
|
|
106
|
+
channelId: 'channel-537',
|
|
107
|
+
portId: 'transfer'
|
|
108
|
+
},
|
|
109
|
+
ordering: 'unordered',
|
|
110
|
+
version: 'ics20-1',
|
|
111
|
+
tags: {
|
|
112
|
+
status: 'live',
|
|
113
|
+
preferred: true
|
|
114
|
+
}
|
|
115
|
+
}]
|
|
116
|
+
},
|
|
88
117
|
{
|
|
89
118
|
$schema: '../../ibc_data.schema.json',
|
|
90
119
|
chain1: {
|
|
@@ -318,7 +347,7 @@ const info = [
|
|
|
318
347
|
connectionId: 'connection-176'
|
|
319
348
|
},
|
|
320
349
|
chain2: {
|
|
321
|
-
chainName: '
|
|
350
|
+
chainName: 'xiontestnet1',
|
|
322
351
|
clientId: '07-tendermint-120',
|
|
323
352
|
connectionId: 'connection-56'
|
|
324
353
|
},
|
|
@@ -64,10 +64,6 @@ const info = {
|
|
|
64
64
|
address: 'https://rpc2.testnet.soarchain.com/',
|
|
65
65
|
provider: 'soarchain'
|
|
66
66
|
},
|
|
67
|
-
{
|
|
68
|
-
address: 'https://soarchain-testnet-rpc.tienthuattoan.com',
|
|
69
|
-
provider: 'tienthuattoan'
|
|
70
|
-
},
|
|
71
67
|
{
|
|
72
68
|
address: 'https://soarchain-testnet.rpc.kjnodes.com',
|
|
73
69
|
provider: 'kjnodes'
|
|
@@ -86,10 +82,6 @@ const info = {
|
|
|
86
82
|
address: 'https://api.testnet.soarchain.com/',
|
|
87
83
|
provider: 'soarchain'
|
|
88
84
|
},
|
|
89
|
-
{
|
|
90
|
-
address: 'https://soarchain-testnet-api.tienthuattoan.com',
|
|
91
|
-
provider: 'tienthuattoan'
|
|
92
|
-
},
|
|
93
85
|
{
|
|
94
86
|
address: 'https://soarchain-testnet-rest.stakerhouse.com',
|
|
95
87
|
provider: 'stakerHouse'
|
|
@@ -36,21 +36,21 @@ const info = {
|
|
|
36
36
|
},
|
|
37
37
|
codebase: {
|
|
38
38
|
gitRepo: 'https://github.com/burnt-labs/xion',
|
|
39
|
-
tag: '
|
|
40
|
-
recommendedVersion: '
|
|
39
|
+
tag: 'v20.0.0',
|
|
40
|
+
recommendedVersion: 'v20.0.0',
|
|
41
41
|
language: {
|
|
42
42
|
type: 'go',
|
|
43
43
|
version: 'v1.23'
|
|
44
44
|
},
|
|
45
45
|
binaries: {
|
|
46
|
-
"darwin/amd64": 'https://github.com/burnt-labs/xion/releases/download/
|
|
47
|
-
"darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/
|
|
48
|
-
"linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/
|
|
49
|
-
"linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/
|
|
46
|
+
"darwin/amd64": 'https://github.com/burnt-labs/xion/releases/download/v20.0.0/xiond_20.0.0_darwin_amd64.tar.gz?checksum=sha256:7476525f27194809a45e920bc6f7e934e64fdc58ab29007fe1f502c6cfc10265',
|
|
47
|
+
"darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/v20.0.0/xiond_20.0.0_darwin_arm64.tar.gz?checksum=sha256:75ed3db62375fe0acddf72f72c2a9f7d4a70ddba2d4480bc08032caccd09a8eb',
|
|
48
|
+
"linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/v20.0.0/xiond_20.0.0_linux_amd64.tar.gz?checksum=sha256:a7a63a81e6a8095aa532e58f79b98164a7fbdffd0d0f6c98250880dc1c061a0b',
|
|
49
|
+
"linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/v20.0.0/xiond_20.0.0_linux_arm64.tar.gz?checksum=sha256:4c452a48078687b45b95710ccbe506b0e4cb186329b0bac243d3721a624a1001'
|
|
50
50
|
},
|
|
51
51
|
sdk: {
|
|
52
52
|
type: 'cosmos',
|
|
53
|
-
version: 'v0.53.
|
|
53
|
+
version: 'v0.53.3'
|
|
54
54
|
},
|
|
55
55
|
consensus: {
|
|
56
56
|
type: 'cometbft',
|
package/mainnet/arkeo/chain.js
CHANGED
|
@@ -63,6 +63,10 @@ const info = {
|
|
|
63
63
|
{
|
|
64
64
|
address: 'https://arkeo_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
65
65
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
address: 'https://rpc.arkeo.nodestake.org',
|
|
69
|
+
provider: 'NodeStake'
|
|
66
70
|
}
|
|
67
71
|
],
|
|
68
72
|
rest: [
|
|
@@ -81,11 +85,18 @@ const info = {
|
|
|
81
85
|
{
|
|
82
86
|
address: 'https://arkeo_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
83
87
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
address: 'https://api.arkeo.nodestake.org',
|
|
91
|
+
provider: 'NodeStake'
|
|
84
92
|
}
|
|
85
93
|
],
|
|
86
94
|
grpc: [{
|
|
87
95
|
address: 'grpc.arkeo.roomit.xyz:8443',
|
|
88
96
|
provider: 'Roomit'
|
|
97
|
+
}, {
|
|
98
|
+
address: 'https://grpc.arkeo.nodestake.org:443',
|
|
99
|
+
provider: 'NodeStake'
|
|
89
100
|
}]
|
|
90
101
|
},
|
|
91
102
|
explorers: [
|
|
@@ -112,6 +123,12 @@ const info = {
|
|
|
112
123
|
url: 'https://explorer.whenmoonwhenlambo.money/arkeo',
|
|
113
124
|
txPage: 'https://explorer.whenmoonwhenlambo.money/arkeo/tx/${txHash}',
|
|
114
125
|
accountPage: 'https://explorer.whenmoonwhenlambo.money/arkeo/account/${accountAddress}'
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
kind: 'NodeStake',
|
|
129
|
+
url: 'https://explorer.nodestake.org/arkeo',
|
|
130
|
+
txPage: 'https://explorer.nodestake.org/arkeo/tx/${txHash}',
|
|
131
|
+
accountPage: 'https://explorer.nodestake.org/arkeo/account/${accountAddress}'
|
|
115
132
|
}
|
|
116
133
|
],
|
|
117
134
|
keywords: [
|
package/mainnet/axone/chain.js
CHANGED
|
@@ -39,33 +39,71 @@ const info = {
|
|
|
39
39
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axone/images/chain.png'
|
|
40
40
|
},
|
|
41
41
|
apis: {
|
|
42
|
-
rpc: [
|
|
42
|
+
rpc: [
|
|
43
|
+
{
|
|
43
44
|
address: 'https://rpc.axone.cumulo.com.es',
|
|
44
45
|
provider: 'cumulo'
|
|
45
|
-
},
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
address: 'https://axone.rpc.bccnodes.com',
|
|
49
|
+
provider: 'BccNodes'
|
|
50
|
+
},
|
|
51
|
+
{
|
|
46
52
|
address: 'https://axone-rpc.highstakes.ch',
|
|
47
53
|
provider: 'High Stakes 🇨🇭'
|
|
48
|
-
}
|
|
49
|
-
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
address: 'https://rpc.axone.nodestake.org',
|
|
57
|
+
provider: 'NodeStake'
|
|
58
|
+
}
|
|
59
|
+
],
|
|
60
|
+
rest: [
|
|
61
|
+
{
|
|
50
62
|
address: 'https://api.axone.cumulo.com.es',
|
|
51
63
|
provider: 'cumulo'
|
|
52
|
-
},
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
address: 'https://axone.lcd.bccnodes.com',
|
|
67
|
+
provider: 'BccNodes'
|
|
68
|
+
},
|
|
69
|
+
{
|
|
53
70
|
address: 'https://axone-api.highstakes.ch',
|
|
54
71
|
provider: 'High Stakes 🇨🇭'
|
|
55
|
-
}
|
|
56
|
-
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
address: 'https://api.axone.nodestake.org',
|
|
75
|
+
provider: 'NodeStake'
|
|
76
|
+
}
|
|
77
|
+
],
|
|
78
|
+
grpc: [
|
|
79
|
+
{
|
|
57
80
|
address: 'grpc.axone.cumulo.com.es:443',
|
|
58
81
|
provider: 'cumulo'
|
|
59
|
-
},
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
address: 'axone.grpc.bccnodes.com:443',
|
|
85
|
+
provider: 'BccNodes'
|
|
86
|
+
},
|
|
87
|
+
{
|
|
60
88
|
address: 'https://axone-grpc.highstakes.ch',
|
|
61
89
|
provider: 'High Stakes 🇨🇭'
|
|
62
|
-
}
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
address: 'grpc.axone.nodestake.org:443',
|
|
93
|
+
provider: 'NodeStake'
|
|
94
|
+
}
|
|
95
|
+
]
|
|
63
96
|
},
|
|
64
97
|
explorers: [{
|
|
65
98
|
kind: 'valopers',
|
|
66
99
|
url: 'https://axone.valopers.com/',
|
|
67
100
|
txPage: 'https://axone.valopers.com/transactions/${txHash}',
|
|
68
101
|
accountPage: 'https://axone.valopers.com/account/${accountAddress}'
|
|
102
|
+
}, {
|
|
103
|
+
kind: 'NodeStake',
|
|
104
|
+
url: 'https://explorer.nodestake.org/axone',
|
|
105
|
+
txPage: 'https://explorer.nodestake.org/axone/tx/${txHash}',
|
|
106
|
+
accountPage: 'https://explorer.nodestake.org/axone/account/${accountAddress}'
|
|
69
107
|
}],
|
|
70
108
|
images: [{
|
|
71
109
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axone/images/chain.png'
|
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'
|
|
@@ -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
|
}],
|
|
@@ -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: {
|
|
@@ -24649,7 +24649,7 @@ const info = {
|
|
|
24649
24649
|
{
|
|
24650
24650
|
description: 'TakeTitan Titans',
|
|
24651
24651
|
denomUnits: [{
|
|
24652
|
-
denom: 'ibc/
|
|
24652
|
+
denom: 'ibc/87B7A56E83C08DBFD567F0DE6463EC54181B8B819B3CAD7A584C47D59A2A05CF',
|
|
24653
24653
|
exponent: 0,
|
|
24654
24654
|
aliases: ['utitan']
|
|
24655
24655
|
}, {
|
|
@@ -24658,7 +24658,7 @@ const info = {
|
|
|
24658
24658
|
aliases: []
|
|
24659
24659
|
}],
|
|
24660
24660
|
typeAsset: 'ics20',
|
|
24661
|
-
base: 'ibc/
|
|
24661
|
+
base: 'ibc/87B7A56E83C08DBFD567F0DE6463EC54181B8B819B3CAD7A584C47D59A2A05CF',
|
|
24662
24662
|
name: 'TakeTitan Titans',
|
|
24663
24663
|
display: 'titan',
|
|
24664
24664
|
symbol: 'TITAN',
|
|
@@ -24670,8 +24670,8 @@ const info = {
|
|
|
24670
24670
|
channelId: 'channel-0'
|
|
24671
24671
|
},
|
|
24672
24672
|
chain: {
|
|
24673
|
-
channelId: 'channel-
|
|
24674
|
-
path: 'transfer/channel-
|
|
24673
|
+
channelId: 'channel-105111',
|
|
24674
|
+
path: 'transfer/channel-105111/utitan'
|
|
24675
24675
|
}
|
|
24676
24676
|
}],
|
|
24677
24677
|
logoURIs: {
|
|
@@ -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: {
|
|
@@ -5130,6 +5130,52 @@ const info = {
|
|
|
5130
5130
|
}],
|
|
5131
5131
|
typeAsset: 'sdk.coin'
|
|
5132
5132
|
},
|
|
5133
|
+
{
|
|
5134
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
5135
|
+
denomUnits: [{
|
|
5136
|
+
denom: 'lp:34:upryzmypt-upryzm',
|
|
5137
|
+
exponent: 0
|
|
5138
|
+
}, {
|
|
5139
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
5140
|
+
exponent: 6
|
|
5141
|
+
}],
|
|
5142
|
+
base: 'lp:34:upryzmypt-upryzm',
|
|
5143
|
+
name: 'PRYZM Base LP',
|
|
5144
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
5145
|
+
symbol: 'PRYZM-BASE-LP',
|
|
5146
|
+
logoURIs: {
|
|
5147
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
5148
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
5149
|
+
},
|
|
5150
|
+
images: [{
|
|
5151
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
5152
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
5153
|
+
}],
|
|
5154
|
+
typeAsset: 'sdk.coin'
|
|
5155
|
+
},
|
|
5156
|
+
{
|
|
5157
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
5158
|
+
denomUnits: [{
|
|
5159
|
+
denom: 'lp:35:upryzm-uusdc',
|
|
5160
|
+
exponent: 0
|
|
5161
|
+
}, {
|
|
5162
|
+
denom: 'lp:35:pryzm-usdc',
|
|
5163
|
+
exponent: 6
|
|
5164
|
+
}],
|
|
5165
|
+
base: 'lp:35:upryzm-uusdc',
|
|
5166
|
+
name: 'PRYZM / USDC LP',
|
|
5167
|
+
display: 'lp:35:pryzm-usdc',
|
|
5168
|
+
symbol: 'PRYZM-USDC-LP',
|
|
5169
|
+
logoURIs: {
|
|
5170
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
5171
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
5172
|
+
},
|
|
5173
|
+
images: [{
|
|
5174
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
5175
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
5176
|
+
}],
|
|
5177
|
+
typeAsset: 'sdk.coin'
|
|
5178
|
+
},
|
|
5133
5179
|
{
|
|
5134
5180
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
5135
5181
|
denomUnits: [{
|
package/mainnet/pryzm/chain.js
CHANGED
|
@@ -17,6 +17,13 @@ const info = {
|
|
|
17
17
|
slip44: 118,
|
|
18
18
|
fees: {
|
|
19
19
|
feeTokens: [
|
|
20
|
+
{
|
|
21
|
+
denom: 'upryzm',
|
|
22
|
+
fixedMinGasPrice: 0.02,
|
|
23
|
+
lowGasPrice: 0.02,
|
|
24
|
+
averageGasPrice: 0.03,
|
|
25
|
+
highGasPrice: 0.04
|
|
26
|
+
},
|
|
20
27
|
{
|
|
21
28
|
denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
|
|
22
29
|
fixedMinGasPrice: 0.0025,
|
|
@@ -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
|
}],
|