eth-chainlist 0.0.209 → 0.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/CHANGELOG.md +16 -0
- package/data/chain.js +111 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.211 (2023-08-16)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.210 ([125de83](https://github.com/poowf/eth-chainlist/commit/125de83ae56ce265ab898fc82c8f16e9087ebde5))
|
9
|
+
* update chain data ([5b51bc2](https://github.com/poowf/eth-chainlist/commit/5b51bc29b5a02e14c004e356a4c9c04a1a4e7c7e))
|
10
|
+
|
11
|
+
### 0.0.210 (2023-08-15)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.209 ([08c8423](https://github.com/poowf/eth-chainlist/commit/08c8423b7bb107cda0cfc6b3572bea78b644e155))
|
17
|
+
* update chain data ([d4ef552](https://github.com/poowf/eth-chainlist/commit/d4ef552c61c28ff3f89783d78997f03630d1c825))
|
18
|
+
|
3
19
|
### 0.0.209 (2023-08-14)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -6719,6 +6719,26 @@ const chainArray = [
|
|
6719
6719
|
chainId: 1288,
|
6720
6720
|
networkId: 1288
|
6721
6721
|
},
|
6722
|
+
{
|
6723
|
+
name: 'Swisstronik Testnet',
|
6724
|
+
chain: 'SWTR',
|
6725
|
+
rpc: [ 'https://json-rpc.testnet.swisstronik.com' ],
|
6726
|
+
faucets: [ 'https://faucet.testnet.swisstronik.com' ],
|
6727
|
+
nativeCurrency: { name: 'Swisstronik', symbol: 'SWTR', decimals: 18 },
|
6728
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
6729
|
+
infoURL: 'https://www.swisstronik.com',
|
6730
|
+
shortName: 'swtr',
|
6731
|
+
chainId: 1291,
|
6732
|
+
networkId: 1291,
|
6733
|
+
icon: 'swisstronik',
|
6734
|
+
explorers: [
|
6735
|
+
{
|
6736
|
+
name: 'Swisstronik Scout',
|
6737
|
+
url: 'https://explorer-evm.testnet.swisstronik.com',
|
6738
|
+
standard: 'none'
|
6739
|
+
}
|
6740
|
+
]
|
6741
|
+
},
|
6722
6742
|
{
|
6723
6743
|
name: 'Bobabeam',
|
6724
6744
|
chain: 'Bobabeam',
|
@@ -8828,6 +8848,30 @@ const chainArray = [
|
|
8828
8848
|
}
|
8829
8849
|
]
|
8830
8850
|
},
|
8851
|
+
{
|
8852
|
+
name: 'Unicorn Ultra Nebulas Testnet',
|
8853
|
+
chain: 'u2u',
|
8854
|
+
rpc: [ 'https://rpc-nebulas-testnet.uniultra.xyz' ],
|
8855
|
+
faucets: [ 'https://faucet.uniultra.xyz' ],
|
8856
|
+
nativeCurrency: {
|
8857
|
+
name: 'Unicorn Ultra Nebulas Testnet',
|
8858
|
+
symbol: 'U2U',
|
8859
|
+
decimals: 18
|
8860
|
+
},
|
8861
|
+
infoURL: 'https://uniultra.xyz',
|
8862
|
+
shortName: 'u2u_nebulas',
|
8863
|
+
chainId: 2484,
|
8864
|
+
networkId: 2484,
|
8865
|
+
icon: 'u2u_nebulas',
|
8866
|
+
explorers: [
|
8867
|
+
{
|
8868
|
+
icon: 'u2u_nebulas',
|
8869
|
+
name: 'U2U Explorer',
|
8870
|
+
url: 'https://testnet.u2uscan.xyz',
|
8871
|
+
standard: 'EIP3091'
|
8872
|
+
}
|
8873
|
+
]
|
8874
|
+
},
|
8831
8875
|
{
|
8832
8876
|
name: 'Kortho Mainnet',
|
8833
8877
|
chain: 'Kortho Chain',
|
@@ -9916,6 +9960,26 @@ const chainArray = [
|
|
9916
9960
|
}
|
9917
9961
|
]
|
9918
9962
|
},
|
9963
|
+
{
|
9964
|
+
name: 'Orderly Sepolia Testnet',
|
9965
|
+
chain: 'ETH',
|
9966
|
+
rpc: [ 'https://l2-orderly-l2-4460-sepolia-8tc3sd7dvy.t.conduit.xyz' ],
|
9967
|
+
faucets: [],
|
9968
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
9969
|
+
infoURL: 'www.orderly.network',
|
9970
|
+
shortName: 'orderlyl2',
|
9971
|
+
chainId: 4460,
|
9972
|
+
networkId: 4460,
|
9973
|
+
icon: 'orderlyTestnet',
|
9974
|
+
explorers: [
|
9975
|
+
{
|
9976
|
+
name: 'basescout',
|
9977
|
+
url: 'https://explorerl2new-orderly-l2-4460-sepolia-8tc3sd7dvy.t.conduit.xyz',
|
9978
|
+
icon: 'blockscout',
|
9979
|
+
standard: 'EIP3091'
|
9980
|
+
}
|
9981
|
+
]
|
9982
|
+
},
|
9919
9983
|
{
|
9920
9984
|
name: 'IoTeX Network Mainnet',
|
9921
9985
|
chain: 'iotex.io',
|
@@ -12359,6 +12423,29 @@ const chainArray = [
|
|
12359
12423
|
}
|
12360
12424
|
]
|
12361
12425
|
},
|
12426
|
+
{
|
12427
|
+
name: 'MaxxChain Mainnet',
|
12428
|
+
chain: 'MaxxChain',
|
12429
|
+
rpc: [
|
12430
|
+
'https://rpc.maxxchain.org',
|
12431
|
+
'https://rpc1.maxxchain.org',
|
12432
|
+
'https://rpc2.maxxchain.org'
|
12433
|
+
],
|
12434
|
+
faucets: [ 'https://faucet.maxxchain.org' ],
|
12435
|
+
nativeCurrency: { name: 'Power', symbol: 'PWR', decimals: 18 },
|
12436
|
+
icon: 'pwr',
|
12437
|
+
infoURL: 'https://www.maxxchain.org/',
|
12438
|
+
shortName: 'PWR',
|
12439
|
+
chainId: 10201,
|
12440
|
+
networkId: 10201,
|
12441
|
+
explorers: [
|
12442
|
+
{
|
12443
|
+
name: 'MaxxChain Block Explorer',
|
12444
|
+
url: 'https://explorer.maxxchain.org',
|
12445
|
+
standard: 'EIP3091'
|
12446
|
+
}
|
12447
|
+
]
|
12448
|
+
},
|
12362
12449
|
{
|
12363
12450
|
name: '0XTade',
|
12364
12451
|
chain: '0XTade Chain',
|
@@ -13110,6 +13197,30 @@ const chainArray = [
|
|
13110
13197
|
}
|
13111
13198
|
]
|
13112
13199
|
},
|
13200
|
+
{
|
13201
|
+
name: 'Holesky',
|
13202
|
+
chain: 'ETH',
|
13203
|
+
rpc: [ 'https://rpc.holesky.ethpandaops.io' ],
|
13204
|
+
faucets: [
|
13205
|
+
'https://faucet.holesky.ethpandaops.io',
|
13206
|
+
'https://holesky-faucet.pk910.de'
|
13207
|
+
],
|
13208
|
+
nativeCurrency: { name: 'Testnet ETH', symbol: 'ETH', decimals: 18 },
|
13209
|
+
infoURL: 'https://holesky.ethpandaops.io',
|
13210
|
+
shortName: 'holesky',
|
13211
|
+
chainId: 17000,
|
13212
|
+
networkId: 17000,
|
13213
|
+
icon: 'ethereum',
|
13214
|
+
status: 'incubating',
|
13215
|
+
explorers: [
|
13216
|
+
{
|
13217
|
+
name: 'Holesky Explorer',
|
13218
|
+
url: 'https://holesky.beaconcha.in',
|
13219
|
+
icon: 'ethereum',
|
13220
|
+
standard: 'EIP3091'
|
13221
|
+
}
|
13222
|
+
]
|
13223
|
+
},
|
13113
13224
|
{
|
13114
13225
|
name: 'Palette Chain Testnet',
|
13115
13226
|
chain: 'PLT',
|