chain-registry 2.0.115 → 2.0.116
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.
|
@@ -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',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.116",
|
|
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.116"
|
|
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": "7a88cfdd26d1ce31f9d4c57b67789ad6d7d83c14"
|
|
43
43
|
}
|
|
@@ -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',
|