chain-registry 2.0.163 → 2.0.165
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/mantrachain/asset-list.js +59 -0
- package/esm/mainnet/mantrachain/chain.js +10 -10
- package/esm/mainnet/osmosis/asset-list.js +62 -0
- package/esm/mainnet/stoc/chain.js +4 -0
- package/esm/testnet/mantrachaintestnet2/chain.js +3 -3
- package/esm/testnet/tstoctestnet/chain.js +4 -0
- package/mainnet/mantrachain/asset-list.js +59 -0
- package/mainnet/mantrachain/chain.js +10 -10
- package/mainnet/osmosis/asset-list.js +62 -0
- package/mainnet/stoc/chain.js +4 -0
- package/package.json +3 -3
- package/testnet/mantrachaintestnet2/chain.js +3 -3
- package/testnet/tstoctestnet/chain.js +4 -0
|
@@ -5,6 +5,57 @@ const info = {
|
|
|
5
5
|
{
|
|
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
|
+
denomUnits: [{
|
|
9
|
+
denom: 'amantra',
|
|
10
|
+
exponent: 0
|
|
11
|
+
}, {
|
|
12
|
+
denom: 'mantra',
|
|
13
|
+
exponent: 18
|
|
14
|
+
}],
|
|
15
|
+
typeAsset: 'sdk.coin',
|
|
16
|
+
base: 'amantra',
|
|
17
|
+
name: 'MANTRA Chain',
|
|
18
|
+
display: 'mantra',
|
|
19
|
+
symbol: 'MANTRA',
|
|
20
|
+
coingeckoId: 'mantra',
|
|
21
|
+
keywords: [
|
|
22
|
+
'rwa',
|
|
23
|
+
'wasm',
|
|
24
|
+
'staking'
|
|
25
|
+
],
|
|
26
|
+
images: [
|
|
27
|
+
{
|
|
28
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
29
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
30
|
+
theme: {
|
|
31
|
+
circle: true
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
|
|
36
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
|
|
37
|
+
theme: {
|
|
38
|
+
darkMode: true,
|
|
39
|
+
circle: true
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
|
|
44
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
|
|
45
|
+
theme: {
|
|
46
|
+
darkMode: false,
|
|
47
|
+
circle: true
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
],
|
|
51
|
+
socials: {
|
|
52
|
+
website: 'https://www.mantrachain.io/',
|
|
53
|
+
x: 'https://x.com/MANTRA_Chain'
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
description: 'The deprecated native token of MANTRA before $OM to $MANTRA Redenomination',
|
|
58
|
+
extendedDescription: 'The first RWA Layer 1 Blockchain, capable of adherence and enforcement of real world regulatory requirements.',
|
|
8
59
|
denomUnits: [{
|
|
9
60
|
denom: 'uom',
|
|
10
61
|
exponent: 0
|
|
@@ -17,6 +68,14 @@ const info = {
|
|
|
17
68
|
name: 'MANTRA Chain',
|
|
18
69
|
display: 'om',
|
|
19
70
|
symbol: 'OM',
|
|
71
|
+
traces: [{
|
|
72
|
+
type: 'legacy-mintage',
|
|
73
|
+
counterparty: {
|
|
74
|
+
chainName: 'mantrachain',
|
|
75
|
+
baseDenom: 'amantra'
|
|
76
|
+
},
|
|
77
|
+
provider: 'MANTRA'
|
|
78
|
+
}],
|
|
20
79
|
coingeckoId: 'mantra-dao',
|
|
21
80
|
keywords: [
|
|
22
81
|
'rwa',
|
|
@@ -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,17 +31,17 @@ 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',
|
|
35
|
+
compatibleVersions: ['v7.0.0'],
|
|
36
36
|
consensus: {
|
|
37
37
|
type: 'cometbft',
|
|
38
|
-
version: 'v0.38.
|
|
38
|
+
version: 'v0.38.21'
|
|
39
39
|
},
|
|
40
40
|
sdk: {
|
|
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',
|
|
@@ -17814,6 +17814,68 @@ const info = {
|
|
|
17814
17814
|
},
|
|
17815
17815
|
{
|
|
17816
17816
|
description: 'The native token of MANTRA',
|
|
17817
|
+
denomUnits: [{
|
|
17818
|
+
denom: 'ibc/4EDB04DED162ED1D45F86F8C7F92E011E8CF3AE9E5214BD3EA06F9D05B38F18D',
|
|
17819
|
+
exponent: 0,
|
|
17820
|
+
aliases: ['amantra']
|
|
17821
|
+
}, {
|
|
17822
|
+
denom: 'mantra',
|
|
17823
|
+
exponent: 18
|
|
17824
|
+
}],
|
|
17825
|
+
typeAsset: 'ics20',
|
|
17826
|
+
base: 'ibc/4EDB04DED162ED1D45F86F8C7F92E011E8CF3AE9E5214BD3EA06F9D05B38F18D',
|
|
17827
|
+
name: 'MANTRA',
|
|
17828
|
+
display: 'mantra',
|
|
17829
|
+
symbol: 'MANTRA',
|
|
17830
|
+
traces: [{
|
|
17831
|
+
type: 'ibc',
|
|
17832
|
+
counterparty: {
|
|
17833
|
+
chainName: 'mantrachain',
|
|
17834
|
+
baseDenom: 'amantra',
|
|
17835
|
+
channelId: 'channel-0'
|
|
17836
|
+
},
|
|
17837
|
+
chain: {
|
|
17838
|
+
channelId: 'channel-85077',
|
|
17839
|
+
path: 'transfer/channel-85077/amantra'
|
|
17840
|
+
}
|
|
17841
|
+
}],
|
|
17842
|
+
logoURIs: {
|
|
17843
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
17844
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg'
|
|
17845
|
+
},
|
|
17846
|
+
images: [
|
|
17847
|
+
{
|
|
17848
|
+
imageSync: {
|
|
17849
|
+
chainName: 'mantrachain',
|
|
17850
|
+
baseDenom: 'amantra'
|
|
17851
|
+
},
|
|
17852
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
17853
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
17854
|
+
theme: {
|
|
17855
|
+
circle: true
|
|
17856
|
+
}
|
|
17857
|
+
},
|
|
17858
|
+
{
|
|
17859
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
|
|
17860
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
|
|
17861
|
+
theme: {
|
|
17862
|
+
darkMode: true,
|
|
17863
|
+
circle: true
|
|
17864
|
+
}
|
|
17865
|
+
},
|
|
17866
|
+
{
|
|
17867
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
|
|
17868
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
|
|
17869
|
+
theme: {
|
|
17870
|
+
darkMode: false,
|
|
17871
|
+
circle: true
|
|
17872
|
+
}
|
|
17873
|
+
}
|
|
17874
|
+
],
|
|
17875
|
+
coingeckoId: 'mantra'
|
|
17876
|
+
},
|
|
17877
|
+
{
|
|
17878
|
+
description: 'The deprecated native token of MANTRA before $OM to $MANTRA Redenomination',
|
|
17817
17879
|
denomUnits: [{
|
|
17818
17880
|
denom: 'ibc/164807F6226F91990F358C6467EEE8B162E437BDCD3DADEC3F0CE20693720795',
|
|
17819
17881
|
exponent: 0,
|
|
@@ -40,6 +40,10 @@ const info = {
|
|
|
40
40
|
sdk: {
|
|
41
41
|
type: 'cosmos',
|
|
42
42
|
version: 'v0.53.3'
|
|
43
|
+
},
|
|
44
|
+
ibc: {
|
|
45
|
+
type: 'go',
|
|
46
|
+
version: 'v8.7.0'
|
|
43
47
|
}
|
|
44
48
|
},
|
|
45
49
|
description: 'STO Chain is a Cosmos-based blockchain network designed to enable the digitization, compliance, and cross-chain circulation of real assets such as real estate, stocks, and commodities through blockchain technology.',
|
|
@@ -31,8 +31,8 @@ const info = {
|
|
|
31
31
|
},
|
|
32
32
|
codebase: {
|
|
33
33
|
gitRepo: 'https://github.com/MANTRA-Chain/mantrachain',
|
|
34
|
-
recommendedVersion: 'v7.0.0-
|
|
35
|
-
compatibleVersions: ['v7.0.0-
|
|
34
|
+
recommendedVersion: 'v7.0.0-rc3',
|
|
35
|
+
compatibleVersions: ['v7.0.0-rc3'],
|
|
36
36
|
consensus: {
|
|
37
37
|
type: 'cometbft',
|
|
38
38
|
version: 'v0.38.19'
|
|
@@ -119,7 +119,7 @@ const info = {
|
|
|
119
119
|
images: [{
|
|
120
120
|
imageSync: {
|
|
121
121
|
chainName: 'mantrachain',
|
|
122
|
-
baseDenom: '
|
|
122
|
+
baseDenom: 'amantra'
|
|
123
123
|
},
|
|
124
124
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
125
125
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
@@ -40,6 +40,10 @@ const info = {
|
|
|
40
40
|
sdk: {
|
|
41
41
|
type: 'cosmos',
|
|
42
42
|
version: 'v0.53.0'
|
|
43
|
+
},
|
|
44
|
+
ibc: {
|
|
45
|
+
type: 'go',
|
|
46
|
+
version: 'v8.7.0'
|
|
43
47
|
}
|
|
44
48
|
},
|
|
45
49
|
description: 'STO Chain Testnet is a Cosmos-based blockchain network designed to enable the digitization, compliance, and cross-chain circulation of real assets such as real estate, stocks, and commodities through blockchain technology.',
|
|
@@ -7,6 +7,57 @@ const info = {
|
|
|
7
7
|
{
|
|
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
|
+
denomUnits: [{
|
|
11
|
+
denom: 'amantra',
|
|
12
|
+
exponent: 0
|
|
13
|
+
}, {
|
|
14
|
+
denom: 'mantra',
|
|
15
|
+
exponent: 18
|
|
16
|
+
}],
|
|
17
|
+
typeAsset: 'sdk.coin',
|
|
18
|
+
base: 'amantra',
|
|
19
|
+
name: 'MANTRA Chain',
|
|
20
|
+
display: 'mantra',
|
|
21
|
+
symbol: 'MANTRA',
|
|
22
|
+
coingeckoId: 'mantra',
|
|
23
|
+
keywords: [
|
|
24
|
+
'rwa',
|
|
25
|
+
'wasm',
|
|
26
|
+
'staking'
|
|
27
|
+
],
|
|
28
|
+
images: [
|
|
29
|
+
{
|
|
30
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
31
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
32
|
+
theme: {
|
|
33
|
+
circle: true
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
|
|
38
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
|
|
39
|
+
theme: {
|
|
40
|
+
darkMode: true,
|
|
41
|
+
circle: true
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
|
|
46
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
|
|
47
|
+
theme: {
|
|
48
|
+
darkMode: false,
|
|
49
|
+
circle: true
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
],
|
|
53
|
+
socials: {
|
|
54
|
+
website: 'https://www.mantrachain.io/',
|
|
55
|
+
x: 'https://x.com/MANTRA_Chain'
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
description: 'The deprecated native token of MANTRA before $OM to $MANTRA Redenomination',
|
|
60
|
+
extendedDescription: 'The first RWA Layer 1 Blockchain, capable of adherence and enforcement of real world regulatory requirements.',
|
|
10
61
|
denomUnits: [{
|
|
11
62
|
denom: 'uom',
|
|
12
63
|
exponent: 0
|
|
@@ -19,6 +70,14 @@ const info = {
|
|
|
19
70
|
name: 'MANTRA Chain',
|
|
20
71
|
display: 'om',
|
|
21
72
|
symbol: 'OM',
|
|
73
|
+
traces: [{
|
|
74
|
+
type: 'legacy-mintage',
|
|
75
|
+
counterparty: {
|
|
76
|
+
chainName: 'mantrachain',
|
|
77
|
+
baseDenom: 'amantra'
|
|
78
|
+
},
|
|
79
|
+
provider: 'MANTRA'
|
|
80
|
+
}],
|
|
22
81
|
coingeckoId: 'mantra-dao',
|
|
23
82
|
keywords: [
|
|
24
83
|
'rwa',
|
|
@@ -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,17 +33,17 @@ 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',
|
|
37
|
+
compatibleVersions: ['v7.0.0'],
|
|
38
38
|
consensus: {
|
|
39
39
|
type: 'cometbft',
|
|
40
|
-
version: 'v0.38.
|
|
40
|
+
version: 'v0.38.21'
|
|
41
41
|
},
|
|
42
42
|
sdk: {
|
|
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',
|
|
@@ -17816,6 +17816,68 @@ const info = {
|
|
|
17816
17816
|
},
|
|
17817
17817
|
{
|
|
17818
17818
|
description: 'The native token of MANTRA',
|
|
17819
|
+
denomUnits: [{
|
|
17820
|
+
denom: 'ibc/4EDB04DED162ED1D45F86F8C7F92E011E8CF3AE9E5214BD3EA06F9D05B38F18D',
|
|
17821
|
+
exponent: 0,
|
|
17822
|
+
aliases: ['amantra']
|
|
17823
|
+
}, {
|
|
17824
|
+
denom: 'mantra',
|
|
17825
|
+
exponent: 18
|
|
17826
|
+
}],
|
|
17827
|
+
typeAsset: 'ics20',
|
|
17828
|
+
base: 'ibc/4EDB04DED162ED1D45F86F8C7F92E011E8CF3AE9E5214BD3EA06F9D05B38F18D',
|
|
17829
|
+
name: 'MANTRA',
|
|
17830
|
+
display: 'mantra',
|
|
17831
|
+
symbol: 'MANTRA',
|
|
17832
|
+
traces: [{
|
|
17833
|
+
type: 'ibc',
|
|
17834
|
+
counterparty: {
|
|
17835
|
+
chainName: 'mantrachain',
|
|
17836
|
+
baseDenom: 'amantra',
|
|
17837
|
+
channelId: 'channel-0'
|
|
17838
|
+
},
|
|
17839
|
+
chain: {
|
|
17840
|
+
channelId: 'channel-85077',
|
|
17841
|
+
path: 'transfer/channel-85077/amantra'
|
|
17842
|
+
}
|
|
17843
|
+
}],
|
|
17844
|
+
logoURIs: {
|
|
17845
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
17846
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg'
|
|
17847
|
+
},
|
|
17848
|
+
images: [
|
|
17849
|
+
{
|
|
17850
|
+
imageSync: {
|
|
17851
|
+
chainName: 'mantrachain',
|
|
17852
|
+
baseDenom: 'amantra'
|
|
17853
|
+
},
|
|
17854
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
17855
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
17856
|
+
theme: {
|
|
17857
|
+
circle: true
|
|
17858
|
+
}
|
|
17859
|
+
},
|
|
17860
|
+
{
|
|
17861
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
|
|
17862
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
|
|
17863
|
+
theme: {
|
|
17864
|
+
darkMode: true,
|
|
17865
|
+
circle: true
|
|
17866
|
+
}
|
|
17867
|
+
},
|
|
17868
|
+
{
|
|
17869
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
|
|
17870
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
|
|
17871
|
+
theme: {
|
|
17872
|
+
darkMode: false,
|
|
17873
|
+
circle: true
|
|
17874
|
+
}
|
|
17875
|
+
}
|
|
17876
|
+
],
|
|
17877
|
+
coingeckoId: 'mantra'
|
|
17878
|
+
},
|
|
17879
|
+
{
|
|
17880
|
+
description: 'The deprecated native token of MANTRA before $OM to $MANTRA Redenomination',
|
|
17819
17881
|
denomUnits: [{
|
|
17820
17882
|
denom: 'ibc/164807F6226F91990F358C6467EEE8B162E437BDCD3DADEC3F0CE20693720795',
|
|
17821
17883
|
exponent: 0,
|
package/mainnet/stoc/chain.js
CHANGED
|
@@ -42,6 +42,10 @@ const info = {
|
|
|
42
42
|
sdk: {
|
|
43
43
|
type: 'cosmos',
|
|
44
44
|
version: 'v0.53.3'
|
|
45
|
+
},
|
|
46
|
+
ibc: {
|
|
47
|
+
type: 'go',
|
|
48
|
+
version: 'v8.7.0'
|
|
45
49
|
}
|
|
46
50
|
},
|
|
47
51
|
description: 'STO Chain is a Cosmos-based blockchain network designed to enable the digitization, compliance, and cross-chain circulation of real assets such as real estate, stocks, and commodities through blockchain technology.',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.165",
|
|
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.165"
|
|
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": "0d5d7f69fc589d5456db6b1200ebcc04bebf58dc"
|
|
43
43
|
}
|
|
@@ -33,8 +33,8 @@ const info = {
|
|
|
33
33
|
},
|
|
34
34
|
codebase: {
|
|
35
35
|
gitRepo: 'https://github.com/MANTRA-Chain/mantrachain',
|
|
36
|
-
recommendedVersion: 'v7.0.0-
|
|
37
|
-
compatibleVersions: ['v7.0.0-
|
|
36
|
+
recommendedVersion: 'v7.0.0-rc3',
|
|
37
|
+
compatibleVersions: ['v7.0.0-rc3'],
|
|
38
38
|
consensus: {
|
|
39
39
|
type: 'cometbft',
|
|
40
40
|
version: 'v0.38.19'
|
|
@@ -121,7 +121,7 @@ const info = {
|
|
|
121
121
|
images: [{
|
|
122
122
|
imageSync: {
|
|
123
123
|
chainName: 'mantrachain',
|
|
124
|
-
baseDenom: '
|
|
124
|
+
baseDenom: 'amantra'
|
|
125
125
|
},
|
|
126
126
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
127
127
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
@@ -42,6 +42,10 @@ const info = {
|
|
|
42
42
|
sdk: {
|
|
43
43
|
type: 'cosmos',
|
|
44
44
|
version: 'v0.53.0'
|
|
45
|
+
},
|
|
46
|
+
ibc: {
|
|
47
|
+
type: 'go',
|
|
48
|
+
version: 'v8.7.0'
|
|
45
49
|
}
|
|
46
50
|
},
|
|
47
51
|
description: 'STO Chain Testnet is a Cosmos-based blockchain network designed to enable the digitization, compliance, and cross-chain circulation of real assets such as real estate, stocks, and commodities through blockchain technology.',
|