eth-chainlist 0.0.203 → 0.0.204
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 +8 -0
- package/data/chain.js +51 -23
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.204 (2023-08-08)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.203 ([00aeac0](https://github.com/poowf/eth-chainlist/commit/00aeac01912101e24e3e62ea397f50e25eaa6698))
|
9
|
+
* update chain data ([b4b8ece](https://github.com/poowf/eth-chainlist/commit/b4b8ecef1285f476153ba99dae5248933eddbb3a))
|
10
|
+
|
3
11
|
### 0.0.203 (2023-08-06)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -12809,6 +12809,25 @@ const chainArray = [
|
|
12809
12809
|
}
|
12810
12810
|
]
|
12811
12811
|
},
|
12812
|
+
{
|
12813
|
+
name: 'Beam Testnet',
|
12814
|
+
chain: 'BEAM',
|
12815
|
+
rpc: [ 'https://subnets.avax.network/beam/testnet/rpc' ],
|
12816
|
+
features: [ { name: 'EIP1559' } ],
|
12817
|
+
faucets: [],
|
12818
|
+
nativeCurrency: { name: 'Merit Circle', symbol: 'MC', decimals: 18 },
|
12819
|
+
infoURL: 'https://gaming.meritcircle.io',
|
12820
|
+
shortName: 'BEAM',
|
12821
|
+
chainId: 13337,
|
12822
|
+
networkId: 13337,
|
12823
|
+
explorers: [
|
12824
|
+
{
|
12825
|
+
name: 'Beam Explorer',
|
12826
|
+
url: 'https://subnets-test.avax.network/beam',
|
12827
|
+
standard: 'EIP3091'
|
12828
|
+
}
|
12829
|
+
]
|
12830
|
+
},
|
12812
12831
|
{
|
12813
12832
|
name: 'Phoenix Mainnet',
|
12814
12833
|
chain: 'Phoenix',
|
@@ -17192,35 +17211,55 @@ const chainArray = [
|
|
17192
17211
|
{
|
17193
17212
|
name: 'Scroll Sepolia Testnet',
|
17194
17213
|
chain: 'ETH',
|
17195
|
-
status: '
|
17196
|
-
rpc: [],
|
17214
|
+
status: 'active',
|
17215
|
+
rpc: [ 'https://sepolia-rpc.scroll.io/' ],
|
17197
17216
|
faucets: [],
|
17198
17217
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
17199
17218
|
infoURL: 'https://scroll.io',
|
17200
17219
|
shortName: 'scr-sepolia',
|
17201
17220
|
chainId: 534351,
|
17202
17221
|
networkId: 534351,
|
17203
|
-
explorers: [
|
17204
|
-
|
17222
|
+
explorers: [
|
17223
|
+
{
|
17224
|
+
name: 'Scroll Sepolia Testnet Block Explorer',
|
17225
|
+
url: 'https://sepolia-blockscout.scroll.io',
|
17226
|
+
standard: 'EIP3091'
|
17227
|
+
}
|
17228
|
+
],
|
17229
|
+
parent: {
|
17230
|
+
type: 'L2',
|
17231
|
+
chain: 'eip155-11155111',
|
17232
|
+
bridges: [ { url: 'https://scroll.io/bridge' } ]
|
17233
|
+
}
|
17205
17234
|
},
|
17206
17235
|
{
|
17207
17236
|
name: 'Scroll',
|
17208
17237
|
chain: 'ETH',
|
17209
17238
|
status: 'incubating',
|
17210
|
-
rpc: [],
|
17239
|
+
rpc: [ 'https://rpc.scroll.io' ],
|
17211
17240
|
faucets: [],
|
17212
17241
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
17213
17242
|
infoURL: 'https://scroll.io',
|
17214
17243
|
shortName: 'scr',
|
17215
17244
|
chainId: 534352,
|
17216
17245
|
networkId: 534352,
|
17217
|
-
explorers: [
|
17218
|
-
|
17246
|
+
explorers: [
|
17247
|
+
{
|
17248
|
+
name: 'Scroll Mainnet Block Explorer',
|
17249
|
+
url: 'https://blockscout.scroll.io',
|
17250
|
+
standard: 'EIP3091'
|
17251
|
+
}
|
17252
|
+
],
|
17253
|
+
parent: {
|
17254
|
+
type: 'L2',
|
17255
|
+
chain: 'eip155-1',
|
17256
|
+
bridges: [ { url: 'https://scroll.io/bridge' } ]
|
17257
|
+
}
|
17219
17258
|
},
|
17220
17259
|
{
|
17221
17260
|
name: 'Scroll Alpha Testnet',
|
17222
17261
|
chain: 'ETH',
|
17223
|
-
status: '
|
17262
|
+
status: 'deprecated',
|
17224
17263
|
rpc: [ 'https://alpha-rpc.scroll.io/l2' ],
|
17225
17264
|
faucets: [],
|
17226
17265
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
@@ -17231,12 +17270,7 @@ const chainArray = [
|
|
17231
17270
|
explorers: [
|
17232
17271
|
{
|
17233
17272
|
name: 'Scroll Alpha Testnet Block Explorer',
|
17234
|
-
url: 'https://blockscout.scroll.io',
|
17235
|
-
standard: 'EIP3091'
|
17236
|
-
},
|
17237
|
-
{
|
17238
|
-
name: 'Scroll Alpha Testnet Block Explorer',
|
17239
|
-
url: 'https://scrollscan.co',
|
17273
|
+
url: 'https://alpha-blockscout.scroll.io',
|
17240
17274
|
standard: 'EIP3091'
|
17241
17275
|
}
|
17242
17276
|
],
|
@@ -17246,20 +17280,14 @@ const chainArray = [
|
|
17246
17280
|
name: 'Scroll Pre-Alpha Testnet',
|
17247
17281
|
chain: 'ETH',
|
17248
17282
|
status: 'deprecated',
|
17249
|
-
rpc: [
|
17250
|
-
faucets: [
|
17283
|
+
rpc: [],
|
17284
|
+
faucets: [],
|
17251
17285
|
nativeCurrency: { name: 'Ether', symbol: 'TSETH', decimals: 18 },
|
17252
17286
|
infoURL: 'https://scroll.io',
|
17253
17287
|
shortName: 'scr-prealpha',
|
17254
17288
|
chainId: 534354,
|
17255
17289
|
networkId: 534354,
|
17256
|
-
explorers: [
|
17257
|
-
{
|
17258
|
-
name: 'Scroll L2 Block Explorer',
|
17259
|
-
url: 'https://l2scan.scroll.io',
|
17260
|
-
standard: 'EIP3091'
|
17261
|
-
}
|
17262
|
-
]
|
17290
|
+
explorers: []
|
17263
17291
|
},
|
17264
17292
|
{
|
17265
17293
|
name: 'Shinarium Beta',
|