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
|
@@ -61,6 +61,10 @@ const info = {
|
|
|
61
61
|
{
|
|
62
62
|
address: 'https://arkeo_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
63
63
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
address: 'https://rpc.arkeo.nodestake.org',
|
|
67
|
+
provider: 'NodeStake'
|
|
64
68
|
}
|
|
65
69
|
],
|
|
66
70
|
rest: [
|
|
@@ -79,11 +83,18 @@ const info = {
|
|
|
79
83
|
{
|
|
80
84
|
address: 'https://arkeo_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
81
85
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
address: 'https://api.arkeo.nodestake.org',
|
|
89
|
+
provider: 'NodeStake'
|
|
82
90
|
}
|
|
83
91
|
],
|
|
84
92
|
grpc: [{
|
|
85
93
|
address: 'grpc.arkeo.roomit.xyz:8443',
|
|
86
94
|
provider: 'Roomit'
|
|
95
|
+
}, {
|
|
96
|
+
address: 'https://grpc.arkeo.nodestake.org:443',
|
|
97
|
+
provider: 'NodeStake'
|
|
87
98
|
}]
|
|
88
99
|
},
|
|
89
100
|
explorers: [
|
|
@@ -110,6 +121,12 @@ const info = {
|
|
|
110
121
|
url: 'https://explorer.whenmoonwhenlambo.money/arkeo',
|
|
111
122
|
txPage: 'https://explorer.whenmoonwhenlambo.money/arkeo/tx/${txHash}',
|
|
112
123
|
accountPage: 'https://explorer.whenmoonwhenlambo.money/arkeo/account/${accountAddress}'
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
kind: 'NodeStake',
|
|
127
|
+
url: 'https://explorer.nodestake.org/arkeo',
|
|
128
|
+
txPage: 'https://explorer.nodestake.org/arkeo/tx/${txHash}',
|
|
129
|
+
accountPage: 'https://explorer.nodestake.org/arkeo/account/${accountAddress}'
|
|
113
130
|
}
|
|
114
131
|
],
|
|
115
132
|
keywords: [
|
|
@@ -37,33 +37,71 @@ const info = {
|
|
|
37
37
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axone/images/chain.png'
|
|
38
38
|
},
|
|
39
39
|
apis: {
|
|
40
|
-
rpc: [
|
|
40
|
+
rpc: [
|
|
41
|
+
{
|
|
41
42
|
address: 'https://rpc.axone.cumulo.com.es',
|
|
42
43
|
provider: 'cumulo'
|
|
43
|
-
},
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
address: 'https://axone.rpc.bccnodes.com',
|
|
47
|
+
provider: 'BccNodes'
|
|
48
|
+
},
|
|
49
|
+
{
|
|
44
50
|
address: 'https://axone-rpc.highstakes.ch',
|
|
45
51
|
provider: 'High Stakes 🇨🇭'
|
|
46
|
-
}
|
|
47
|
-
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
address: 'https://rpc.axone.nodestake.org',
|
|
55
|
+
provider: 'NodeStake'
|
|
56
|
+
}
|
|
57
|
+
],
|
|
58
|
+
rest: [
|
|
59
|
+
{
|
|
48
60
|
address: 'https://api.axone.cumulo.com.es',
|
|
49
61
|
provider: 'cumulo'
|
|
50
|
-
},
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
address: 'https://axone.lcd.bccnodes.com',
|
|
65
|
+
provider: 'BccNodes'
|
|
66
|
+
},
|
|
67
|
+
{
|
|
51
68
|
address: 'https://axone-api.highstakes.ch',
|
|
52
69
|
provider: 'High Stakes 🇨🇭'
|
|
53
|
-
}
|
|
54
|
-
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
address: 'https://api.axone.nodestake.org',
|
|
73
|
+
provider: 'NodeStake'
|
|
74
|
+
}
|
|
75
|
+
],
|
|
76
|
+
grpc: [
|
|
77
|
+
{
|
|
55
78
|
address: 'grpc.axone.cumulo.com.es:443',
|
|
56
79
|
provider: 'cumulo'
|
|
57
|
-
},
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
address: 'axone.grpc.bccnodes.com:443',
|
|
83
|
+
provider: 'BccNodes'
|
|
84
|
+
},
|
|
85
|
+
{
|
|
58
86
|
address: 'https://axone-grpc.highstakes.ch',
|
|
59
87
|
provider: 'High Stakes 🇨🇭'
|
|
60
|
-
}
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
address: 'grpc.axone.nodestake.org:443',
|
|
91
|
+
provider: 'NodeStake'
|
|
92
|
+
}
|
|
93
|
+
]
|
|
61
94
|
},
|
|
62
95
|
explorers: [{
|
|
63
96
|
kind: 'valopers',
|
|
64
97
|
url: 'https://axone.valopers.com/',
|
|
65
98
|
txPage: 'https://axone.valopers.com/transactions/${txHash}',
|
|
66
99
|
accountPage: 'https://axone.valopers.com/account/${accountAddress}'
|
|
100
|
+
}, {
|
|
101
|
+
kind: 'NodeStake',
|
|
102
|
+
url: 'https://explorer.nodestake.org/axone',
|
|
103
|
+
txPage: 'https://explorer.nodestake.org/axone/tx/${txHash}',
|
|
104
|
+
accountPage: 'https://explorer.nodestake.org/axone/account/${accountAddress}'
|
|
67
105
|
}],
|
|
68
106
|
images: [{
|
|
69
107
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axone/images/chain.png'
|
|
@@ -152,10 +152,6 @@ const info = {
|
|
|
152
152
|
address: 'https://elys-rpc.node39.top:443',
|
|
153
153
|
provider: 'Node39'
|
|
154
154
|
},
|
|
155
|
-
{
|
|
156
|
-
address: 'https://rpc.elys.mtl.vnodesv.net',
|
|
157
|
-
provider: 'vNodes[V] [NA] Ser[V]ices'
|
|
158
|
-
},
|
|
159
155
|
{
|
|
160
156
|
address: 'https://elys.rpc.fr.vnodesv.net',
|
|
161
157
|
provider: 'vNodes[V] [EUR] Ser[V]ices'
|
|
@@ -242,10 +238,6 @@ const info = {
|
|
|
242
238
|
address: 'https://elys-api.node39.top:443',
|
|
243
239
|
provider: 'Node39'
|
|
244
240
|
},
|
|
245
|
-
{
|
|
246
|
-
address: 'https://rest.elys.mtl.vnodesv.net',
|
|
247
|
-
provider: 'vNodes[V] [NA] Ser[V]ices'
|
|
248
|
-
},
|
|
249
241
|
{
|
|
250
242
|
address: 'https://elys.rest.fr.vnodesv.net:443',
|
|
251
243
|
provider: 'vNodes[V] [EUR] Ser[V]ices'
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
const info = [
|
|
1
|
+
const info = [
|
|
2
|
+
{
|
|
2
3
|
$schema: '../ibc_data.schema.json',
|
|
3
4
|
chain1: {
|
|
4
5
|
chainName: 'int3face',
|
|
@@ -26,7 +27,37 @@ const info = [{
|
|
|
26
27
|
preferred: true
|
|
27
28
|
}
|
|
28
29
|
}]
|
|
29
|
-
},
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
$schema: '../ibc_data.schema.json',
|
|
33
|
+
chain1: {
|
|
34
|
+
chainName: 'int3face',
|
|
35
|
+
clientId: '07-tendermint-4',
|
|
36
|
+
connectionId: 'connection-2'
|
|
37
|
+
},
|
|
38
|
+
chain2: {
|
|
39
|
+
chainName: 'noble',
|
|
40
|
+
clientId: '07-tendermint-179',
|
|
41
|
+
connectionId: 'connection-172'
|
|
42
|
+
},
|
|
43
|
+
channels: [{
|
|
44
|
+
chain1: {
|
|
45
|
+
channelId: 'channel-2',
|
|
46
|
+
portId: 'transfer'
|
|
47
|
+
},
|
|
48
|
+
chain2: {
|
|
49
|
+
channelId: 'channel-165',
|
|
50
|
+
portId: 'transfer'
|
|
51
|
+
},
|
|
52
|
+
ordering: 'unordered',
|
|
53
|
+
version: 'ics20-1',
|
|
54
|
+
tags: {
|
|
55
|
+
status: 'live',
|
|
56
|
+
preferred: true
|
|
57
|
+
}
|
|
58
|
+
}]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
30
61
|
$schema: '../ibc_data.schema.json',
|
|
31
62
|
chain1: {
|
|
32
63
|
chainName: 'int3face',
|
|
@@ -54,5 +85,6 @@ const info = [{
|
|
|
54
85
|
preferred: true
|
|
55
86
|
}
|
|
56
87
|
}]
|
|
57
|
-
}
|
|
88
|
+
}
|
|
89
|
+
];
|
|
58
90
|
export default info;
|
|
@@ -12,12 +12,26 @@ const info = {
|
|
|
12
12
|
bech32Prefix: 'kopi',
|
|
13
13
|
slip44: 118,
|
|
14
14
|
fees: {
|
|
15
|
-
feeTokens: [
|
|
15
|
+
feeTokens: [
|
|
16
|
+
{
|
|
16
17
|
denom: 'ukopi',
|
|
17
18
|
lowGasPrice: 0.01,
|
|
18
19
|
averageGasPrice: 0.025,
|
|
19
20
|
highGasPrice: 0.03
|
|
20
|
-
}
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
denom: 'ukusd',
|
|
24
|
+
lowGasPrice: 0.01,
|
|
25
|
+
averageGasPrice: 0.025,
|
|
26
|
+
highGasPrice: 0.03
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
denom: 'ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F',
|
|
30
|
+
lowGasPrice: 0.01,
|
|
31
|
+
averageGasPrice: 0.025,
|
|
32
|
+
highGasPrice: 0.03
|
|
33
|
+
}
|
|
34
|
+
]
|
|
21
35
|
},
|
|
22
36
|
staking: {
|
|
23
37
|
stakingTokens: [{
|
|
@@ -5,10 +5,14 @@ const info = {
|
|
|
5
5
|
description: 'MTGBP the stablecoin of the future.',
|
|
6
6
|
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',
|
|
7
7
|
denomUnits: [{
|
|
8
|
+
denom: 'umtgbp',
|
|
9
|
+
exponent: 0,
|
|
10
|
+
aliases: ['micromtgbp']
|
|
11
|
+
}, {
|
|
8
12
|
denom: 'mtgbp',
|
|
9
|
-
exponent:
|
|
13
|
+
exponent: 6
|
|
10
14
|
}],
|
|
11
|
-
base: '
|
|
15
|
+
base: 'umtgbp',
|
|
12
16
|
name: 'mtgbp',
|
|
13
17
|
display: 'mtgbp',
|
|
14
18
|
symbol: 'MTGBP',
|
|
@@ -8,13 +8,13 @@ const info = {
|
|
|
8
8
|
chainType: 'cosmos',
|
|
9
9
|
chainId: 'mtgbp-1',
|
|
10
10
|
bech32Prefix: 'mtgbp',
|
|
11
|
-
daemonName: '
|
|
12
|
-
nodeHome: '$HOME/.
|
|
11
|
+
daemonName: 'mtgbpd',
|
|
12
|
+
nodeHome: '$HOME/.mtgbpd',
|
|
13
13
|
keyAlgos: ['secp256k1'],
|
|
14
|
-
slip44:
|
|
14
|
+
slip44: 118,
|
|
15
15
|
staking: {
|
|
16
16
|
stakingTokens: [{
|
|
17
|
-
denom: '
|
|
17
|
+
denom: 'umtgbp'
|
|
18
18
|
}],
|
|
19
19
|
lockDuration: {
|
|
20
20
|
time: '1814400s'
|
|
@@ -22,15 +22,15 @@ const info = {
|
|
|
22
22
|
},
|
|
23
23
|
fees: {
|
|
24
24
|
feeTokens: [{
|
|
25
|
-
denom: '
|
|
26
|
-
lowGasPrice: 0.
|
|
27
|
-
averageGasPrice: 0.
|
|
28
|
-
highGasPrice: 0.
|
|
25
|
+
denom: 'umtgbp',
|
|
26
|
+
lowGasPrice: 0.025,
|
|
27
|
+
averageGasPrice: 0.03,
|
|
28
|
+
highGasPrice: 0.035
|
|
29
29
|
}]
|
|
30
30
|
},
|
|
31
31
|
apis: {
|
|
32
32
|
rpc: [{
|
|
33
|
-
address: 'https://
|
|
33
|
+
address: 'https://rpc.mtgbp.com',
|
|
34
34
|
provider: 'mtgbp'
|
|
35
35
|
}],
|
|
36
36
|
rest: [{
|
|
@@ -38,7 +38,7 @@ const info = {
|
|
|
38
38
|
provider: 'mtgbp'
|
|
39
39
|
}],
|
|
40
40
|
grpc: [{
|
|
41
|
-
address: 'https://
|
|
41
|
+
address: 'https://grpc.mtgbp.com',
|
|
42
42
|
provider: 'mtgbp'
|
|
43
43
|
}]
|
|
44
44
|
},
|
|
@@ -48,7 +48,7 @@ const info = {
|
|
|
48
48
|
},
|
|
49
49
|
explorers: [{
|
|
50
50
|
kind: 'ping.pub',
|
|
51
|
-
url: 'https://blockexplorer.mtgbp.com
|
|
51
|
+
url: 'https://blockexplorer.mtgbp.com',
|
|
52
52
|
txPage: 'https://blockexplorer.mtgbp.com/mtgbp/tx/${txHash}',
|
|
53
53
|
accountPage: 'https://blockexplorer.mtgbp.com/mtgbp/accounts/${accountAddress}'
|
|
54
54
|
}],
|
|
@@ -577,6 +577,35 @@ const info = [
|
|
|
577
577
|
}
|
|
578
578
|
}]
|
|
579
579
|
},
|
|
580
|
+
{
|
|
581
|
+
$schema: '../ibc_data.schema.json',
|
|
582
|
+
chain1: {
|
|
583
|
+
chainName: 'int3face',
|
|
584
|
+
clientId: '07-tendermint-4',
|
|
585
|
+
connectionId: 'connection-2'
|
|
586
|
+
},
|
|
587
|
+
chain2: {
|
|
588
|
+
chainName: 'noble',
|
|
589
|
+
clientId: '07-tendermint-179',
|
|
590
|
+
connectionId: 'connection-172'
|
|
591
|
+
},
|
|
592
|
+
channels: [{
|
|
593
|
+
chain1: {
|
|
594
|
+
channelId: 'channel-2',
|
|
595
|
+
portId: 'transfer'
|
|
596
|
+
},
|
|
597
|
+
chain2: {
|
|
598
|
+
channelId: 'channel-165',
|
|
599
|
+
portId: 'transfer'
|
|
600
|
+
},
|
|
601
|
+
ordering: 'unordered',
|
|
602
|
+
version: 'ics20-1',
|
|
603
|
+
tags: {
|
|
604
|
+
status: 'live',
|
|
605
|
+
preferred: true
|
|
606
|
+
}
|
|
607
|
+
}]
|
|
608
|
+
},
|
|
580
609
|
{
|
|
581
610
|
$schema: '../ibc_data.schema.json',
|
|
582
611
|
chain1: {
|
|
@@ -24647,7 +24647,7 @@ const info = {
|
|
|
24647
24647
|
{
|
|
24648
24648
|
description: 'TakeTitan Titans',
|
|
24649
24649
|
denomUnits: [{
|
|
24650
|
-
denom: 'ibc/
|
|
24650
|
+
denom: 'ibc/87B7A56E83C08DBFD567F0DE6463EC54181B8B819B3CAD7A584C47D59A2A05CF',
|
|
24651
24651
|
exponent: 0,
|
|
24652
24652
|
aliases: ['utitan']
|
|
24653
24653
|
}, {
|
|
@@ -24656,7 +24656,7 @@ const info = {
|
|
|
24656
24656
|
aliases: []
|
|
24657
24657
|
}],
|
|
24658
24658
|
typeAsset: 'ics20',
|
|
24659
|
-
base: 'ibc/
|
|
24659
|
+
base: 'ibc/87B7A56E83C08DBFD567F0DE6463EC54181B8B819B3CAD7A584C47D59A2A05CF',
|
|
24660
24660
|
name: 'TakeTitan Titans',
|
|
24661
24661
|
display: 'titan',
|
|
24662
24662
|
symbol: 'TITAN',
|
|
@@ -24668,8 +24668,8 @@ const info = {
|
|
|
24668
24668
|
channelId: 'channel-0'
|
|
24669
24669
|
},
|
|
24670
24670
|
chain: {
|
|
24671
|
-
channelId: 'channel-
|
|
24672
|
-
path: 'transfer/channel-
|
|
24671
|
+
channelId: 'channel-105111',
|
|
24672
|
+
path: 'transfer/channel-105111/utitan'
|
|
24673
24673
|
}
|
|
24674
24674
|
}],
|
|
24675
24675
|
logoURIs: {
|
|
@@ -4632,8 +4632,8 @@ const info = [
|
|
|
4632
4632
|
$schema: '../ibc_data.schema.json',
|
|
4633
4633
|
chain1: {
|
|
4634
4634
|
chainName: 'osmosis',
|
|
4635
|
-
clientId: '07-tendermint-
|
|
4636
|
-
connectionId: 'connection-
|
|
4635
|
+
clientId: '07-tendermint-3529',
|
|
4636
|
+
connectionId: 'connection-10769'
|
|
4637
4637
|
},
|
|
4638
4638
|
chain2: {
|
|
4639
4639
|
chainName: 'taketitan',
|
|
@@ -4642,7 +4642,7 @@ const info = [
|
|
|
4642
4642
|
},
|
|
4643
4643
|
channels: [{
|
|
4644
4644
|
chain1: {
|
|
4645
|
-
channelId: 'channel-
|
|
4645
|
+
channelId: 'channel-105111',
|
|
4646
4646
|
portId: 'transfer'
|
|
4647
4647
|
},
|
|
4648
4648
|
chain2: {
|
|
@@ -5128,6 +5128,52 @@ const info = {
|
|
|
5128
5128
|
}],
|
|
5129
5129
|
typeAsset: 'sdk.coin'
|
|
5130
5130
|
},
|
|
5131
|
+
{
|
|
5132
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
5133
|
+
denomUnits: [{
|
|
5134
|
+
denom: 'lp:34:upryzmypt-upryzm',
|
|
5135
|
+
exponent: 0
|
|
5136
|
+
}, {
|
|
5137
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
5138
|
+
exponent: 6
|
|
5139
|
+
}],
|
|
5140
|
+
base: 'lp:34:upryzmypt-upryzm',
|
|
5141
|
+
name: 'PRYZM Base LP',
|
|
5142
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
5143
|
+
symbol: 'PRYZM-BASE-LP',
|
|
5144
|
+
logoURIs: {
|
|
5145
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
5146
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
5147
|
+
},
|
|
5148
|
+
images: [{
|
|
5149
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
5150
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
5151
|
+
}],
|
|
5152
|
+
typeAsset: 'sdk.coin'
|
|
5153
|
+
},
|
|
5154
|
+
{
|
|
5155
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
5156
|
+
denomUnits: [{
|
|
5157
|
+
denom: 'lp:35:upryzm-uusdc',
|
|
5158
|
+
exponent: 0
|
|
5159
|
+
}, {
|
|
5160
|
+
denom: 'lp:35:pryzm-usdc',
|
|
5161
|
+
exponent: 6
|
|
5162
|
+
}],
|
|
5163
|
+
base: 'lp:35:upryzm-uusdc',
|
|
5164
|
+
name: 'PRYZM / USDC LP',
|
|
5165
|
+
display: 'lp:35:pryzm-usdc',
|
|
5166
|
+
symbol: 'PRYZM-USDC-LP',
|
|
5167
|
+
logoURIs: {
|
|
5168
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
5169
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
5170
|
+
},
|
|
5171
|
+
images: [{
|
|
5172
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
5173
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
5174
|
+
}],
|
|
5175
|
+
typeAsset: 'sdk.coin'
|
|
5176
|
+
},
|
|
5131
5177
|
{
|
|
5132
5178
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
5133
5179
|
denomUnits: [{
|
|
@@ -15,6 +15,13 @@ const info = {
|
|
|
15
15
|
slip44: 118,
|
|
16
16
|
fees: {
|
|
17
17
|
feeTokens: [
|
|
18
|
+
{
|
|
19
|
+
denom: 'upryzm',
|
|
20
|
+
fixedMinGasPrice: 0.02,
|
|
21
|
+
lowGasPrice: 0.02,
|
|
22
|
+
averageGasPrice: 0.03,
|
|
23
|
+
highGasPrice: 0.04
|
|
24
|
+
},
|
|
18
25
|
{
|
|
19
26
|
denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
|
|
20
27
|
fixedMinGasPrice: 0.0025,
|
|
@@ -5,10 +5,14 @@ const info = {
|
|
|
5
5
|
description: 'QFS stands for Quantum Financial Systems, the aim is to bridge traditional finance with the crypto ecosystem',
|
|
6
6
|
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.',
|
|
7
7
|
denomUnits: [{
|
|
8
|
+
denom: 'uqfs',
|
|
9
|
+
exponent: 0,
|
|
10
|
+
aliases: ['microqfs']
|
|
11
|
+
}, {
|
|
8
12
|
denom: 'qfs',
|
|
9
|
-
exponent:
|
|
13
|
+
exponent: 6
|
|
10
14
|
}],
|
|
11
|
-
base: '
|
|
15
|
+
base: 'uqfs',
|
|
12
16
|
name: 'qfs',
|
|
13
17
|
display: 'qfs',
|
|
14
18
|
symbol: 'QFS',
|
package/esm/mainnet/qfs/chain.js
CHANGED
|
@@ -3,18 +3,18 @@ const info = {
|
|
|
3
3
|
chainName: 'qfs',
|
|
4
4
|
status: 'live',
|
|
5
5
|
networkType: 'mainnet',
|
|
6
|
-
website: 'https://
|
|
6
|
+
website: 'https://qfsone.com/',
|
|
7
7
|
prettyName: 'Quantum Financial Systems',
|
|
8
8
|
chainType: 'cosmos',
|
|
9
9
|
chainId: 'qfs-1',
|
|
10
10
|
bech32Prefix: 'qfs',
|
|
11
|
-
daemonName: '
|
|
12
|
-
nodeHome: '$HOME/.
|
|
11
|
+
daemonName: 'qfsd',
|
|
12
|
+
nodeHome: '$HOME/.qfsd',
|
|
13
13
|
keyAlgos: ['secp256k1'],
|
|
14
|
-
slip44:
|
|
14
|
+
slip44: 118,
|
|
15
15
|
staking: {
|
|
16
16
|
stakingTokens: [{
|
|
17
|
-
denom: '
|
|
17
|
+
denom: 'uqfs'
|
|
18
18
|
}],
|
|
19
19
|
lockDuration: {
|
|
20
20
|
time: '1814400s'
|
|
@@ -22,15 +22,15 @@ const info = {
|
|
|
22
22
|
},
|
|
23
23
|
fees: {
|
|
24
24
|
feeTokens: [{
|
|
25
|
-
denom: '
|
|
26
|
-
lowGasPrice: 0.
|
|
27
|
-
averageGasPrice: 0.
|
|
28
|
-
highGasPrice: 0.
|
|
25
|
+
denom: 'uqfs',
|
|
26
|
+
lowGasPrice: 0.025,
|
|
27
|
+
averageGasPrice: 0.03,
|
|
28
|
+
highGasPrice: 0.035
|
|
29
29
|
}]
|
|
30
30
|
},
|
|
31
31
|
apis: {
|
|
32
32
|
rpc: [{
|
|
33
|
-
address: 'https://
|
|
33
|
+
address: 'https://rpc.qfsone.com',
|
|
34
34
|
provider: 'qfs'
|
|
35
35
|
}],
|
|
36
36
|
rest: [{
|
|
@@ -38,7 +38,7 @@ const info = {
|
|
|
38
38
|
provider: 'qfs'
|
|
39
39
|
}],
|
|
40
40
|
grpc: [{
|
|
41
|
-
address: 'https://
|
|
41
|
+
address: 'https://grpc.qfsone.com',
|
|
42
42
|
provider: 'qfs'
|
|
43
43
|
}]
|
|
44
44
|
},
|
|
@@ -48,7 +48,7 @@ const info = {
|
|
|
48
48
|
},
|
|
49
49
|
explorers: [{
|
|
50
50
|
kind: 'ping.pub',
|
|
51
|
-
url: 'https://blockexplorer.qfsone.com
|
|
51
|
+
url: 'https://blockexplorer.qfsone.com',
|
|
52
52
|
txPage: 'https://blockexplorer.qfsone.com/qfs/tx/${txHash}',
|
|
53
53
|
accountPage: 'https://blockexplorer.qfsone.com/qfs/accounts/${accountAddress}'
|
|
54
54
|
}],
|
|
@@ -2,8 +2,8 @@ const info = [{
|
|
|
2
2
|
$schema: '../ibc_data.schema.json',
|
|
3
3
|
chain1: {
|
|
4
4
|
chainName: 'osmosis',
|
|
5
|
-
clientId: '07-tendermint-
|
|
6
|
-
connectionId: 'connection-
|
|
5
|
+
clientId: '07-tendermint-3529',
|
|
6
|
+
connectionId: 'connection-10769'
|
|
7
7
|
},
|
|
8
8
|
chain2: {
|
|
9
9
|
chainName: 'taketitan',
|
|
@@ -12,7 +12,7 @@ const info = [{
|
|
|
12
12
|
},
|
|
13
13
|
channels: [{
|
|
14
14
|
chain1: {
|
|
15
|
-
channelId: 'channel-
|
|
15
|
+
channelId: 'channel-105111',
|
|
16
16
|
portId: 'transfer'
|
|
17
17
|
},
|
|
18
18
|
chain2: {
|
|
@@ -79,10 +79,6 @@ const info = {
|
|
|
79
79
|
address: 'http://rpc-umee-0.node75.org:26657',
|
|
80
80
|
provider: 'Pro-Nodes75'
|
|
81
81
|
},
|
|
82
|
-
{
|
|
83
|
-
address: 'https://umee-rpc.tienthuattoan.com',
|
|
84
|
-
provider: 'TTT 🇻🇳'
|
|
85
|
-
},
|
|
86
82
|
{
|
|
87
83
|
address: 'https://rpc-umee-01.stakeflow.io',
|
|
88
84
|
provider: 'Stakeflow'
|
|
@@ -1,4 +1,32 @@
|
|
|
1
1
|
const info = [{
|
|
2
|
+
$schema: '../../ibc_data.schema.json',
|
|
3
|
+
chain1: {
|
|
4
|
+
chainName: 'int3facetestnet',
|
|
5
|
+
clientId: '07-tendermint-12',
|
|
6
|
+
connectionId: 'connection-8'
|
|
7
|
+
},
|
|
8
|
+
chain2: {
|
|
9
|
+
chainName: 'nobletestnet',
|
|
10
|
+
clientId: '07-tendermint-529',
|
|
11
|
+
connectionId: 'connection-491'
|
|
12
|
+
},
|
|
13
|
+
channels: [{
|
|
14
|
+
chain1: {
|
|
15
|
+
channelId: 'channel-4',
|
|
16
|
+
portId: 'transfer'
|
|
17
|
+
},
|
|
18
|
+
chain2: {
|
|
19
|
+
channelId: 'channel-537',
|
|
20
|
+
portId: 'transfer'
|
|
21
|
+
},
|
|
22
|
+
ordering: 'unordered',
|
|
23
|
+
version: 'ics20-1',
|
|
24
|
+
tags: {
|
|
25
|
+
status: 'live',
|
|
26
|
+
preferred: true
|
|
27
|
+
}
|
|
28
|
+
}]
|
|
29
|
+
}, {
|
|
2
30
|
$schema: '../../ibc_data.schema.json',
|
|
3
31
|
chain1: {
|
|
4
32
|
chainName: 'int3facetestnet',
|