chain-registry 2.0.115 → 2.0.117
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/injective/chain.js +6 -0
- package/esm/mainnet/optio/ibc-data.js +6 -6
- package/esm/mainnet/osmosis/chain.js +6 -0
- package/esm/mainnet/osmosis/ibc-data.js +6 -6
- package/esm/mainnet/provenance/chain.js +13 -13
- package/esm/mainnet/terra/chain.js +6 -0
- package/esm/testnet/ibc-data.js +2 -0
- package/esm/testnet/mantrachaintestnet2/asset-list.js +6 -6
- package/esm/testnet/mantrachaintestnet2/chain.js +9 -9
- package/esm/testnet/osmosistestnet/ibc-data.js +31 -0
- package/esm/testnet/qubeticstestnet/ibc-data.js +32 -0
- package/esm/testnet/qubeticstestnet/index.js +2 -0
- package/mainnet/injective/chain.js +6 -0
- package/mainnet/optio/ibc-data.js +6 -6
- package/mainnet/osmosis/chain.js +6 -0
- package/mainnet/osmosis/ibc-data.js +6 -6
- package/mainnet/provenance/chain.js +13 -13
- package/mainnet/terra/chain.js +6 -0
- package/package.json +3 -3
- package/testnet/ibc-data.js +2 -0
- package/testnet/mantrachaintestnet2/asset-list.js +6 -6
- package/testnet/mantrachaintestnet2/chain.js +9 -9
- package/testnet/osmosistestnet/ibc-data.js +31 -0
- package/testnet/qubeticstestnet/ibc-data.d.ts +3 -0
- package/testnet/qubeticstestnet/ibc-data.js +34 -0
- package/testnet/qubeticstestnet/index.d.ts +1 -0
- package/testnet/qubeticstestnet/index.js +3 -1
|
@@ -276,6 +276,12 @@ const info = {
|
|
|
276
276
|
url: 'https://injective.valopers.com/',
|
|
277
277
|
txPage: 'https://injective.valopers.com/transactions/${txHash}',
|
|
278
278
|
accountPage: 'https://injective.valopers.com/account/${accountAddress}'
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
kind: 'moon-runners',
|
|
282
|
+
url: 'https://moon-runners.net/injective/mainnet',
|
|
283
|
+
txPage: 'https://moon-runners.net/injective/mainnet/finder?search=${txHash}',
|
|
284
|
+
accountPage: 'https://moon-runners.net/injective/mainnet/finder?search=${accountAddress}'
|
|
279
285
|
}
|
|
280
286
|
],
|
|
281
287
|
images: [{
|
|
@@ -3,22 +3,22 @@ const info = [{
|
|
|
3
3
|
chain1: {
|
|
4
4
|
chainName: 'optio',
|
|
5
5
|
chainId: 'optio',
|
|
6
|
-
clientId: '07-tendermint-
|
|
7
|
-
connectionId: 'connection-
|
|
6
|
+
clientId: '07-tendermint-4',
|
|
7
|
+
connectionId: 'connection-10'
|
|
8
8
|
},
|
|
9
9
|
chain2: {
|
|
10
10
|
chainName: 'osmosis',
|
|
11
11
|
chainId: 'osmosis-1',
|
|
12
|
-
clientId: '07-tendermint-
|
|
13
|
-
connectionId: 'connection-
|
|
12
|
+
clientId: '07-tendermint-3640',
|
|
13
|
+
connectionId: 'connection-10985'
|
|
14
14
|
},
|
|
15
15
|
channels: [{
|
|
16
16
|
chain1: {
|
|
17
|
-
channelId: 'channel-
|
|
17
|
+
channelId: 'channel-5',
|
|
18
18
|
portId: 'transfer'
|
|
19
19
|
},
|
|
20
20
|
chain2: {
|
|
21
|
-
channelId: 'channel-
|
|
21
|
+
channelId: 'channel-108371',
|
|
22
22
|
portId: 'transfer'
|
|
23
23
|
},
|
|
24
24
|
ordering: 'unordered',
|
|
@@ -826,6 +826,12 @@ const info = {
|
|
|
826
826
|
url: 'https://validatorinfo.com/networks/osmosis/overview',
|
|
827
827
|
validatorPage: 'https://validatorinfo.com/networks/osmosis/validators',
|
|
828
828
|
proposalPage: 'https://validatorinfo.com/networks/osmosis/governance'
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
kind: 'moon-runners',
|
|
832
|
+
url: 'https://moon-runners.net/osmosis/mainnet',
|
|
833
|
+
txPage: 'https://moon-runners.net/osmosis/mainnet/finder?search=${txHash}',
|
|
834
|
+
accountPage: 'https://moon-runners.net/osmosis/mainnet/finder?search=${accountAddress}'
|
|
829
835
|
}
|
|
830
836
|
],
|
|
831
837
|
keywords: ['dex']
|
|
@@ -3595,22 +3595,22 @@ const info = [
|
|
|
3595
3595
|
chain1: {
|
|
3596
3596
|
chainName: 'optio',
|
|
3597
3597
|
chainId: 'optio',
|
|
3598
|
-
clientId: '07-tendermint-
|
|
3599
|
-
connectionId: 'connection-
|
|
3598
|
+
clientId: '07-tendermint-4',
|
|
3599
|
+
connectionId: 'connection-10'
|
|
3600
3600
|
},
|
|
3601
3601
|
chain2: {
|
|
3602
3602
|
chainName: 'osmosis',
|
|
3603
3603
|
chainId: 'osmosis-1',
|
|
3604
|
-
clientId: '07-tendermint-
|
|
3605
|
-
connectionId: 'connection-
|
|
3604
|
+
clientId: '07-tendermint-3640',
|
|
3605
|
+
connectionId: 'connection-10985'
|
|
3606
3606
|
},
|
|
3607
3607
|
channels: [{
|
|
3608
3608
|
chain1: {
|
|
3609
|
-
channelId: 'channel-
|
|
3609
|
+
channelId: 'channel-5',
|
|
3610
3610
|
portId: 'transfer'
|
|
3611
3611
|
},
|
|
3612
3612
|
chain2: {
|
|
3613
|
-
channelId: 'channel-
|
|
3613
|
+
channelId: 'channel-108371',
|
|
3614
3614
|
portId: 'transfer'
|
|
3615
3615
|
},
|
|
3616
3616
|
ordering: 'unordered',
|
|
@@ -15,10 +15,10 @@ const info = {
|
|
|
15
15
|
fees: {
|
|
16
16
|
feeTokens: [{
|
|
17
17
|
denom: 'nhash',
|
|
18
|
-
fixedMinGasPrice:
|
|
19
|
-
lowGasPrice:
|
|
20
|
-
averageGasPrice:
|
|
21
|
-
highGasPrice:
|
|
18
|
+
fixedMinGasPrice: 1,
|
|
19
|
+
lowGasPrice: 1,
|
|
20
|
+
averageGasPrice: 1,
|
|
21
|
+
highGasPrice: 1
|
|
22
22
|
}]
|
|
23
23
|
},
|
|
24
24
|
staking: {
|
|
@@ -28,14 +28,14 @@ const info = {
|
|
|
28
28
|
},
|
|
29
29
|
codebase: {
|
|
30
30
|
gitRepo: 'https://github.com/provenance-io/provenance',
|
|
31
|
-
recommendedVersion: 'v1.
|
|
32
|
-
compatibleVersions: ['v1.
|
|
31
|
+
recommendedVersion: 'v1.26.0',
|
|
32
|
+
compatibleVersions: ['v1.26.0'],
|
|
33
33
|
consensus: {
|
|
34
|
-
type: '
|
|
35
|
-
version: '0.
|
|
34
|
+
type: 'cometbft',
|
|
35
|
+
version: '0.38.19'
|
|
36
36
|
},
|
|
37
37
|
binaries: {
|
|
38
|
-
"linux/amd64": 'https://github.com/provenance-io/provenance/releases/download/v1.
|
|
38
|
+
"linux/amd64": 'https://github.com/provenance-io/provenance/releases/download/v1.26.0/provenance-linux-amd64-v1.26.0.zip'
|
|
39
39
|
},
|
|
40
40
|
genesis: {
|
|
41
41
|
name: 'v1.0.1',
|
|
@@ -43,18 +43,18 @@ const info = {
|
|
|
43
43
|
},
|
|
44
44
|
sdk: {
|
|
45
45
|
type: 'cosmos',
|
|
46
|
-
version: '0.
|
|
46
|
+
version: '0.50.14'
|
|
47
47
|
},
|
|
48
48
|
ibc: {
|
|
49
49
|
type: 'go',
|
|
50
|
-
version: '6.
|
|
50
|
+
version: '8.6.1',
|
|
51
51
|
icsEnabled: ['ics20-1', 'ics27-1']
|
|
52
52
|
},
|
|
53
53
|
cosmwasm: {
|
|
54
|
-
version: '0.
|
|
54
|
+
version: '0.52',
|
|
55
55
|
enabled: true
|
|
56
56
|
},
|
|
57
|
-
tag: 'v1.
|
|
57
|
+
tag: 'v1.26.0'
|
|
58
58
|
},
|
|
59
59
|
logoURIs: {
|
|
60
60
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png',
|
|
@@ -278,6 +278,12 @@ const info = {
|
|
|
278
278
|
txPage: 'https://staking-explorer.com/transaction.php?chain=terra&tx=${txHash}',
|
|
279
279
|
accountPage: 'https://staking-explorer.com/account.php?chain=terra&addr=${accountAddress}'
|
|
280
280
|
},
|
|
281
|
+
{
|
|
282
|
+
kind: 'moon-runners',
|
|
283
|
+
url: 'https://moon-runners.net/terra/mainnet',
|
|
284
|
+
txPage: 'https://moon-runners.net/terra/mainnet/finder?search=${txHash}',
|
|
285
|
+
accountPage: 'https://moon-runners.net/terra/mainnet/finder?search=${accountAddress}'
|
|
286
|
+
},
|
|
281
287
|
{
|
|
282
288
|
kind: 'terraport-finder',
|
|
283
289
|
url: 'https://finder.terraport.finance/',
|
package/esm/testnet/ibc-data.js
CHANGED
|
@@ -33,6 +33,7 @@ import * as _noistestnet from './noistestnet';
|
|
|
33
33
|
import * as _nolustestnet from './nolustestnet';
|
|
34
34
|
import * as _osmosistestnet from './osmosistestnet';
|
|
35
35
|
import * as _persistencetestnet2 from './persistencetestnet2';
|
|
36
|
+
import * as _qubeticstestnet from './qubeticstestnet';
|
|
36
37
|
import * as _sagatestnet from './sagatestnet';
|
|
37
38
|
import * as _seitestnet2 from './seitestnet2';
|
|
38
39
|
import * as _sgetestnet from './sgetestnet';
|
|
@@ -84,6 +85,7 @@ const ibcData = [
|
|
|
84
85
|
..._nolustestnet.ibcData,
|
|
85
86
|
..._osmosistestnet.ibcData,
|
|
86
87
|
..._persistencetestnet2.ibcData,
|
|
88
|
+
..._qubeticstestnet.ibcData,
|
|
87
89
|
..._sagatestnet.ibcData,
|
|
88
90
|
..._seitestnet2.ibcData,
|
|
89
91
|
..._sgetestnet.ibcData,
|
|
@@ -6,17 +6,17 @@ const info = {
|
|
|
6
6
|
description: 'The native token of MANTRA',
|
|
7
7
|
extendedDescription: 'The first RWA Layer 1 Blockchain, capable of adherence and enforcement of real world regulatory requirements.',
|
|
8
8
|
denomUnits: [{
|
|
9
|
-
denom: '
|
|
9
|
+
denom: 'amantra',
|
|
10
10
|
exponent: 0
|
|
11
11
|
}, {
|
|
12
|
-
denom: '
|
|
13
|
-
exponent:
|
|
12
|
+
denom: 'mantra',
|
|
13
|
+
exponent: 18
|
|
14
14
|
}],
|
|
15
15
|
typeAsset: 'sdk.coin',
|
|
16
|
-
base: '
|
|
16
|
+
base: 'amantra',
|
|
17
17
|
name: 'MANTRA Chain Dukong',
|
|
18
|
-
display: '
|
|
19
|
-
symbol: '
|
|
18
|
+
display: 'mantra',
|
|
19
|
+
symbol: 'MANTRA',
|
|
20
20
|
keywords: [
|
|
21
21
|
'rwa',
|
|
22
22
|
'wasm',
|
|
@@ -14,16 +14,16 @@ const info = {
|
|
|
14
14
|
slip44: 60,
|
|
15
15
|
fees: {
|
|
16
16
|
feeTokens: [{
|
|
17
|
-
denom: '
|
|
18
|
-
fixedMinGasPrice:
|
|
19
|
-
lowGasPrice:
|
|
20
|
-
averageGasPrice:
|
|
21
|
-
highGasPrice:
|
|
17
|
+
denom: 'amantra',
|
|
18
|
+
fixedMinGasPrice: 40000000000,
|
|
19
|
+
lowGasPrice: 40000000000,
|
|
20
|
+
averageGasPrice: 80000000000,
|
|
21
|
+
highGasPrice: 120000000000
|
|
22
22
|
}]
|
|
23
23
|
},
|
|
24
24
|
staking: {
|
|
25
25
|
stakingTokens: [{
|
|
26
|
-
denom: '
|
|
26
|
+
denom: 'amantra'
|
|
27
27
|
}],
|
|
28
28
|
lockDuration: {
|
|
29
29
|
time: '691200s'
|
|
@@ -31,8 +31,8 @@ const info = {
|
|
|
31
31
|
},
|
|
32
32
|
codebase: {
|
|
33
33
|
gitRepo: 'https://github.com/MANTRA-Chain/mantrachain',
|
|
34
|
-
recommendedVersion: '
|
|
35
|
-
compatibleVersions: ['
|
|
34
|
+
recommendedVersion: 'v7.0.0-rc2',
|
|
35
|
+
compatibleVersions: ['v7.0.0-rc2'],
|
|
36
36
|
consensus: {
|
|
37
37
|
type: 'cometbft',
|
|
38
38
|
version: 'v0.38.19'
|
|
@@ -41,7 +41,7 @@ const info = {
|
|
|
41
41
|
type: 'cosmos',
|
|
42
42
|
version: 'v0.53.4',
|
|
43
43
|
repo: 'https://github.com/MANTRA-Chain/cosmos-sdk',
|
|
44
|
-
tag: 'v0.53.4-mantra'
|
|
44
|
+
tag: 'v0.53.4-v7-mantra-2'
|
|
45
45
|
},
|
|
46
46
|
cosmwasm: {
|
|
47
47
|
version: 'v0.61.1',
|
|
@@ -1040,6 +1040,37 @@ const info = [
|
|
|
1040
1040
|
}
|
|
1041
1041
|
}]
|
|
1042
1042
|
},
|
|
1043
|
+
{
|
|
1044
|
+
$schema: '../../ibc_data.schema.json',
|
|
1045
|
+
chain1: {
|
|
1046
|
+
chainName: 'osmosistestnet',
|
|
1047
|
+
chainId: 'osmo-test-5',
|
|
1048
|
+
clientId: '07-tendermint-4996',
|
|
1049
|
+
connectionId: 'connection-4359'
|
|
1050
|
+
},
|
|
1051
|
+
chain2: {
|
|
1052
|
+
chainName: 'qubeticstestnet',
|
|
1053
|
+
chainId: 'qubetics_9029-1',
|
|
1054
|
+
clientId: '07-tendermint-14',
|
|
1055
|
+
connectionId: 'connection-12'
|
|
1056
|
+
},
|
|
1057
|
+
channels: [{
|
|
1058
|
+
chain1: {
|
|
1059
|
+
channelId: 'channel-11229',
|
|
1060
|
+
portId: 'transfer'
|
|
1061
|
+
},
|
|
1062
|
+
chain2: {
|
|
1063
|
+
channelId: 'channel-8',
|
|
1064
|
+
portId: 'transfer'
|
|
1065
|
+
},
|
|
1066
|
+
ordering: 'unordered',
|
|
1067
|
+
version: 'ics20-1',
|
|
1068
|
+
tags: {
|
|
1069
|
+
preferred: true,
|
|
1070
|
+
status: 'ACTIVE'
|
|
1071
|
+
}
|
|
1072
|
+
}]
|
|
1073
|
+
},
|
|
1043
1074
|
{
|
|
1044
1075
|
$schema: '../../ibc_data.schema.json',
|
|
1045
1076
|
chain1: {
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const info = [{
|
|
2
|
+
$schema: '../../ibc_data.schema.json',
|
|
3
|
+
chain1: {
|
|
4
|
+
chainName: 'osmosistestnet',
|
|
5
|
+
chainId: 'osmo-test-5',
|
|
6
|
+
clientId: '07-tendermint-4996',
|
|
7
|
+
connectionId: 'connection-4359'
|
|
8
|
+
},
|
|
9
|
+
chain2: {
|
|
10
|
+
chainName: 'qubeticstestnet',
|
|
11
|
+
chainId: 'qubetics_9029-1',
|
|
12
|
+
clientId: '07-tendermint-14',
|
|
13
|
+
connectionId: 'connection-12'
|
|
14
|
+
},
|
|
15
|
+
channels: [{
|
|
16
|
+
chain1: {
|
|
17
|
+
channelId: 'channel-11229',
|
|
18
|
+
portId: 'transfer'
|
|
19
|
+
},
|
|
20
|
+
chain2: {
|
|
21
|
+
channelId: 'channel-8',
|
|
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;
|
|
@@ -278,6 +278,12 @@ const info = {
|
|
|
278
278
|
url: 'https://injective.valopers.com/',
|
|
279
279
|
txPage: 'https://injective.valopers.com/transactions/${txHash}',
|
|
280
280
|
accountPage: 'https://injective.valopers.com/account/${accountAddress}'
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
kind: 'moon-runners',
|
|
284
|
+
url: 'https://moon-runners.net/injective/mainnet',
|
|
285
|
+
txPage: 'https://moon-runners.net/injective/mainnet/finder?search=${txHash}',
|
|
286
|
+
accountPage: 'https://moon-runners.net/injective/mainnet/finder?search=${accountAddress}'
|
|
281
287
|
}
|
|
282
288
|
],
|
|
283
289
|
images: [{
|
|
@@ -5,22 +5,22 @@ const info = [{
|
|
|
5
5
|
chain1: {
|
|
6
6
|
chainName: 'optio',
|
|
7
7
|
chainId: 'optio',
|
|
8
|
-
clientId: '07-tendermint-
|
|
9
|
-
connectionId: 'connection-
|
|
8
|
+
clientId: '07-tendermint-4',
|
|
9
|
+
connectionId: 'connection-10'
|
|
10
10
|
},
|
|
11
11
|
chain2: {
|
|
12
12
|
chainName: 'osmosis',
|
|
13
13
|
chainId: 'osmosis-1',
|
|
14
|
-
clientId: '07-tendermint-
|
|
15
|
-
connectionId: 'connection-
|
|
14
|
+
clientId: '07-tendermint-3640',
|
|
15
|
+
connectionId: 'connection-10985'
|
|
16
16
|
},
|
|
17
17
|
channels: [{
|
|
18
18
|
chain1: {
|
|
19
|
-
channelId: 'channel-
|
|
19
|
+
channelId: 'channel-5',
|
|
20
20
|
portId: 'transfer'
|
|
21
21
|
},
|
|
22
22
|
chain2: {
|
|
23
|
-
channelId: 'channel-
|
|
23
|
+
channelId: 'channel-108371',
|
|
24
24
|
portId: 'transfer'
|
|
25
25
|
},
|
|
26
26
|
ordering: 'unordered',
|
package/mainnet/osmosis/chain.js
CHANGED
|
@@ -828,6 +828,12 @@ const info = {
|
|
|
828
828
|
url: 'https://validatorinfo.com/networks/osmosis/overview',
|
|
829
829
|
validatorPage: 'https://validatorinfo.com/networks/osmosis/validators',
|
|
830
830
|
proposalPage: 'https://validatorinfo.com/networks/osmosis/governance'
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
kind: 'moon-runners',
|
|
834
|
+
url: 'https://moon-runners.net/osmosis/mainnet',
|
|
835
|
+
txPage: 'https://moon-runners.net/osmosis/mainnet/finder?search=${txHash}',
|
|
836
|
+
accountPage: 'https://moon-runners.net/osmosis/mainnet/finder?search=${accountAddress}'
|
|
831
837
|
}
|
|
832
838
|
],
|
|
833
839
|
keywords: ['dex']
|
|
@@ -3597,22 +3597,22 @@ const info = [
|
|
|
3597
3597
|
chain1: {
|
|
3598
3598
|
chainName: 'optio',
|
|
3599
3599
|
chainId: 'optio',
|
|
3600
|
-
clientId: '07-tendermint-
|
|
3601
|
-
connectionId: 'connection-
|
|
3600
|
+
clientId: '07-tendermint-4',
|
|
3601
|
+
connectionId: 'connection-10'
|
|
3602
3602
|
},
|
|
3603
3603
|
chain2: {
|
|
3604
3604
|
chainName: 'osmosis',
|
|
3605
3605
|
chainId: 'osmosis-1',
|
|
3606
|
-
clientId: '07-tendermint-
|
|
3607
|
-
connectionId: 'connection-
|
|
3606
|
+
clientId: '07-tendermint-3640',
|
|
3607
|
+
connectionId: 'connection-10985'
|
|
3608
3608
|
},
|
|
3609
3609
|
channels: [{
|
|
3610
3610
|
chain1: {
|
|
3611
|
-
channelId: 'channel-
|
|
3611
|
+
channelId: 'channel-5',
|
|
3612
3612
|
portId: 'transfer'
|
|
3613
3613
|
},
|
|
3614
3614
|
chain2: {
|
|
3615
|
-
channelId: 'channel-
|
|
3615
|
+
channelId: 'channel-108371',
|
|
3616
3616
|
portId: 'transfer'
|
|
3617
3617
|
},
|
|
3618
3618
|
ordering: 'unordered',
|
|
@@ -17,10 +17,10 @@ const info = {
|
|
|
17
17
|
fees: {
|
|
18
18
|
feeTokens: [{
|
|
19
19
|
denom: 'nhash',
|
|
20
|
-
fixedMinGasPrice:
|
|
21
|
-
lowGasPrice:
|
|
22
|
-
averageGasPrice:
|
|
23
|
-
highGasPrice:
|
|
20
|
+
fixedMinGasPrice: 1,
|
|
21
|
+
lowGasPrice: 1,
|
|
22
|
+
averageGasPrice: 1,
|
|
23
|
+
highGasPrice: 1
|
|
24
24
|
}]
|
|
25
25
|
},
|
|
26
26
|
staking: {
|
|
@@ -30,14 +30,14 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
codebase: {
|
|
32
32
|
gitRepo: 'https://github.com/provenance-io/provenance',
|
|
33
|
-
recommendedVersion: 'v1.
|
|
34
|
-
compatibleVersions: ['v1.
|
|
33
|
+
recommendedVersion: 'v1.26.0',
|
|
34
|
+
compatibleVersions: ['v1.26.0'],
|
|
35
35
|
consensus: {
|
|
36
|
-
type: '
|
|
37
|
-
version: '0.
|
|
36
|
+
type: 'cometbft',
|
|
37
|
+
version: '0.38.19'
|
|
38
38
|
},
|
|
39
39
|
binaries: {
|
|
40
|
-
"linux/amd64": 'https://github.com/provenance-io/provenance/releases/download/v1.
|
|
40
|
+
"linux/amd64": 'https://github.com/provenance-io/provenance/releases/download/v1.26.0/provenance-linux-amd64-v1.26.0.zip'
|
|
41
41
|
},
|
|
42
42
|
genesis: {
|
|
43
43
|
name: 'v1.0.1',
|
|
@@ -45,18 +45,18 @@ const info = {
|
|
|
45
45
|
},
|
|
46
46
|
sdk: {
|
|
47
47
|
type: 'cosmos',
|
|
48
|
-
version: '0.
|
|
48
|
+
version: '0.50.14'
|
|
49
49
|
},
|
|
50
50
|
ibc: {
|
|
51
51
|
type: 'go',
|
|
52
|
-
version: '6.
|
|
52
|
+
version: '8.6.1',
|
|
53
53
|
icsEnabled: ['ics20-1', 'ics27-1']
|
|
54
54
|
},
|
|
55
55
|
cosmwasm: {
|
|
56
|
-
version: '0.
|
|
56
|
+
version: '0.52',
|
|
57
57
|
enabled: true
|
|
58
58
|
},
|
|
59
|
-
tag: 'v1.
|
|
59
|
+
tag: 'v1.26.0'
|
|
60
60
|
},
|
|
61
61
|
logoURIs: {
|
|
62
62
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png',
|
package/mainnet/terra/chain.js
CHANGED
|
@@ -280,6 +280,12 @@ const info = {
|
|
|
280
280
|
txPage: 'https://staking-explorer.com/transaction.php?chain=terra&tx=${txHash}',
|
|
281
281
|
accountPage: 'https://staking-explorer.com/account.php?chain=terra&addr=${accountAddress}'
|
|
282
282
|
},
|
|
283
|
+
{
|
|
284
|
+
kind: 'moon-runners',
|
|
285
|
+
url: 'https://moon-runners.net/terra/mainnet',
|
|
286
|
+
txPage: 'https://moon-runners.net/terra/mainnet/finder?search=${txHash}',
|
|
287
|
+
accountPage: 'https://moon-runners.net/terra/mainnet/finder?search=${accountAddress}'
|
|
288
|
+
},
|
|
283
289
|
{
|
|
284
290
|
kind: 'terraport-finder',
|
|
285
291
|
url: 'https://finder.terraport.finance/',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.117",
|
|
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.117"
|
|
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": "eee98d560b8aaaeeb0f6a185ebae7f96754fab51"
|
|
43
43
|
}
|
package/testnet/ibc-data.js
CHANGED
|
@@ -58,6 +58,7 @@ const _noistestnet = __importStar(require("./noistestnet"));
|
|
|
58
58
|
const _nolustestnet = __importStar(require("./nolustestnet"));
|
|
59
59
|
const _osmosistestnet = __importStar(require("./osmosistestnet"));
|
|
60
60
|
const _persistencetestnet2 = __importStar(require("./persistencetestnet2"));
|
|
61
|
+
const _qubeticstestnet = __importStar(require("./qubeticstestnet"));
|
|
61
62
|
const _sagatestnet = __importStar(require("./sagatestnet"));
|
|
62
63
|
const _seitestnet2 = __importStar(require("./seitestnet2"));
|
|
63
64
|
const _sgetestnet = __importStar(require("./sgetestnet"));
|
|
@@ -109,6 +110,7 @@ const ibcData = [
|
|
|
109
110
|
..._nolustestnet.ibcData,
|
|
110
111
|
..._osmosistestnet.ibcData,
|
|
111
112
|
..._persistencetestnet2.ibcData,
|
|
113
|
+
..._qubeticstestnet.ibcData,
|
|
112
114
|
..._sagatestnet.ibcData,
|
|
113
115
|
..._seitestnet2.ibcData,
|
|
114
116
|
..._sgetestnet.ibcData,
|
|
@@ -8,17 +8,17 @@ const info = {
|
|
|
8
8
|
description: 'The native token of MANTRA',
|
|
9
9
|
extendedDescription: 'The first RWA Layer 1 Blockchain, capable of adherence and enforcement of real world regulatory requirements.',
|
|
10
10
|
denomUnits: [{
|
|
11
|
-
denom: '
|
|
11
|
+
denom: 'amantra',
|
|
12
12
|
exponent: 0
|
|
13
13
|
}, {
|
|
14
|
-
denom: '
|
|
15
|
-
exponent:
|
|
14
|
+
denom: 'mantra',
|
|
15
|
+
exponent: 18
|
|
16
16
|
}],
|
|
17
17
|
typeAsset: 'sdk.coin',
|
|
18
|
-
base: '
|
|
18
|
+
base: 'amantra',
|
|
19
19
|
name: 'MANTRA Chain Dukong',
|
|
20
|
-
display: '
|
|
21
|
-
symbol: '
|
|
20
|
+
display: 'mantra',
|
|
21
|
+
symbol: 'MANTRA',
|
|
22
22
|
keywords: [
|
|
23
23
|
'rwa',
|
|
24
24
|
'wasm',
|
|
@@ -16,16 +16,16 @@ const info = {
|
|
|
16
16
|
slip44: 60,
|
|
17
17
|
fees: {
|
|
18
18
|
feeTokens: [{
|
|
19
|
-
denom: '
|
|
20
|
-
fixedMinGasPrice:
|
|
21
|
-
lowGasPrice:
|
|
22
|
-
averageGasPrice:
|
|
23
|
-
highGasPrice:
|
|
19
|
+
denom: 'amantra',
|
|
20
|
+
fixedMinGasPrice: 40000000000,
|
|
21
|
+
lowGasPrice: 40000000000,
|
|
22
|
+
averageGasPrice: 80000000000,
|
|
23
|
+
highGasPrice: 120000000000
|
|
24
24
|
}]
|
|
25
25
|
},
|
|
26
26
|
staking: {
|
|
27
27
|
stakingTokens: [{
|
|
28
|
-
denom: '
|
|
28
|
+
denom: 'amantra'
|
|
29
29
|
}],
|
|
30
30
|
lockDuration: {
|
|
31
31
|
time: '691200s'
|
|
@@ -33,8 +33,8 @@ const info = {
|
|
|
33
33
|
},
|
|
34
34
|
codebase: {
|
|
35
35
|
gitRepo: 'https://github.com/MANTRA-Chain/mantrachain',
|
|
36
|
-
recommendedVersion: '
|
|
37
|
-
compatibleVersions: ['
|
|
36
|
+
recommendedVersion: 'v7.0.0-rc2',
|
|
37
|
+
compatibleVersions: ['v7.0.0-rc2'],
|
|
38
38
|
consensus: {
|
|
39
39
|
type: 'cometbft',
|
|
40
40
|
version: 'v0.38.19'
|
|
@@ -43,7 +43,7 @@ const info = {
|
|
|
43
43
|
type: 'cosmos',
|
|
44
44
|
version: 'v0.53.4',
|
|
45
45
|
repo: 'https://github.com/MANTRA-Chain/cosmos-sdk',
|
|
46
|
-
tag: 'v0.53.4-mantra'
|
|
46
|
+
tag: 'v0.53.4-v7-mantra-2'
|
|
47
47
|
},
|
|
48
48
|
cosmwasm: {
|
|
49
49
|
version: 'v0.61.1',
|
|
@@ -1042,6 +1042,37 @@ const info = [
|
|
|
1042
1042
|
}
|
|
1043
1043
|
}]
|
|
1044
1044
|
},
|
|
1045
|
+
{
|
|
1046
|
+
$schema: '../../ibc_data.schema.json',
|
|
1047
|
+
chain1: {
|
|
1048
|
+
chainName: 'osmosistestnet',
|
|
1049
|
+
chainId: 'osmo-test-5',
|
|
1050
|
+
clientId: '07-tendermint-4996',
|
|
1051
|
+
connectionId: 'connection-4359'
|
|
1052
|
+
},
|
|
1053
|
+
chain2: {
|
|
1054
|
+
chainName: 'qubeticstestnet',
|
|
1055
|
+
chainId: 'qubetics_9029-1',
|
|
1056
|
+
clientId: '07-tendermint-14',
|
|
1057
|
+
connectionId: 'connection-12'
|
|
1058
|
+
},
|
|
1059
|
+
channels: [{
|
|
1060
|
+
chain1: {
|
|
1061
|
+
channelId: 'channel-11229',
|
|
1062
|
+
portId: 'transfer'
|
|
1063
|
+
},
|
|
1064
|
+
chain2: {
|
|
1065
|
+
channelId: 'channel-8',
|
|
1066
|
+
portId: 'transfer'
|
|
1067
|
+
},
|
|
1068
|
+
ordering: 'unordered',
|
|
1069
|
+
version: 'ics20-1',
|
|
1070
|
+
tags: {
|
|
1071
|
+
preferred: true,
|
|
1072
|
+
status: 'ACTIVE'
|
|
1073
|
+
}
|
|
1074
|
+
}]
|
|
1075
|
+
},
|
|
1045
1076
|
{
|
|
1046
1077
|
$schema: '../../ibc_data.schema.json',
|
|
1047
1078
|
chain1: {
|
|
@@ -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: 'osmosistestnet',
|
|
7
|
+
chainId: 'osmo-test-5',
|
|
8
|
+
clientId: '07-tendermint-4996',
|
|
9
|
+
connectionId: 'connection-4359'
|
|
10
|
+
},
|
|
11
|
+
chain2: {
|
|
12
|
+
chainName: 'qubeticstestnet',
|
|
13
|
+
chainId: 'qubetics_9029-1',
|
|
14
|
+
clientId: '07-tendermint-14',
|
|
15
|
+
connectionId: 'connection-12'
|
|
16
|
+
},
|
|
17
|
+
channels: [{
|
|
18
|
+
chain1: {
|
|
19
|
+
channelId: 'channel-11229',
|
|
20
|
+
portId: 'transfer'
|
|
21
|
+
},
|
|
22
|
+
chain2: {
|
|
23
|
+
channelId: 'channel-8',
|
|
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;
|
|
@@ -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;
|