eth-chainlist 0.0.226 → 0.0.228
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 +91 -10
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.228 (2023-09-07)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.227 ([bce2c6e](https://github.com/poowf/eth-chainlist/commit/bce2c6e6156020331c3800b7203aa2dc72a9a2a1))
|
9
|
+
* update chain data ([c6c5d56](https://github.com/poowf/eth-chainlist/commit/c6c5d562a55ceeba8fc2aace89623441b030abaa))
|
10
|
+
|
11
|
+
### 0.0.227 (2023-09-06)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.226 ([696f6f1](https://github.com/poowf/eth-chainlist/commit/696f6f149c26d71857b4b3d71f2c506f07d4a381))
|
17
|
+
* update chain data ([37457f0](https://github.com/poowf/eth-chainlist/commit/37457f080256426400e4a2cbe57afe1550175750))
|
18
|
+
|
3
19
|
### 0.0.226 (2023-09-04)
|
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',
|
@@ -1957,6 +1987,7 @@ const chainArray = [
|
|
1957
1987
|
{
|
1958
1988
|
name: 'Worldland Mainnet',
|
1959
1989
|
chain: 'Worldland',
|
1990
|
+
icon: 'worldland',
|
1960
1991
|
rpc: [ 'https://seoul.worldland.foundation' ],
|
1961
1992
|
faucets: [],
|
1962
1993
|
nativeCurrency: { name: 'Worldland', symbol: 'WL', decimals: 18 },
|
@@ -3354,6 +3385,31 @@ const chainArray = [
|
|
3354
3385
|
}
|
3355
3386
|
]
|
3356
3387
|
},
|
3388
|
+
{
|
3389
|
+
name: 'Kroma',
|
3390
|
+
chain: 'ETH',
|
3391
|
+
rpc: [ 'https://api.kroma.network' ],
|
3392
|
+
faucets: [],
|
3393
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
3394
|
+
infoURL: 'https://kroma.network',
|
3395
|
+
icon: 'kroma',
|
3396
|
+
shortName: 'kroma',
|
3397
|
+
chainId: 255,
|
3398
|
+
networkId: 255,
|
3399
|
+
explorers: [
|
3400
|
+
{
|
3401
|
+
name: 'blockscout',
|
3402
|
+
url: 'https://blockscout.kroma.network',
|
3403
|
+
icon: 'blockscout',
|
3404
|
+
standard: 'EIP3091'
|
3405
|
+
}
|
3406
|
+
],
|
3407
|
+
parent: {
|
3408
|
+
type: 'L2',
|
3409
|
+
chain: 'eip155-1',
|
3410
|
+
bridges: [ { url: 'https://kroma.network/bridge' } ]
|
3411
|
+
}
|
3412
|
+
},
|
3357
3413
|
{
|
3358
3414
|
name: 'Huobi ECO Chain Testnet',
|
3359
3415
|
chain: 'Heco',
|
@@ -13041,6 +13097,7 @@ const chainArray = [
|
|
13041
13097
|
{
|
13042
13098
|
name: 'Worldland Testnet',
|
13043
13099
|
chain: 'Worldland',
|
13100
|
+
icon: 'worldland',
|
13044
13101
|
rpc: [ 'https://gwangju.worldland.foundation' ],
|
13045
13102
|
faucets: [],
|
13046
13103
|
nativeCurrency: { name: 'Worldland', symbol: 'WL', decimals: 18 },
|
@@ -18022,6 +18079,30 @@ const chainArray = [
|
|
18022
18079
|
bridges: [ { url: 'https://bridge.arbitrum.io/' } ]
|
18023
18080
|
}
|
18024
18081
|
},
|
18082
|
+
{
|
18083
|
+
name: 'Arbitrum Sepolia',
|
18084
|
+
title: 'Arbitrum Sepolia Rollup Testnet',
|
18085
|
+
chain: 'ETH',
|
18086
|
+
rpc: [ 'https://sepolia-rollup.abitrum.io/rpc' ],
|
18087
|
+
faucets: [],
|
18088
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
18089
|
+
infoURL: 'https://arbitrum.io',
|
18090
|
+
shortName: 'arb-sep',
|
18091
|
+
chainId: 421614,
|
18092
|
+
networkId: 421614,
|
18093
|
+
explorers: [
|
18094
|
+
{
|
18095
|
+
name: 'Arbitrum Sepolia Rollup Testnet Explorer',
|
18096
|
+
url: 'https://sepolia-explorer.arbitrum.io',
|
18097
|
+
standard: 'EIP3091'
|
18098
|
+
}
|
18099
|
+
],
|
18100
|
+
parent: {
|
18101
|
+
type: 'L2',
|
18102
|
+
chain: 'eip155-11155111',
|
18103
|
+
bridges: [ { url: 'https://bridge.arbitrum.io' } ]
|
18104
|
+
}
|
18105
|
+
},
|
18025
18106
|
{
|
18026
18107
|
name: 'Fastex Chain testnet',
|
18027
18108
|
chain: 'FTN',
|