eth-chainlist 0.0.227 → 0.0.229
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/CHANGELOG.md +16 -0
- package/data/chain.js +107 -11
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.229 (2023-09-08)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.228 ([f6884c9](https://github.com/poowf/eth-chainlist/commit/f6884c93761b6439da731f645ec0778edb9c7044))
|
9
|
+
* update chain data ([c589df3](https://github.com/poowf/eth-chainlist/commit/c589df337d5ba874eb78f40a6959e6052e4aa8c9))
|
10
|
+
|
11
|
+
### 0.0.228 (2023-09-07)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.227 ([bce2c6e](https://github.com/poowf/eth-chainlist/commit/bce2c6e6156020331c3800b7203aa2dc72a9a2a1))
|
17
|
+
* update chain data ([c6c5d56](https://github.com/poowf/eth-chainlist/commit/c6c5d562a55ceeba8fc2aace89623441b030abaa))
|
18
|
+
|
3
19
|
### 0.0.227 (2023-09-06)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -138,6 +138,7 @@ const chainArray = [
|
|
138
138
|
},
|
139
139
|
{
|
140
140
|
name: 'Ethereum Classic Testnet Kotti',
|
141
|
+
status: 'deprecated',
|
141
142
|
chain: 'ETC',
|
142
143
|
rpc: [ 'https://www.ethercluster.com/kotti' ],
|
143
144
|
faucets: [],
|
@@ -754,7 +755,7 @@ const chainArray = [
|
|
754
755
|
chain: 'pangolin',
|
755
756
|
rpc: [ 'https://pangolin-rpc.darwinia.network' ],
|
756
757
|
faucets: [
|
757
|
-
'https://docs.
|
758
|
+
'https://docs.darwinia.network/pangolin-testnet-1e9ac8b09e874e8abd6a7f18c096ca6a'
|
758
759
|
],
|
759
760
|
nativeCurrency: {
|
760
761
|
name: 'Pangolin Network Native Token',
|
@@ -774,9 +775,14 @@ const chainArray = [
|
|
774
775
|
]
|
775
776
|
},
|
776
777
|
{
|
777
|
-
name: '
|
778
|
+
name: 'Crab Network',
|
778
779
|
chain: 'crab',
|
779
|
-
rpc: [
|
780
|
+
rpc: [
|
781
|
+
'https://crab-rpc.darwinia.network',
|
782
|
+
'https://crab-rpc.darwiniacommunitydao.xyz',
|
783
|
+
'https://crab.api.onfinality.io/public-ws',
|
784
|
+
'https://darwiniacrab-rpc.dwellir.com'
|
785
|
+
],
|
780
786
|
faucets: [],
|
781
787
|
nativeCurrency: { name: 'Crab Network Native Token', symbol: 'CRAB', decimals: 18 },
|
782
788
|
infoURL: 'https://crab.network/',
|
@@ -795,7 +801,9 @@ const chainArray = [
|
|
795
801
|
name: 'Darwinia Pangoro Testnet',
|
796
802
|
chain: 'pangoro',
|
797
803
|
rpc: [ 'https://pangoro-rpc.darwinia.network' ],
|
798
|
-
faucets: [
|
804
|
+
faucets: [
|
805
|
+
'https://docs.darwinia.network/pangoro-testnet-70cfec5dc9ca42759959ba3803edaec2'
|
806
|
+
],
|
799
807
|
nativeCurrency: {
|
800
808
|
name: 'Pangoro Network Native Token',
|
801
809
|
symbol: 'ORING',
|
@@ -816,7 +824,12 @@ const chainArray = [
|
|
816
824
|
{
|
817
825
|
name: 'Darwinia Network',
|
818
826
|
chain: 'darwinia',
|
819
|
-
rpc: [
|
827
|
+
rpc: [
|
828
|
+
'https://rpc.darwinia.network',
|
829
|
+
'https://darwinia-rpc.darwiniacommunitydao.xyz',
|
830
|
+
'https://darwinia2.api.onfinality.io/public-ws',
|
831
|
+
'https://darwinia-rpc.dwellir.com'
|
832
|
+
],
|
820
833
|
faucets: [],
|
821
834
|
nativeCurrency: {
|
822
835
|
name: 'Darwinia Network Native Token',
|
@@ -1151,8 +1164,13 @@ const chainArray = [
|
|
1151
1164
|
{
|
1152
1165
|
name: 'Ethereum Classic Mainnet',
|
1153
1166
|
chain: 'ETC',
|
1154
|
-
rpc: [
|
1155
|
-
|
1167
|
+
rpc: [
|
1168
|
+
'https://etc.rivet.link',
|
1169
|
+
'https://etc.etcdesktop.com',
|
1170
|
+
'https://etc.mytokenpocket.vip'
|
1171
|
+
],
|
1172
|
+
features: [ { name: 'EIP155' } ],
|
1173
|
+
faucets: [],
|
1156
1174
|
nativeCurrency: { name: 'Ethereum Classic Ether', symbol: 'ETC', decimals: 18 },
|
1157
1175
|
infoURL: 'https://ethereumclassic.org',
|
1158
1176
|
shortName: 'etc',
|
@@ -1163,7 +1181,7 @@ const chainArray = [
|
|
1163
1181
|
{
|
1164
1182
|
name: 'blockscout',
|
1165
1183
|
url: 'https://blockscout.com/etc/mainnet',
|
1166
|
-
standard: '
|
1184
|
+
standard: 'EIP3091'
|
1167
1185
|
}
|
1168
1186
|
]
|
1169
1187
|
},
|
@@ -1186,7 +1204,11 @@ const chainArray = [
|
|
1186
1204
|
name: 'Ethereum Classic Testnet Mordor',
|
1187
1205
|
chain: 'ETC',
|
1188
1206
|
rpc: [ 'https://rpc.mordor.etccooperative.org' ],
|
1189
|
-
|
1207
|
+
features: [ { name: 'EIP155' } ],
|
1208
|
+
faucets: [
|
1209
|
+
'https://mordor.canhaz.net/',
|
1210
|
+
'https://easy.hebeswap.com/#/faucet'
|
1211
|
+
],
|
1190
1212
|
nativeCurrency: {
|
1191
1213
|
name: 'Mordor Classic Testnet Ether',
|
1192
1214
|
symbol: 'METC',
|
@@ -1195,7 +1217,15 @@ const chainArray = [
|
|
1195
1217
|
infoURL: 'https://github.com/eth-classic/mordor/',
|
1196
1218
|
shortName: 'metc',
|
1197
1219
|
chainId: 63,
|
1198
|
-
networkId: 7
|
1220
|
+
networkId: 7,
|
1221
|
+
slip44: 63,
|
1222
|
+
explorers: [
|
1223
|
+
{
|
1224
|
+
name: 'blockscout',
|
1225
|
+
url: 'https://blockscout.com/etc/mordor',
|
1226
|
+
standard: 'EIP3091'
|
1227
|
+
}
|
1228
|
+
]
|
1199
1229
|
},
|
1200
1230
|
{
|
1201
1231
|
name: 'Ellaism',
|
@@ -2076,6 +2106,25 @@ const chainArray = [
|
|
2076
2106
|
}
|
2077
2107
|
]
|
2078
2108
|
},
|
2109
|
+
{
|
2110
|
+
name: 'Shibarium',
|
2111
|
+
chain: 'Shibarium',
|
2112
|
+
icon: 'shibarium',
|
2113
|
+
rpc: [ 'https://www.shibrpc.com' ],
|
2114
|
+
faucets: [],
|
2115
|
+
nativeCurrency: { name: 'BONE Shibarium', symbol: 'BONE', decimals: 18 },
|
2116
|
+
infoURL: 'https://shibariumecosystem.com',
|
2117
|
+
shortName: 'shibariumecosystem',
|
2118
|
+
chainId: 109,
|
2119
|
+
networkId: 109,
|
2120
|
+
explorers: [
|
2121
|
+
{
|
2122
|
+
name: 'shibariumscan',
|
2123
|
+
url: 'https://www.shibariumscan.io',
|
2124
|
+
standard: 'none'
|
2125
|
+
}
|
2126
|
+
]
|
2127
|
+
},
|
2079
2128
|
{
|
2080
2129
|
name: 'Proton Testnet',
|
2081
2130
|
chain: 'XPR',
|
@@ -4363,6 +4412,25 @@ const chainArray = [
|
|
4363
4412
|
}
|
4364
4413
|
]
|
4365
4414
|
},
|
4415
|
+
{
|
4416
|
+
name: 'Areon Network Testnet',
|
4417
|
+
chain: 'Areon',
|
4418
|
+
icon: 'areon',
|
4419
|
+
rpc: [ 'https://testnet-rpc.areon.network' ],
|
4420
|
+
faucets: [],
|
4421
|
+
nativeCurrency: { name: 'Areon', symbol: 'AREA', decimals: 18 },
|
4422
|
+
infoURL: 'https://areon.network',
|
4423
|
+
shortName: 'area',
|
4424
|
+
chainId: 462,
|
4425
|
+
networkId: 462,
|
4426
|
+
explorers: [
|
4427
|
+
{
|
4428
|
+
name: 'AreonScan',
|
4429
|
+
url: 'https://areonscan.com',
|
4430
|
+
standard: 'none'
|
4431
|
+
}
|
4432
|
+
]
|
4433
|
+
},
|
4366
4434
|
{
|
4367
4435
|
name: 'Rupaya',
|
4368
4436
|
chain: 'RUPX',
|
@@ -6321,6 +6389,34 @@ const chainArray = [
|
|
6321
6389
|
bridges: [ { url: 'https://bridge.metis.io' } ]
|
6322
6390
|
}
|
6323
6391
|
},
|
6392
|
+
{
|
6393
|
+
name: 'Humans.ai Mainnet',
|
6394
|
+
chain: 'Humans',
|
6395
|
+
rpc: [
|
6396
|
+
'https://jsonrpc.humans.nodestake.top',
|
6397
|
+
'https://humans-mainnet-evm.itrocket.net:443',
|
6398
|
+
'https://humans-evm-rpc.staketab.org:443',
|
6399
|
+
'https://evm.humans.stakepool.dev.br',
|
6400
|
+
'https://mainnet-humans-evm.konsortech.xyz',
|
6401
|
+
'https://evm-rpc.mainnet.humans.zone'
|
6402
|
+
],
|
6403
|
+
faucets: [],
|
6404
|
+
nativeCurrency: { name: 'HEART', symbol: 'HEART', decimals: 18 },
|
6405
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
6406
|
+
infoURL: 'https://humans.ai',
|
6407
|
+
shortName: 'humans',
|
6408
|
+
chainId: 1089,
|
6409
|
+
networkId: 1089,
|
6410
|
+
icon: 'humans',
|
6411
|
+
explorers: [
|
6412
|
+
{
|
6413
|
+
name: 'explorer.guru',
|
6414
|
+
url: 'https://humans.explorers.guru',
|
6415
|
+
icon: 'humans',
|
6416
|
+
standard: 'none'
|
6417
|
+
}
|
6418
|
+
]
|
6419
|
+
},
|
6324
6420
|
{
|
6325
6421
|
name: 'MOAC mainnet',
|
6326
6422
|
chain: 'MOAC',
|
@@ -18053,7 +18149,7 @@ const chainArray = [
|
|
18053
18149
|
name: 'Arbitrum Sepolia',
|
18054
18150
|
title: 'Arbitrum Sepolia Rollup Testnet',
|
18055
18151
|
chain: 'ETH',
|
18056
|
-
rpc: [ 'https://sepolia-rollup.
|
18152
|
+
rpc: [ 'https://sepolia-rollup.arbitrum.io/rpc' ],
|
18057
18153
|
faucets: [],
|
18058
18154
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
18059
18155
|
infoURL: 'https://arbitrum.io',
|