chain-registry 2.0.56 → 2.0.58
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/asset-lists.js +2 -0
- package/esm/mainnet/atomone/chain.js +18 -0
- package/esm/mainnet/chain4energy/chain.js +18 -0
- package/esm/mainnet/chains.js +2 -0
- package/esm/mainnet/doravota/chain.js +17 -0
- package/esm/mainnet/gonka/asset-list.js +38 -0
- package/esm/mainnet/gonka/chain.js +154 -0
- package/esm/{testnet/mantrachaintestnet → mainnet/gonka}/index.js +0 -2
- package/esm/mainnet/ibc-data.js +2 -0
- package/esm/mainnet/lumera/asset-list.js +43 -0
- package/esm/mainnet/lumera/chain.js +4 -4
- package/esm/mainnet/lumera/ibc-data.js +31 -0
- package/esm/mainnet/lumera/index.js +2 -0
- package/esm/mainnet/neutron/asset-list.js +22 -0
- package/esm/mainnet/osmosis/ibc-data.js +30 -0
- package/esm/mainnet/terra/asset-list.js +26 -0
- package/esm/mainnet/terra/chain.js +25 -41
- package/esm/mainnet/umee/chain.js +4 -9
- package/esm/testnet/asset-lists.js +0 -2
- package/esm/testnet/chains.js +0 -2
- package/esm/testnet/ibc-data.js +2 -2
- package/esm/testnet/lumeratestnet/asset-list.js +43 -0
- package/esm/testnet/lumeratestnet/chain.js +3 -3
- package/esm/testnet/lumeratestnet/ibc-data.js +31 -0
- package/esm/testnet/lumeratestnet/index.js +2 -0
- package/esm/testnet/mantrachaintestnet2/chain.js +20 -4
- package/esm/testnet/osmosistestnet/ibc-data.js +30 -0
- package/esm/testnet/xplatestnet/chain.js +2 -2
- package/mainnet/asset-lists.js +2 -0
- package/mainnet/atomone/chain.js +18 -0
- package/mainnet/chain4energy/chain.js +18 -0
- package/mainnet/chains.js +2 -0
- package/mainnet/doravota/chain.js +17 -0
- package/mainnet/gonka/asset-list.js +40 -0
- package/mainnet/gonka/chain.js +156 -0
- package/{testnet/mantrachaintestnet → mainnet/gonka}/index.d.ts +0 -1
- package/{testnet/mantrachaintestnet → mainnet/gonka}/index.js +1 -3
- package/mainnet/ibc-data.js +2 -0
- package/mainnet/lumera/asset-list.js +43 -0
- package/mainnet/lumera/chain.js +4 -4
- package/mainnet/lumera/ibc-data.js +33 -0
- package/mainnet/lumera/index.d.ts +1 -0
- package/mainnet/lumera/index.js +3 -1
- package/mainnet/neutron/asset-list.js +22 -0
- package/mainnet/osmosis/ibc-data.js +30 -0
- package/mainnet/terra/asset-list.js +26 -0
- package/mainnet/terra/chain.js +25 -41
- package/mainnet/umee/chain.js +4 -9
- package/package.json +3 -3
- package/testnet/asset-lists.js +0 -2
- package/testnet/chains.js +0 -2
- package/testnet/ibc-data.js +2 -2
- package/testnet/lumeratestnet/asset-list.js +43 -0
- package/testnet/lumeratestnet/chain.js +3 -3
- package/testnet/lumeratestnet/ibc-data.d.ts +3 -0
- package/testnet/lumeratestnet/ibc-data.js +33 -0
- package/testnet/lumeratestnet/index.d.ts +1 -0
- package/testnet/lumeratestnet/index.js +3 -1
- package/testnet/mantrachaintestnet2/chain.js +20 -4
- package/testnet/osmosistestnet/ibc-data.js +30 -0
- package/testnet/xplatestnet/chain.js +2 -2
- package/esm/testnet/mantrachaintestnet/asset-list.js +0 -48
- package/esm/testnet/mantrachaintestnet/chain.js +0 -81
- package/esm/testnet/mantrachaintestnet/ibc-data.js +0 -90
- package/testnet/mantrachaintestnet/asset-list.js +0 -50
- package/testnet/mantrachaintestnet/chain.js +0 -83
- package/testnet/mantrachaintestnet/ibc-data.js +0 -92
- /package/{testnet/mantrachaintestnet → mainnet/gonka}/asset-list.d.ts +0 -0
- /package/{testnet/mantrachaintestnet → mainnet/gonka}/chain.d.ts +0 -0
- /package/{testnet/mantrachaintestnet → mainnet/lumera}/ibc-data.d.ts +0 -0
|
@@ -30,6 +30,49 @@ const info = {
|
|
|
30
30
|
telegram: 'https://t.me/lumeraprotocol',
|
|
31
31
|
website: 'https://lumera.io'
|
|
32
32
|
}
|
|
33
|
+
}, {
|
|
34
|
+
denomUnits: [{
|
|
35
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
36
|
+
exponent: 0,
|
|
37
|
+
aliases: ['uosmo']
|
|
38
|
+
}, {
|
|
39
|
+
denom: 'osmo',
|
|
40
|
+
exponent: 6
|
|
41
|
+
}],
|
|
42
|
+
typeAsset: 'ics20',
|
|
43
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
44
|
+
name: 'Osmosis OSMO Token',
|
|
45
|
+
display: 'osmo',
|
|
46
|
+
symbol: 'OSMO',
|
|
47
|
+
traces: [{
|
|
48
|
+
type: 'ibc',
|
|
49
|
+
counterparty: {
|
|
50
|
+
chainName: 'osmosistestnet',
|
|
51
|
+
baseDenom: 'uosmo',
|
|
52
|
+
channelId: 'channel-10884'
|
|
53
|
+
},
|
|
54
|
+
chain: {
|
|
55
|
+
channelId: 'channel-0',
|
|
56
|
+
path: 'transfer/channel-0/uosmo'
|
|
57
|
+
}
|
|
58
|
+
}],
|
|
59
|
+
images: [{
|
|
60
|
+
imageSync: {
|
|
61
|
+
chainName: 'osmosistestnet',
|
|
62
|
+
baseDenom: 'uosmo'
|
|
63
|
+
},
|
|
64
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
65
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
66
|
+
}],
|
|
67
|
+
logoURIs: {
|
|
68
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
69
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
70
|
+
},
|
|
71
|
+
keywords: [
|
|
72
|
+
'dex',
|
|
73
|
+
'ibc',
|
|
74
|
+
'osmosis'
|
|
75
|
+
]
|
|
33
76
|
}]
|
|
34
77
|
};
|
|
35
78
|
exports.default = info;
|
|
@@ -38,14 +38,14 @@ const info = {
|
|
|
38
38
|
},
|
|
39
39
|
codebase: {
|
|
40
40
|
gitRepo: 'https://github.com/LumeraProtocol/lumera',
|
|
41
|
-
tag: '
|
|
42
|
-
recommendedVersion: '
|
|
41
|
+
tag: 'v1.7.0',
|
|
42
|
+
recommendedVersion: 'v1.7.0',
|
|
43
43
|
language: {
|
|
44
44
|
type: 'go',
|
|
45
45
|
version: 'v1.24'
|
|
46
46
|
},
|
|
47
47
|
binaries: {
|
|
48
|
-
"linux/amd64": 'https://github.com/LumeraProtocol/lumera/releases/download/
|
|
48
|
+
"linux/amd64": 'https://github.com/LumeraProtocol/lumera/releases/download/v1.7.0/lumera_v1.7.0_linux_amd64.tar.gz?checksum=sha256:1a5a612e5f06a5d4c4a6a2b2b8799336093a9951fcc6e81ef0a56dcc0f913e50'
|
|
49
49
|
},
|
|
50
50
|
sdk: {
|
|
51
51
|
type: 'cosmos',
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = [{
|
|
4
|
+
$schema: '../../ibc_data.schema.json',
|
|
5
|
+
chain1: {
|
|
6
|
+
chainName: 'lumeratestnet',
|
|
7
|
+
clientId: '07-tendermint-2',
|
|
8
|
+
connectionId: 'connection-1'
|
|
9
|
+
},
|
|
10
|
+
chain2: {
|
|
11
|
+
chainName: 'osmosistestnet',
|
|
12
|
+
clientId: '07-tendermint-4899',
|
|
13
|
+
connectionId: 'connection-4268'
|
|
14
|
+
},
|
|
15
|
+
channels: [{
|
|
16
|
+
chain1: {
|
|
17
|
+
channelId: 'channel-0',
|
|
18
|
+
portId: 'transfer'
|
|
19
|
+
},
|
|
20
|
+
chain2: {
|
|
21
|
+
channelId: 'channel-10884',
|
|
22
|
+
portId: 'transfer'
|
|
23
|
+
},
|
|
24
|
+
ordering: 'unordered',
|
|
25
|
+
version: 'ics20-1',
|
|
26
|
+
tags: {
|
|
27
|
+
status: 'live',
|
|
28
|
+
preferred: true,
|
|
29
|
+
dex: 'osmosis'
|
|
30
|
+
}
|
|
31
|
+
}]
|
|
32
|
+
}];
|
|
33
|
+
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;
|
|
@@ -18,7 +18,7 @@ const info = {
|
|
|
18
18
|
denom: 'uom',
|
|
19
19
|
fixedMinGasPrice: 0.01,
|
|
20
20
|
lowGasPrice: 0.01,
|
|
21
|
-
averageGasPrice: 0.
|
|
21
|
+
averageGasPrice: 0.025,
|
|
22
22
|
highGasPrice: 0.03
|
|
23
23
|
}]
|
|
24
24
|
},
|
|
@@ -74,23 +74,39 @@ const info = {
|
|
|
74
74
|
}, {
|
|
75
75
|
address: 'mantra-testnet-grpc.publicnode.com:443',
|
|
76
76
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
77
|
+
}],
|
|
78
|
+
evmHttpJsonrpc: [{
|
|
79
|
+
address: 'https://evm.dukong.mantrachain.io',
|
|
80
|
+
provider: 'MANTRACHAIN'
|
|
81
|
+
}, {
|
|
82
|
+
address: 'https://rpc.evm.mantra.testnet.cosmostation.io',
|
|
83
|
+
provider: 'Cosmostation'
|
|
77
84
|
}]
|
|
78
85
|
},
|
|
79
86
|
logoURIs: {
|
|
80
87
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
81
88
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg'
|
|
82
89
|
},
|
|
83
|
-
explorers: [
|
|
90
|
+
explorers: [
|
|
91
|
+
{
|
|
84
92
|
kind: 'mintscan',
|
|
85
93
|
url: 'https://www.mintscan.io/mantra-testnet',
|
|
86
94
|
txPage: 'https://mintscan.io/mantra-testnet/txs/${txHash}',
|
|
87
95
|
accountPage: 'https://mintscan.io/mantra-testnet/account/${accountAddress}'
|
|
88
|
-
},
|
|
96
|
+
},
|
|
97
|
+
{
|
|
89
98
|
kind: 'ping.pub',
|
|
90
99
|
url: 'https://explorer.mantrachain.io',
|
|
91
100
|
txPage: 'https://explorer.mantrachain.io/MANTRA-Dukong/tx/${txHash}',
|
|
92
101
|
accountPage: 'https://explorer.mantrachain.io/MANTRA-Dukong/account/${accountAddress}'
|
|
93
|
-
}
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
kind: 'mantrascan',
|
|
105
|
+
url: 'https://mantrascan.io/dukong',
|
|
106
|
+
txPage: 'https://mantrascan.io/dukong/tx/${txHash}',
|
|
107
|
+
accountPage: 'https://mantrascan.io/dukong/address/${accountAddress}'
|
|
108
|
+
}
|
|
109
|
+
],
|
|
94
110
|
keywords: [
|
|
95
111
|
'rwa',
|
|
96
112
|
'wasm',
|
|
@@ -700,6 +700,36 @@ const info = [
|
|
|
700
700
|
}
|
|
701
701
|
}]
|
|
702
702
|
},
|
|
703
|
+
{
|
|
704
|
+
$schema: '../../ibc_data.schema.json',
|
|
705
|
+
chain1: {
|
|
706
|
+
chainName: 'lumeratestnet',
|
|
707
|
+
clientId: '07-tendermint-2',
|
|
708
|
+
connectionId: 'connection-1'
|
|
709
|
+
},
|
|
710
|
+
chain2: {
|
|
711
|
+
chainName: 'osmosistestnet',
|
|
712
|
+
clientId: '07-tendermint-4899',
|
|
713
|
+
connectionId: 'connection-4268'
|
|
714
|
+
},
|
|
715
|
+
channels: [{
|
|
716
|
+
chain1: {
|
|
717
|
+
channelId: 'channel-0',
|
|
718
|
+
portId: 'transfer'
|
|
719
|
+
},
|
|
720
|
+
chain2: {
|
|
721
|
+
channelId: 'channel-10884',
|
|
722
|
+
portId: 'transfer'
|
|
723
|
+
},
|
|
724
|
+
ordering: 'unordered',
|
|
725
|
+
version: 'ics20-1',
|
|
726
|
+
tags: {
|
|
727
|
+
status: 'live',
|
|
728
|
+
preferred: true,
|
|
729
|
+
dex: 'osmosis'
|
|
730
|
+
}
|
|
731
|
+
}]
|
|
732
|
+
},
|
|
703
733
|
{
|
|
704
734
|
$schema: '../../ibc_data.schema.json',
|
|
705
735
|
chain1: {
|
|
@@ -30,8 +30,8 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
codebase: {
|
|
32
32
|
gitRepo: 'https://github.com/xpladev/xpla',
|
|
33
|
-
recommendedVersion: 'v1.8.0-
|
|
34
|
-
compatibleVersions: ['v1.8.0-
|
|
33
|
+
recommendedVersion: 'v1.8.0-cube',
|
|
34
|
+
compatibleVersions: ['v1.8.0-cube'],
|
|
35
35
|
consensus: {
|
|
36
36
|
type: 'cometbft',
|
|
37
37
|
version: 'v0.38.17'
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
const info = {
|
|
2
|
-
$schema: '../../assetlist.schema.json',
|
|
3
|
-
chainName: 'mantrachaintestnet',
|
|
4
|
-
assets: [{
|
|
5
|
-
description: 'The native token of MANTRA',
|
|
6
|
-
denomUnits: [{
|
|
7
|
-
denom: 'uom',
|
|
8
|
-
exponent: 0
|
|
9
|
-
}, {
|
|
10
|
-
denom: 'om',
|
|
11
|
-
exponent: 6
|
|
12
|
-
}],
|
|
13
|
-
base: 'uom',
|
|
14
|
-
name: 'MANTRA Chain',
|
|
15
|
-
display: 'om',
|
|
16
|
-
symbol: 'OM',
|
|
17
|
-
keywords: [
|
|
18
|
-
'mantra',
|
|
19
|
-
'staking',
|
|
20
|
-
'delegating',
|
|
21
|
-
'governance',
|
|
22
|
-
'regulation',
|
|
23
|
-
'defi'
|
|
24
|
-
],
|
|
25
|
-
traces: [{
|
|
26
|
-
type: 'test-mintage',
|
|
27
|
-
counterparty: {
|
|
28
|
-
chainName: 'mantrachain',
|
|
29
|
-
baseDenom: 'uom'
|
|
30
|
-
},
|
|
31
|
-
provider: 'MANTRA Chain'
|
|
32
|
-
}],
|
|
33
|
-
images: [{
|
|
34
|
-
imageSync: {
|
|
35
|
-
chainName: 'mantrachain',
|
|
36
|
-
baseDenom: 'uom'
|
|
37
|
-
},
|
|
38
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
39
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
40
|
-
theme: {
|
|
41
|
-
circle: true
|
|
42
|
-
}
|
|
43
|
-
}],
|
|
44
|
-
typeAsset: 'sdk.coin',
|
|
45
|
-
coingeckoId: 'mantra-dao'
|
|
46
|
-
}]
|
|
47
|
-
};
|
|
48
|
-
export default info;
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
const info = {
|
|
2
|
-
$schema: '../../chain.schema.json',
|
|
3
|
-
chainName: 'mantrachaintestnet',
|
|
4
|
-
status: 'live',
|
|
5
|
-
networkType: 'testnet',
|
|
6
|
-
prettyName: 'MANTRA Hongbai Testnet',
|
|
7
|
-
chainType: 'cosmos',
|
|
8
|
-
chainId: 'mantra-hongbai-1',
|
|
9
|
-
bech32Prefix: 'mantra',
|
|
10
|
-
daemonName: 'mantrachaind',
|
|
11
|
-
nodeHome: '$HOME/.mantrachain',
|
|
12
|
-
keyAlgos: ['secp256k1'],
|
|
13
|
-
slip44: 118,
|
|
14
|
-
fees: {
|
|
15
|
-
feeTokens: [{
|
|
16
|
-
denom: 'uom',
|
|
17
|
-
fixedMinGasPrice: 0,
|
|
18
|
-
lowGasPrice: 0.001,
|
|
19
|
-
averageGasPrice: 0.002,
|
|
20
|
-
highGasPrice: 0.003
|
|
21
|
-
}]
|
|
22
|
-
},
|
|
23
|
-
staking: {
|
|
24
|
-
stakingTokens: [{
|
|
25
|
-
denom: 'uom'
|
|
26
|
-
}]
|
|
27
|
-
},
|
|
28
|
-
codebase: {
|
|
29
|
-
gitRepo: 'https://github.com/MANTRA-Finance',
|
|
30
|
-
recommendedVersion: '1.0.0',
|
|
31
|
-
compatibleVersions: ['1.0.0'],
|
|
32
|
-
consensus: {
|
|
33
|
-
type: 'cometbft',
|
|
34
|
-
version: '0.37'
|
|
35
|
-
},
|
|
36
|
-
sdk: {
|
|
37
|
-
type: 'cosmos',
|
|
38
|
-
version: '0.47.3'
|
|
39
|
-
},
|
|
40
|
-
cosmwasm: {
|
|
41
|
-
version: '0.41',
|
|
42
|
-
enabled: true
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
|
-
apis: {
|
|
46
|
-
rpc: [{
|
|
47
|
-
address: 'https://rpc.hongbai.mantrachain.io',
|
|
48
|
-
provider: 'MANTRACHAIN'
|
|
49
|
-
}, {
|
|
50
|
-
address: 'https://mantra-testnet-rpc.publicnode.com:443',
|
|
51
|
-
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
52
|
-
}],
|
|
53
|
-
rest: [{
|
|
54
|
-
address: 'https://api.hongbai.mantrachain.io',
|
|
55
|
-
provider: 'MANTRACHAIN'
|
|
56
|
-
}, {
|
|
57
|
-
address: 'https://mantra-testnet-rest.publicnode.com',
|
|
58
|
-
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
59
|
-
}],
|
|
60
|
-
grpc: [{
|
|
61
|
-
address: 'https://grpc.hongbai.mantrachain.io',
|
|
62
|
-
provider: 'MANTRACHAIN'
|
|
63
|
-
}, {
|
|
64
|
-
address: 'mantra-testnet-grpc.publicnode.com:443',
|
|
65
|
-
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
66
|
-
}]
|
|
67
|
-
},
|
|
68
|
-
keywords: ['dex', 'testnet'],
|
|
69
|
-
images: [{
|
|
70
|
-
imageSync: {
|
|
71
|
-
chainName: 'mantrachain',
|
|
72
|
-
baseDenom: 'uom'
|
|
73
|
-
},
|
|
74
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
75
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
76
|
-
theme: {
|
|
77
|
-
circle: true
|
|
78
|
-
}
|
|
79
|
-
}]
|
|
80
|
-
};
|
|
81
|
-
export default info;
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
const info = [
|
|
2
|
-
{
|
|
3
|
-
$schema: '../../ibc_data.schema.json',
|
|
4
|
-
chain1: {
|
|
5
|
-
chainName: 'axelartestnet',
|
|
6
|
-
clientId: '07-tendermint-1009',
|
|
7
|
-
connectionId: 'connection-783'
|
|
8
|
-
},
|
|
9
|
-
chain2: {
|
|
10
|
-
chainName: 'mantrachaintestnet',
|
|
11
|
-
clientId: '07-tendermint-7',
|
|
12
|
-
connectionId: 'connection-7'
|
|
13
|
-
},
|
|
14
|
-
channels: [{
|
|
15
|
-
chain1: {
|
|
16
|
-
channelId: 'channel-540',
|
|
17
|
-
portId: 'transfer'
|
|
18
|
-
},
|
|
19
|
-
chain2: {
|
|
20
|
-
channelId: 'channel-7',
|
|
21
|
-
portId: 'transfer'
|
|
22
|
-
},
|
|
23
|
-
ordering: 'unordered',
|
|
24
|
-
version: 'ics20-1',
|
|
25
|
-
tags: {
|
|
26
|
-
status: 'live',
|
|
27
|
-
preferred: true
|
|
28
|
-
}
|
|
29
|
-
}]
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
$schema: '../../ibc_data.schema.json',
|
|
33
|
-
chain1: {
|
|
34
|
-
chainName: 'mantrachaintestnet',
|
|
35
|
-
clientId: '07-tendermint-6',
|
|
36
|
-
connectionId: 'connection-6'
|
|
37
|
-
},
|
|
38
|
-
chain2: {
|
|
39
|
-
chainName: 'nobletestnet',
|
|
40
|
-
clientId: '07-tendermint-294',
|
|
41
|
-
connectionId: 'connection-247'
|
|
42
|
-
},
|
|
43
|
-
channels: [{
|
|
44
|
-
chain1: {
|
|
45
|
-
channelId: 'channel-6',
|
|
46
|
-
portId: 'transfer'
|
|
47
|
-
},
|
|
48
|
-
chain2: {
|
|
49
|
-
channelId: 'channel-209',
|
|
50
|
-
portId: 'transfer'
|
|
51
|
-
},
|
|
52
|
-
ordering: 'unordered',
|
|
53
|
-
version: 'ics20-1',
|
|
54
|
-
tags: {
|
|
55
|
-
status: 'live',
|
|
56
|
-
preferred: true
|
|
57
|
-
}
|
|
58
|
-
}]
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
$schema: '../../ibc_data.schema.json',
|
|
62
|
-
chain1: {
|
|
63
|
-
chainName: 'mantrachaintestnet',
|
|
64
|
-
clientId: '07-tendermint-5',
|
|
65
|
-
connectionId: 'connection-5'
|
|
66
|
-
},
|
|
67
|
-
chain2: {
|
|
68
|
-
chainName: 'osmosistestnet',
|
|
69
|
-
clientId: '07-tendermint-3930',
|
|
70
|
-
connectionId: 'connection-3411'
|
|
71
|
-
},
|
|
72
|
-
channels: [{
|
|
73
|
-
chain1: {
|
|
74
|
-
channelId: 'channel-5',
|
|
75
|
-
portId: 'transfer'
|
|
76
|
-
},
|
|
77
|
-
chain2: {
|
|
78
|
-
channelId: 'channel-8734',
|
|
79
|
-
portId: 'transfer'
|
|
80
|
-
},
|
|
81
|
-
ordering: 'unordered',
|
|
82
|
-
version: 'ics20-1',
|
|
83
|
-
tags: {
|
|
84
|
-
status: 'live',
|
|
85
|
-
preferred: true
|
|
86
|
-
}
|
|
87
|
-
}]
|
|
88
|
-
}
|
|
89
|
-
];
|
|
90
|
-
export default info;
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const info = {
|
|
4
|
-
$schema: '../../assetlist.schema.json',
|
|
5
|
-
chainName: 'mantrachaintestnet',
|
|
6
|
-
assets: [{
|
|
7
|
-
description: 'The native token of MANTRA',
|
|
8
|
-
denomUnits: [{
|
|
9
|
-
denom: 'uom',
|
|
10
|
-
exponent: 0
|
|
11
|
-
}, {
|
|
12
|
-
denom: 'om',
|
|
13
|
-
exponent: 6
|
|
14
|
-
}],
|
|
15
|
-
base: 'uom',
|
|
16
|
-
name: 'MANTRA Chain',
|
|
17
|
-
display: 'om',
|
|
18
|
-
symbol: 'OM',
|
|
19
|
-
keywords: [
|
|
20
|
-
'mantra',
|
|
21
|
-
'staking',
|
|
22
|
-
'delegating',
|
|
23
|
-
'governance',
|
|
24
|
-
'regulation',
|
|
25
|
-
'defi'
|
|
26
|
-
],
|
|
27
|
-
traces: [{
|
|
28
|
-
type: 'test-mintage',
|
|
29
|
-
counterparty: {
|
|
30
|
-
chainName: 'mantrachain',
|
|
31
|
-
baseDenom: 'uom'
|
|
32
|
-
},
|
|
33
|
-
provider: 'MANTRA Chain'
|
|
34
|
-
}],
|
|
35
|
-
images: [{
|
|
36
|
-
imageSync: {
|
|
37
|
-
chainName: 'mantrachain',
|
|
38
|
-
baseDenom: 'uom'
|
|
39
|
-
},
|
|
40
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
41
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
42
|
-
theme: {
|
|
43
|
-
circle: true
|
|
44
|
-
}
|
|
45
|
-
}],
|
|
46
|
-
typeAsset: 'sdk.coin',
|
|
47
|
-
coingeckoId: 'mantra-dao'
|
|
48
|
-
}]
|
|
49
|
-
};
|
|
50
|
-
exports.default = info;
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const info = {
|
|
4
|
-
$schema: '../../chain.schema.json',
|
|
5
|
-
chainName: 'mantrachaintestnet',
|
|
6
|
-
status: 'live',
|
|
7
|
-
networkType: 'testnet',
|
|
8
|
-
prettyName: 'MANTRA Hongbai Testnet',
|
|
9
|
-
chainType: 'cosmos',
|
|
10
|
-
chainId: 'mantra-hongbai-1',
|
|
11
|
-
bech32Prefix: 'mantra',
|
|
12
|
-
daemonName: 'mantrachaind',
|
|
13
|
-
nodeHome: '$HOME/.mantrachain',
|
|
14
|
-
keyAlgos: ['secp256k1'],
|
|
15
|
-
slip44: 118,
|
|
16
|
-
fees: {
|
|
17
|
-
feeTokens: [{
|
|
18
|
-
denom: 'uom',
|
|
19
|
-
fixedMinGasPrice: 0,
|
|
20
|
-
lowGasPrice: 0.001,
|
|
21
|
-
averageGasPrice: 0.002,
|
|
22
|
-
highGasPrice: 0.003
|
|
23
|
-
}]
|
|
24
|
-
},
|
|
25
|
-
staking: {
|
|
26
|
-
stakingTokens: [{
|
|
27
|
-
denom: 'uom'
|
|
28
|
-
}]
|
|
29
|
-
},
|
|
30
|
-
codebase: {
|
|
31
|
-
gitRepo: 'https://github.com/MANTRA-Finance',
|
|
32
|
-
recommendedVersion: '1.0.0',
|
|
33
|
-
compatibleVersions: ['1.0.0'],
|
|
34
|
-
consensus: {
|
|
35
|
-
type: 'cometbft',
|
|
36
|
-
version: '0.37'
|
|
37
|
-
},
|
|
38
|
-
sdk: {
|
|
39
|
-
type: 'cosmos',
|
|
40
|
-
version: '0.47.3'
|
|
41
|
-
},
|
|
42
|
-
cosmwasm: {
|
|
43
|
-
version: '0.41',
|
|
44
|
-
enabled: true
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
apis: {
|
|
48
|
-
rpc: [{
|
|
49
|
-
address: 'https://rpc.hongbai.mantrachain.io',
|
|
50
|
-
provider: 'MANTRACHAIN'
|
|
51
|
-
}, {
|
|
52
|
-
address: 'https://mantra-testnet-rpc.publicnode.com:443',
|
|
53
|
-
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
54
|
-
}],
|
|
55
|
-
rest: [{
|
|
56
|
-
address: 'https://api.hongbai.mantrachain.io',
|
|
57
|
-
provider: 'MANTRACHAIN'
|
|
58
|
-
}, {
|
|
59
|
-
address: 'https://mantra-testnet-rest.publicnode.com',
|
|
60
|
-
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
61
|
-
}],
|
|
62
|
-
grpc: [{
|
|
63
|
-
address: 'https://grpc.hongbai.mantrachain.io',
|
|
64
|
-
provider: 'MANTRACHAIN'
|
|
65
|
-
}, {
|
|
66
|
-
address: 'mantra-testnet-grpc.publicnode.com:443',
|
|
67
|
-
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
68
|
-
}]
|
|
69
|
-
},
|
|
70
|
-
keywords: ['dex', 'testnet'],
|
|
71
|
-
images: [{
|
|
72
|
-
imageSync: {
|
|
73
|
-
chainName: 'mantrachain',
|
|
74
|
-
baseDenom: 'uom'
|
|
75
|
-
},
|
|
76
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
77
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
78
|
-
theme: {
|
|
79
|
-
circle: true
|
|
80
|
-
}
|
|
81
|
-
}]
|
|
82
|
-
};
|
|
83
|
-
exports.default = info;
|
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const info = [
|
|
4
|
-
{
|
|
5
|
-
$schema: '../../ibc_data.schema.json',
|
|
6
|
-
chain1: {
|
|
7
|
-
chainName: 'axelartestnet',
|
|
8
|
-
clientId: '07-tendermint-1009',
|
|
9
|
-
connectionId: 'connection-783'
|
|
10
|
-
},
|
|
11
|
-
chain2: {
|
|
12
|
-
chainName: 'mantrachaintestnet',
|
|
13
|
-
clientId: '07-tendermint-7',
|
|
14
|
-
connectionId: 'connection-7'
|
|
15
|
-
},
|
|
16
|
-
channels: [{
|
|
17
|
-
chain1: {
|
|
18
|
-
channelId: 'channel-540',
|
|
19
|
-
portId: 'transfer'
|
|
20
|
-
},
|
|
21
|
-
chain2: {
|
|
22
|
-
channelId: 'channel-7',
|
|
23
|
-
portId: 'transfer'
|
|
24
|
-
},
|
|
25
|
-
ordering: 'unordered',
|
|
26
|
-
version: 'ics20-1',
|
|
27
|
-
tags: {
|
|
28
|
-
status: 'live',
|
|
29
|
-
preferred: true
|
|
30
|
-
}
|
|
31
|
-
}]
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
$schema: '../../ibc_data.schema.json',
|
|
35
|
-
chain1: {
|
|
36
|
-
chainName: 'mantrachaintestnet',
|
|
37
|
-
clientId: '07-tendermint-6',
|
|
38
|
-
connectionId: 'connection-6'
|
|
39
|
-
},
|
|
40
|
-
chain2: {
|
|
41
|
-
chainName: 'nobletestnet',
|
|
42
|
-
clientId: '07-tendermint-294',
|
|
43
|
-
connectionId: 'connection-247'
|
|
44
|
-
},
|
|
45
|
-
channels: [{
|
|
46
|
-
chain1: {
|
|
47
|
-
channelId: 'channel-6',
|
|
48
|
-
portId: 'transfer'
|
|
49
|
-
},
|
|
50
|
-
chain2: {
|
|
51
|
-
channelId: 'channel-209',
|
|
52
|
-
portId: 'transfer'
|
|
53
|
-
},
|
|
54
|
-
ordering: 'unordered',
|
|
55
|
-
version: 'ics20-1',
|
|
56
|
-
tags: {
|
|
57
|
-
status: 'live',
|
|
58
|
-
preferred: true
|
|
59
|
-
}
|
|
60
|
-
}]
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
$schema: '../../ibc_data.schema.json',
|
|
64
|
-
chain1: {
|
|
65
|
-
chainName: 'mantrachaintestnet',
|
|
66
|
-
clientId: '07-tendermint-5',
|
|
67
|
-
connectionId: 'connection-5'
|
|
68
|
-
},
|
|
69
|
-
chain2: {
|
|
70
|
-
chainName: 'osmosistestnet',
|
|
71
|
-
clientId: '07-tendermint-3930',
|
|
72
|
-
connectionId: 'connection-3411'
|
|
73
|
-
},
|
|
74
|
-
channels: [{
|
|
75
|
-
chain1: {
|
|
76
|
-
channelId: 'channel-5',
|
|
77
|
-
portId: 'transfer'
|
|
78
|
-
},
|
|
79
|
-
chain2: {
|
|
80
|
-
channelId: 'channel-8734',
|
|
81
|
-
portId: 'transfer'
|
|
82
|
-
},
|
|
83
|
-
ordering: 'unordered',
|
|
84
|
-
version: 'ics20-1',
|
|
85
|
-
tags: {
|
|
86
|
-
status: 'live',
|
|
87
|
-
preferred: true
|
|
88
|
-
}
|
|
89
|
-
}]
|
|
90
|
-
}
|
|
91
|
-
];
|
|
92
|
-
exports.default = info;
|
|
File without changes
|
|
File without changes
|