chain-registry 2.0.210 → 2.0.211
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 +0 -2
- package/esm/mainnet/chains.js +0 -2
- package/esm/mainnet/ibc-data.js +0 -2
- package/mainnet/asset-lists.js +0 -2
- package/mainnet/chains.js +0 -2
- package/mainnet/ibc-data.js +0 -2
- package/package.json +3 -3
- package/esm/mainnet/evmos/asset-list.js +0 -154
- package/esm/mainnet/evmos/chain.js +0 -407
- package/esm/mainnet/evmos/ibc-data.js +0 -743
- package/esm/mainnet/evmos/index.js +0 -6
- package/mainnet/evmos/asset-list.d.ts +0 -3
- package/mainnet/evmos/asset-list.js +0 -156
- package/mainnet/evmos/chain.d.ts +0 -3
- package/mainnet/evmos/chain.js +0 -409
- package/mainnet/evmos/ibc-data.d.ts +0 -3
- package/mainnet/evmos/ibc-data.js +0 -745
- package/mainnet/evmos/index.d.ts +0 -3
- package/mainnet/evmos/index.js +0 -12
|
@@ -69,7 +69,6 @@ import * as _emoney from './emoney';
|
|
|
69
69
|
import * as _empowerchain from './empowerchain';
|
|
70
70
|
import * as _epix from './epix';
|
|
71
71
|
import * as _ethos from './ethos';
|
|
72
|
-
import * as _evmos from './evmos';
|
|
73
72
|
import * as _fandomchain from './fandomchain';
|
|
74
73
|
import * as _fetchhub from './fetchhub';
|
|
75
74
|
import * as _finschia from './finschia';
|
|
@@ -306,7 +305,6 @@ const assetList = [
|
|
|
306
305
|
_empowerchain.assetList,
|
|
307
306
|
_epix.assetList,
|
|
308
307
|
_ethos.assetList,
|
|
309
|
-
_evmos.assetList,
|
|
310
308
|
_fandomchain.assetList,
|
|
311
309
|
_fetchhub.assetList,
|
|
312
310
|
_finschia.assetList,
|
package/esm/mainnet/chains.js
CHANGED
|
@@ -69,7 +69,6 @@ import * as _emoney from './emoney';
|
|
|
69
69
|
import * as _empowerchain from './empowerchain';
|
|
70
70
|
import * as _epix from './epix';
|
|
71
71
|
import * as _ethos from './ethos';
|
|
72
|
-
import * as _evmos from './evmos';
|
|
73
72
|
import * as _fandomchain from './fandomchain';
|
|
74
73
|
import * as _fetchhub from './fetchhub';
|
|
75
74
|
import * as _finschia from './finschia';
|
|
@@ -306,7 +305,6 @@ const chains = [
|
|
|
306
305
|
_empowerchain.chain,
|
|
307
306
|
_epix.chain,
|
|
308
307
|
_ethos.chain,
|
|
309
|
-
_evmos.chain,
|
|
310
308
|
_fandomchain.chain,
|
|
311
309
|
_fetchhub.chain,
|
|
312
310
|
_finschia.chain,
|
package/esm/mainnet/ibc-data.js
CHANGED
|
@@ -55,7 +55,6 @@ import * as _elys from './elys';
|
|
|
55
55
|
import * as _emoney from './emoney';
|
|
56
56
|
import * as _empowerchain from './empowerchain';
|
|
57
57
|
import * as _epix from './epix';
|
|
58
|
-
import * as _evmos from './evmos';
|
|
59
58
|
import * as _fandomchain from './fandomchain';
|
|
60
59
|
import * as _fetchhub from './fetchhub';
|
|
61
60
|
import * as _firmachain from './firmachain';
|
|
@@ -238,7 +237,6 @@ const ibcData = [
|
|
|
238
237
|
..._emoney.ibcData,
|
|
239
238
|
..._empowerchain.ibcData,
|
|
240
239
|
..._epix.ibcData,
|
|
241
|
-
..._evmos.ibcData,
|
|
242
240
|
..._fandomchain.ibcData,
|
|
243
241
|
..._fetchhub.ibcData,
|
|
244
242
|
..._firmachain.ibcData,
|
package/mainnet/asset-lists.js
CHANGED
|
@@ -94,7 +94,6 @@ const _emoney = __importStar(require("./emoney"));
|
|
|
94
94
|
const _empowerchain = __importStar(require("./empowerchain"));
|
|
95
95
|
const _epix = __importStar(require("./epix"));
|
|
96
96
|
const _ethos = __importStar(require("./ethos"));
|
|
97
|
-
const _evmos = __importStar(require("./evmos"));
|
|
98
97
|
const _fandomchain = __importStar(require("./fandomchain"));
|
|
99
98
|
const _fetchhub = __importStar(require("./fetchhub"));
|
|
100
99
|
const _finschia = __importStar(require("./finschia"));
|
|
@@ -331,7 +330,6 @@ const assetList = [
|
|
|
331
330
|
_empowerchain.assetList,
|
|
332
331
|
_epix.assetList,
|
|
333
332
|
_ethos.assetList,
|
|
334
|
-
_evmos.assetList,
|
|
335
333
|
_fandomchain.assetList,
|
|
336
334
|
_fetchhub.assetList,
|
|
337
335
|
_finschia.assetList,
|
package/mainnet/chains.js
CHANGED
|
@@ -94,7 +94,6 @@ const _emoney = __importStar(require("./emoney"));
|
|
|
94
94
|
const _empowerchain = __importStar(require("./empowerchain"));
|
|
95
95
|
const _epix = __importStar(require("./epix"));
|
|
96
96
|
const _ethos = __importStar(require("./ethos"));
|
|
97
|
-
const _evmos = __importStar(require("./evmos"));
|
|
98
97
|
const _fandomchain = __importStar(require("./fandomchain"));
|
|
99
98
|
const _fetchhub = __importStar(require("./fetchhub"));
|
|
100
99
|
const _finschia = __importStar(require("./finschia"));
|
|
@@ -331,7 +330,6 @@ const chains = [
|
|
|
331
330
|
_empowerchain.chain,
|
|
332
331
|
_epix.chain,
|
|
333
332
|
_ethos.chain,
|
|
334
|
-
_evmos.chain,
|
|
335
333
|
_fandomchain.chain,
|
|
336
334
|
_fetchhub.chain,
|
|
337
335
|
_finschia.chain,
|
package/mainnet/ibc-data.js
CHANGED
|
@@ -80,7 +80,6 @@ const _elys = __importStar(require("./elys"));
|
|
|
80
80
|
const _emoney = __importStar(require("./emoney"));
|
|
81
81
|
const _empowerchain = __importStar(require("./empowerchain"));
|
|
82
82
|
const _epix = __importStar(require("./epix"));
|
|
83
|
-
const _evmos = __importStar(require("./evmos"));
|
|
84
83
|
const _fandomchain = __importStar(require("./fandomchain"));
|
|
85
84
|
const _fetchhub = __importStar(require("./fetchhub"));
|
|
86
85
|
const _firmachain = __importStar(require("./firmachain"));
|
|
@@ -263,7 +262,6 @@ const ibcData = [
|
|
|
263
262
|
..._emoney.ibcData,
|
|
264
263
|
..._empowerchain.ibcData,
|
|
265
264
|
..._epix.ibcData,
|
|
266
|
-
..._evmos.ibcData,
|
|
267
265
|
..._fandomchain.ibcData,
|
|
268
266
|
..._fetchhub.ibcData,
|
|
269
267
|
..._firmachain.ibcData,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.211",
|
|
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.211"
|
|
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": "cbb023a928c9f5d3c85a0ad0d97ba48fd3f4e2bc"
|
|
43
43
|
}
|
|
@@ -1,154 +0,0 @@
|
|
|
1
|
-
const info = {
|
|
2
|
-
$schema: '../assetlist.schema.json',
|
|
3
|
-
chainName: 'evmos',
|
|
4
|
-
assets: [
|
|
5
|
-
{
|
|
6
|
-
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
7
|
-
denomUnits: [{
|
|
8
|
-
denom: 'aevmos',
|
|
9
|
-
exponent: 0
|
|
10
|
-
}, {
|
|
11
|
-
denom: 'evmos',
|
|
12
|
-
exponent: 18
|
|
13
|
-
}],
|
|
14
|
-
base: 'aevmos',
|
|
15
|
-
name: 'Evmos',
|
|
16
|
-
display: 'evmos',
|
|
17
|
-
symbol: 'EVMOS',
|
|
18
|
-
logoURIs: {
|
|
19
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
20
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
21
|
-
},
|
|
22
|
-
coingeckoId: 'evmos',
|
|
23
|
-
images: [{
|
|
24
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
25
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
26
|
-
}],
|
|
27
|
-
socials: {
|
|
28
|
-
website: 'https://evmos.org/',
|
|
29
|
-
x: 'https://x.com/EvmosOrg'
|
|
30
|
-
},
|
|
31
|
-
typeAsset: 'sdk.coin'
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
description: 'Tether USDt on Evmos',
|
|
35
|
-
denomUnits: [{
|
|
36
|
-
denom: 'ibc/95F4898F70B1E3765715808C57E955034419200A7BB6DDECBEAA5FD3AA3DF7D5',
|
|
37
|
-
exponent: 0
|
|
38
|
-
}, {
|
|
39
|
-
denom: 'usdt',
|
|
40
|
-
exponent: 6
|
|
41
|
-
}],
|
|
42
|
-
typeAsset: 'ics20',
|
|
43
|
-
base: 'ibc/95F4898F70B1E3765715808C57E955034419200A7BB6DDECBEAA5FD3AA3DF7D5',
|
|
44
|
-
name: 'Tether USDt',
|
|
45
|
-
display: 'usdt',
|
|
46
|
-
symbol: 'USDt',
|
|
47
|
-
traces: [{
|
|
48
|
-
type: 'ibc',
|
|
49
|
-
counterparty: {
|
|
50
|
-
chainName: 'kava',
|
|
51
|
-
baseDenom: 'erc20/tether/usdt',
|
|
52
|
-
channelId: 'channel-117'
|
|
53
|
-
},
|
|
54
|
-
chain: {
|
|
55
|
-
channelId: 'channel-83',
|
|
56
|
-
path: 'transfer/channel-83/erc20/tether/usdt'
|
|
57
|
-
}
|
|
58
|
-
}],
|
|
59
|
-
images: [{
|
|
60
|
-
imageSync: {
|
|
61
|
-
chainName: 'kava',
|
|
62
|
-
baseDenom: 'erc20/tether/usdt'
|
|
63
|
-
},
|
|
64
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
65
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
66
|
-
theme: {
|
|
67
|
-
circle: true
|
|
68
|
-
}
|
|
69
|
-
}],
|
|
70
|
-
logoURIs: {
|
|
71
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
72
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
73
|
-
},
|
|
74
|
-
coingeckoId: 'tether'
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
description: 'The token of Neokingdom DAO.',
|
|
78
|
-
extendedDescription: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
|
|
79
|
-
denomUnits: [{
|
|
80
|
-
denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
|
|
81
|
-
exponent: 0
|
|
82
|
-
}, {
|
|
83
|
-
denom: 'neok',
|
|
84
|
-
exponent: 18
|
|
85
|
-
}],
|
|
86
|
-
base: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
|
|
87
|
-
name: 'Neokingdom DAO',
|
|
88
|
-
display: 'neok',
|
|
89
|
-
symbol: 'NEOK',
|
|
90
|
-
logoURIs: {
|
|
91
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
92
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
93
|
-
},
|
|
94
|
-
images: [{
|
|
95
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
96
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
97
|
-
}],
|
|
98
|
-
socials: {
|
|
99
|
-
website: 'https://www.neokingdom.org/',
|
|
100
|
-
x: 'https://x.com/NEOKingdomDAO'
|
|
101
|
-
},
|
|
102
|
-
typeAsset: 'sdk.coin'
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
description: 'The legacy token of Teledisko DAO.',
|
|
106
|
-
denomUnits: [{
|
|
107
|
-
denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
108
|
-
exponent: 0
|
|
109
|
-
}, {
|
|
110
|
-
denom: 'berlin-legacy',
|
|
111
|
-
exponent: 18
|
|
112
|
-
}],
|
|
113
|
-
base: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
114
|
-
name: 'Teledisko DAO - Legacy',
|
|
115
|
-
display: 'berlin-legacy',
|
|
116
|
-
symbol: 'BERLIN-legacy',
|
|
117
|
-
typeAsset: 'erc20',
|
|
118
|
-
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
119
|
-
logoURIs: {
|
|
120
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
121
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
122
|
-
},
|
|
123
|
-
images: [{
|
|
124
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
125
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
126
|
-
}]
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
description: 'The token of Crowdpunk DAO',
|
|
130
|
-
denomUnits: [{
|
|
131
|
-
denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
132
|
-
exponent: 0
|
|
133
|
-
}, {
|
|
134
|
-
denom: 'crowdp',
|
|
135
|
-
exponent: 18
|
|
136
|
-
}],
|
|
137
|
-
base: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
138
|
-
name: 'Crowdpunk DAO',
|
|
139
|
-
display: 'crowdp',
|
|
140
|
-
address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
141
|
-
symbol: 'CROWDP',
|
|
142
|
-
typeAsset: 'erc20',
|
|
143
|
-
logoURIs: {
|
|
144
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
145
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
146
|
-
},
|
|
147
|
-
images: [{
|
|
148
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
149
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
150
|
-
}]
|
|
151
|
-
}
|
|
152
|
-
]
|
|
153
|
-
};
|
|
154
|
-
export default info;
|
|
@@ -1,407 +0,0 @@
|
|
|
1
|
-
const info = {
|
|
2
|
-
$schema: '../chain.schema.json',
|
|
3
|
-
chainName: 'evmos',
|
|
4
|
-
status: 'live',
|
|
5
|
-
networkType: 'mainnet',
|
|
6
|
-
website: 'https://evmos.org/',
|
|
7
|
-
prettyName: 'Evmos',
|
|
8
|
-
chainType: 'cosmos',
|
|
9
|
-
chainId: 'evmos_9001-2',
|
|
10
|
-
bech32Prefix: 'evmos',
|
|
11
|
-
nodeHome: '$HOME/.evmosd',
|
|
12
|
-
daemonName: 'evmosd',
|
|
13
|
-
keyAlgos: ['ethsecp256k1'],
|
|
14
|
-
extraCodecs: ['ethermint'],
|
|
15
|
-
slip44: 60,
|
|
16
|
-
fees: {
|
|
17
|
-
feeTokens: [{
|
|
18
|
-
denom: 'aevmos',
|
|
19
|
-
fixedMinGasPrice: 250000000,
|
|
20
|
-
lowGasPrice: 20000000000,
|
|
21
|
-
averageGasPrice: 25000000000,
|
|
22
|
-
highGasPrice: 40000000000
|
|
23
|
-
}]
|
|
24
|
-
},
|
|
25
|
-
staking: {
|
|
26
|
-
stakingTokens: [{
|
|
27
|
-
denom: 'aevmos'
|
|
28
|
-
}]
|
|
29
|
-
},
|
|
30
|
-
codebase: {
|
|
31
|
-
gitRepo: 'https://github.com/evmos/evmos',
|
|
32
|
-
recommendedVersion: 'v19.1.0',
|
|
33
|
-
compatibleVersions: ['v19.1.0'],
|
|
34
|
-
consensus: {
|
|
35
|
-
type: 'cometbft',
|
|
36
|
-
version: 'v0.37.9'
|
|
37
|
-
},
|
|
38
|
-
binaries: {
|
|
39
|
-
"linux/amd64": 'https://github.com/evmos/evmos/releases/download/v19.1.0/evmos_19.1.0_Linux_amd64.tar.gz',
|
|
40
|
-
"linux/arm64": 'https://github.com/evmos/evmos/releases/download/v19.1.0/evmos_19.1.0_Linux_arm64.tar.gz',
|
|
41
|
-
"darwin/amd64": 'https://github.com/evmos/evmos/releases/download/v19.1.0/evmos_19.1.0_Darwin_amd64.tar.gz',
|
|
42
|
-
"darwin/arm64": 'https://github.com/evmos/evmos/releases/download/v19.1.0/evmos_19.1.0_Darwin_arm64.tar.gz',
|
|
43
|
-
"windows/amd64": 'https://github.com/evmos/evmos/releases/download/v19.1.0/evmos_19.1.0_Windows_amd64.zip'
|
|
44
|
-
},
|
|
45
|
-
genesis: {
|
|
46
|
-
genesisUrl: 'https://archive.evmos.org/mainnet/genesis.json'
|
|
47
|
-
},
|
|
48
|
-
sdk: {
|
|
49
|
-
type: 'cosmos',
|
|
50
|
-
repo: 'https://github.com/evmos/cosmos-sdk',
|
|
51
|
-
version: 'v0.47.12',
|
|
52
|
-
tag: 'v0.47.12-evmos.2'
|
|
53
|
-
},
|
|
54
|
-
ibc: {
|
|
55
|
-
type: 'go',
|
|
56
|
-
version: '7.6.0'
|
|
57
|
-
},
|
|
58
|
-
tag: 'v19.1.0'
|
|
59
|
-
},
|
|
60
|
-
logoURIs: {
|
|
61
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
62
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
63
|
-
},
|
|
64
|
-
description: 'Developers use Evmos as the Ethereum Canary Chain to deploy applications of the future. Get all the functionalities of Ethereum with the power of IBC and Interchain composability.',
|
|
65
|
-
apis: {
|
|
66
|
-
rpc: [
|
|
67
|
-
{
|
|
68
|
-
address: 'https://rpc.lavenderfive.com:443/evmos',
|
|
69
|
-
provider: 'Lavender.Five Nodes 🐝'
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
address: 'https://tendermint.bd.evmos.org:26657',
|
|
73
|
-
provider: 'Blockdaemon'
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
address: 'https://rpc-evmos-ia.cosmosia.notional.ventures:443',
|
|
77
|
-
provider: 'Notional'
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
address: 'https://rpc.evmos.testnet.run',
|
|
81
|
-
provider: 'TestNetRun'
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
address: 'https://evmos-rpc.polkachu.com',
|
|
85
|
-
provider: 'Polkachu'
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
address: 'https://rpc.evmos.silentvalidator.com/',
|
|
89
|
-
provider: 'silent'
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
address: 'https://evmos.rpc.stakin-nodes.com',
|
|
93
|
-
provider: 'Stakin'
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
address: 'https://rpc-evmos.architectnodes.com',
|
|
97
|
-
provider: 'Architect Nodes'
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
address: 'https://evmos-rpc.validatrium.club',
|
|
101
|
-
provider: 'Validatrium'
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
address: 'https://evmos-rpc.publicnode.com:443',
|
|
105
|
-
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
address: 'https://rpc-evmos-01.stakeflow.io',
|
|
109
|
-
provider: 'Stakeflow'
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
address: 'https://evmos-rpc.theamsolutions.info',
|
|
113
|
-
provider: 'AM Solutions'
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
address: 'https://rpc-evmos.validavia.me',
|
|
117
|
-
provider: 'Validavia'
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
address: 'https://evmos-rpc.w3coins.io',
|
|
121
|
-
provider: 'w3coins'
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
address: 'https://evmos.rpc.liveraven.net',
|
|
125
|
-
provider: 'LiveRaveN'
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
address: 'https://evmos-rpc.antrixy.org/',
|
|
129
|
-
provider: 'Antrix Validators'
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
address: 'https://evmos-mainnet.rpc.stakevillage.net:443',
|
|
133
|
-
provider: 'Stake Village'
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
address: 'https://rpc.evmos.bronbro.io:443',
|
|
137
|
-
provider: 'Bro_n_Bro'
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
address: 'https://rpc.evmos.citizenweb3.com:443',
|
|
141
|
-
provider: 'Citizen Web3'
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
address: 'https://evmos.drpc.org',
|
|
145
|
-
provider: 'dRPC'
|
|
146
|
-
}
|
|
147
|
-
],
|
|
148
|
-
rest: [
|
|
149
|
-
{
|
|
150
|
-
address: 'https://rest.bd.evmos.org:1317',
|
|
151
|
-
provider: 'Blockdaemon'
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
address: 'https://rest.lavenderfive.com:443/evmos',
|
|
155
|
-
provider: 'Lavender.Five Nodes 🐝'
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
address: 'https://api-evmos-ia.cosmosia.notional.ventures/',
|
|
159
|
-
provider: 'Notional'
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
address: 'https://evmos-api.polkachu.com',
|
|
163
|
-
provider: 'Polkachu'
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
address: 'https://api.evmos.silentvalidator.com/',
|
|
167
|
-
provider: 'silent'
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
address: 'https://evmos.rest.stakin-nodes.com',
|
|
171
|
-
provider: 'Stakin'
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
address: 'https://rest-evmos.architectnodes.com',
|
|
175
|
-
provider: 'Architect Nodes'
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
address: 'https://evmos-api.validatrium.club',
|
|
179
|
-
provider: 'Validatrium'
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
address: 'https://evmos-rest.publicnode.com',
|
|
183
|
-
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
184
|
-
},
|
|
185
|
-
{
|
|
186
|
-
address: 'https://api-evmos-01.stakeflow.io',
|
|
187
|
-
provider: 'Stakeflow'
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
address: 'https://evmos-api.theamsolutions.info',
|
|
191
|
-
provider: 'AM Solutions'
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
address: 'https://lcd-evmos.validavia.me',
|
|
195
|
-
provider: 'Validavia'
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
address: 'https://evmos-api.w3coins.io',
|
|
199
|
-
provider: 'w3coins'
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
address: 'https://evmos.api.liveraven.net',
|
|
203
|
-
provider: 'LiveRaveN'
|
|
204
|
-
},
|
|
205
|
-
{
|
|
206
|
-
address: 'https://evmos-rest.antrixy.org/',
|
|
207
|
-
provider: 'Antrix Validators'
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
address: 'https://evmos-mainnet.api.stakevillage.net',
|
|
211
|
-
provider: 'Stake Village'
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
address: 'https://lcd.evmos.bronbro.io:443',
|
|
215
|
-
provider: 'Bro_n_Bro'
|
|
216
|
-
}
|
|
217
|
-
],
|
|
218
|
-
grpc: [
|
|
219
|
-
{
|
|
220
|
-
address: 'grpc.bd.evmos.org:9090',
|
|
221
|
-
provider: 'evmos.org'
|
|
222
|
-
},
|
|
223
|
-
{
|
|
224
|
-
address: 'grpc-evmos-ia.cosmosia.notional.ventures:443',
|
|
225
|
-
provider: 'Notional'
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
address: 'evmos.lavenderfive.com:443',
|
|
229
|
-
provider: 'Lavender.Five Nodes 🐝'
|
|
230
|
-
},
|
|
231
|
-
{
|
|
232
|
-
address: 'grpc-evmos.cosmos-spaces.cloud:1190',
|
|
233
|
-
provider: 'Cosmos Spaces'
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
address: 'evmos-grpc.polkachu.com:13490',
|
|
237
|
-
provider: 'Polkachu'
|
|
238
|
-
},
|
|
239
|
-
{
|
|
240
|
-
address: 'evmos.grpc.stakin-nodes.com:443',
|
|
241
|
-
provider: 'Stakin'
|
|
242
|
-
},
|
|
243
|
-
{
|
|
244
|
-
address: 'evmos-mainnet-grpc.autostake.com:443',
|
|
245
|
-
provider: 'AutoStake 🛡️ Slash Protected'
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
address: 'evmos-grpc.publicnode.com:443',
|
|
249
|
-
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
250
|
-
},
|
|
251
|
-
{
|
|
252
|
-
address: 'grpc-evmos-01.stakeflow.io:1702',
|
|
253
|
-
provider: 'Stakeflow'
|
|
254
|
-
},
|
|
255
|
-
{
|
|
256
|
-
address: 'https://evmos-grpc.theamsolutions.info ',
|
|
257
|
-
provider: 'AM Solutions'
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
address: 'evmos-grpc.w3coins.io:13490',
|
|
261
|
-
provider: 'w3coins'
|
|
262
|
-
},
|
|
263
|
-
{
|
|
264
|
-
address: 'grpc-evmos.mms.team:443',
|
|
265
|
-
provider: 'MMS'
|
|
266
|
-
},
|
|
267
|
-
{
|
|
268
|
-
address: 'evmos.grpc.liveraven.net:443',
|
|
269
|
-
provider: 'LiveRaveN'
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
address: 'https://evmos-grpc.antrixy.org/',
|
|
273
|
-
provider: 'Antrix Validators'
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
address: 'evmos-mainnet.grpc.stakevillage.net:16990',
|
|
277
|
-
provider: 'Stake Village'
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
address: 'https://grpc.evmos.bronbro.io:443',
|
|
281
|
-
provider: 'Bro_n_Bro'
|
|
282
|
-
}
|
|
283
|
-
],
|
|
284
|
-
evmHttpJsonrpc: [
|
|
285
|
-
{
|
|
286
|
-
address: 'https://eth.bd.evmos.org:8545',
|
|
287
|
-
provider: 'Blockdaemon'
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
address: 'https://jsonrpc-evmos-ia.cosmosia.notional.ventures/',
|
|
291
|
-
provider: 'Notional'
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
address: 'https://evmos-json-rpc.stakely.io',
|
|
295
|
-
provider: 'Stakely'
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
address: 'https://json-rpc.evmos.bh.rocks',
|
|
299
|
-
provider: 'BlockHunters'
|
|
300
|
-
},
|
|
301
|
-
{
|
|
302
|
-
address: 'https://evmos-json-rpc.agoranodes.com',
|
|
303
|
-
provider: 'AgoraNodes'
|
|
304
|
-
},
|
|
305
|
-
{
|
|
306
|
-
address: 'https://evm-rpc.evmos.silentvalidator.com/',
|
|
307
|
-
provider: 'silent'
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
address: 'https://evmosevm.rpc.stakin-nodes.com',
|
|
311
|
-
provider: 'Stakin'
|
|
312
|
-
},
|
|
313
|
-
{
|
|
314
|
-
address: 'https://evmos-evm.publicnode.com',
|
|
315
|
-
provider: 'Allnodes.com ⚡️ Nodes & Staking'
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
address: 'https://evmos-jsonrpc.theamsolutions.info',
|
|
319
|
-
provider: 'AM Solutions'
|
|
320
|
-
},
|
|
321
|
-
{
|
|
322
|
-
address: 'https://jsonrpc-evmos.mms.team',
|
|
323
|
-
provider: 'MMS'
|
|
324
|
-
},
|
|
325
|
-
{
|
|
326
|
-
address: 'https://evmos.jsonrpc.liveraven.net',
|
|
327
|
-
provider: 'LiveRaveN'
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
address: 'https://evmos.json.antrixy.org',
|
|
331
|
-
provider: 'Antrix Validators'
|
|
332
|
-
},
|
|
333
|
-
{
|
|
334
|
-
address: 'https://evmos-mainnet.jsonrpc.stakevillage.net',
|
|
335
|
-
provider: 'Stake Village'
|
|
336
|
-
}
|
|
337
|
-
]
|
|
338
|
-
},
|
|
339
|
-
explorers: [
|
|
340
|
-
{
|
|
341
|
-
kind: 'ezstaking',
|
|
342
|
-
url: 'https://ezstaking.app/evmos',
|
|
343
|
-
txPage: 'https://ezstaking.app/evmos/txs/${txHash}',
|
|
344
|
-
accountPage: 'https://ezstaking.app/evmos/account/${accountAddress}'
|
|
345
|
-
},
|
|
346
|
-
{
|
|
347
|
-
kind: 'mintscan',
|
|
348
|
-
url: 'https://www.mintscan.io/evmos',
|
|
349
|
-
txPage: 'https://www.mintscan.io/evmos/transactions/${txHash}',
|
|
350
|
-
accountPage: 'https://www.mintscan.io/evmos/accounts/${accountAddress}'
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
kind: 'blockscout',
|
|
354
|
-
url: 'https://evm.evmos.org',
|
|
355
|
-
txPage: 'https://evm.evmos.org/tx/${txHash}'
|
|
356
|
-
},
|
|
357
|
-
{
|
|
358
|
-
kind: 'ping.pub',
|
|
359
|
-
url: 'https://ping.pub/evmos',
|
|
360
|
-
txPage: 'https://ping.pub/evmos/tx/${txHash}'
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
kind: 'explorers.guru',
|
|
364
|
-
url: 'https://evmos.explorers.guru',
|
|
365
|
-
txPage: 'https://evmos.explorers.guru/transaction/${txHash}'
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
kind: 'staking-explorer.com',
|
|
369
|
-
url: 'https://staking-explorer.com/explorer/evmos',
|
|
370
|
-
txPage: 'https://staking-explorer.com/transaction.php?chain=evmos&tx=${txHash}',
|
|
371
|
-
accountPage: 'https://staking-explorer.com/account.php?chain=evmos&addr=${accountAddress}'
|
|
372
|
-
},
|
|
373
|
-
{
|
|
374
|
-
kind: 'atomscan',
|
|
375
|
-
url: 'https://atomscan.com/evmos',
|
|
376
|
-
txPage: 'https://atomscan.com/evmos/transactions/${txHash}',
|
|
377
|
-
accountPage: 'https://atomscan.com/evmos/accounts/${accountAddress}'
|
|
378
|
-
},
|
|
379
|
-
{
|
|
380
|
-
kind: 'tcnetwork',
|
|
381
|
-
url: 'https://evmos.tcnetwork.io',
|
|
382
|
-
txPage: 'https://evmos.tcnetwork.io/transaction/${txHash}'
|
|
383
|
-
},
|
|
384
|
-
{
|
|
385
|
-
kind: 'Stakeflow',
|
|
386
|
-
url: 'https://stakeflow.io/evmos',
|
|
387
|
-
accountPage: 'https://stakeflow.io/evmos/accounts/${accountAddress}'
|
|
388
|
-
},
|
|
389
|
-
{
|
|
390
|
-
kind: 'Stake Village',
|
|
391
|
-
url: 'https://exp.stakevillage.net/evmos',
|
|
392
|
-
txPage: 'https://exp.stakevillage.net/evmos/tx/${txHash}',
|
|
393
|
-
accountPage: 'https://exp.stakevillage.net/evmos/accounts/${accountAddress}'
|
|
394
|
-
},
|
|
395
|
-
{
|
|
396
|
-
kind: '🔥STAVR🔥',
|
|
397
|
-
url: 'https://explorer.stavr.tech/evmos',
|
|
398
|
-
txPage: 'https://explorer.stavr.tech/evmos/tx/${txHash}',
|
|
399
|
-
accountPage: 'https://explorer.stavr.tech/evmos/accounts/${accountAddress}'
|
|
400
|
-
}
|
|
401
|
-
],
|
|
402
|
-
images: [{
|
|
403
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
404
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
405
|
-
}]
|
|
406
|
-
};
|
|
407
|
-
export default info;
|