eth-chainlist 0.0.132 → 0.0.134
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 +62 -18
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.134 (2023-04-22)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.133 ([da25ef5](https://github.com/poowf/eth-chainlist/commit/da25ef51922ebae4ac7a44395700a74e476fe28a))
|
9
|
+
* update chain data ([57d7bed](https://github.com/poowf/eth-chainlist/commit/57d7bede2a3d5b9aa0f9370c0c8f7c280fdae586))
|
10
|
+
|
11
|
+
### 0.0.133 (2023-04-21)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.132 ([eb532d1](https://github.com/poowf/eth-chainlist/commit/eb532d15434524224347701330d293de0ddf881b))
|
17
|
+
* update chain data ([aea6781](https://github.com/poowf/eth-chainlist/commit/aea678141ba6772f25ecbae34583ac1e30d43c58))
|
18
|
+
|
3
19
|
### 0.0.132 (2023-04-20)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -861,7 +861,8 @@ const chainArray = [
|
|
861
861
|
rpc: [
|
862
862
|
'https://erpc.xinfin.network',
|
863
863
|
'https://rpc.xinfin.network',
|
864
|
-
'https://rpc1.xinfin.network'
|
864
|
+
'https://rpc1.xinfin.network',
|
865
|
+
'https://rpc-xdc.icecreamswap.com'
|
865
866
|
],
|
866
867
|
faucets: [],
|
867
868
|
nativeCurrency: { name: 'XinFin', symbol: 'XDC', decimals: 18 },
|
@@ -6811,7 +6812,7 @@ const chainArray = [
|
|
6811
6812
|
explorers: [
|
6812
6813
|
{
|
6813
6814
|
name: 'edexa-testnet',
|
6814
|
-
url: 'https://explorer.edexa.com',
|
6815
|
+
url: 'https://explorer.testnet.edexa.com',
|
6815
6816
|
standard: 'EIP3091'
|
6816
6817
|
}
|
6817
6818
|
]
|
@@ -7507,29 +7508,29 @@ const chainArray = [
|
|
7507
7508
|
]
|
7508
7509
|
},
|
7509
7510
|
{
|
7510
|
-
name: '
|
7511
|
-
title: '
|
7511
|
+
name: 'Kroma Sepolia',
|
7512
|
+
title: 'Kroma Testnet Sepolia',
|
7512
7513
|
chainId: 2357,
|
7513
|
-
shortName: '
|
7514
|
+
shortName: 'kroma-sepolia',
|
7514
7515
|
chain: 'ETH',
|
7515
7516
|
networkId: 2357,
|
7516
7517
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
7517
|
-
rpc: [ 'https://api.
|
7518
|
+
rpc: [ 'https://api.sepolia.kroma.network' ],
|
7518
7519
|
faucets: [],
|
7519
|
-
infoURL: 'https://
|
7520
|
-
icon: '
|
7520
|
+
infoURL: 'https://kroma.network',
|
7521
|
+
icon: 'kroma',
|
7521
7522
|
explorers: [
|
7522
7523
|
{
|
7523
7524
|
name: 'blockscout',
|
7524
|
-
url: 'https://blockscout.
|
7525
|
-
icon: '
|
7525
|
+
url: 'https://blockscout.sepolia.kroma.network',
|
7526
|
+
icon: 'kroma',
|
7526
7527
|
standard: 'EIP3091'
|
7527
7528
|
}
|
7528
7529
|
],
|
7529
7530
|
parent: {
|
7530
7531
|
type: 'L2',
|
7531
7532
|
chain: 'eip155-11155111',
|
7532
|
-
bridges: [ { url: 'https://
|
7533
|
+
bridges: [ { url: 'https://kroma.network/bridge' } ]
|
7533
7534
|
}
|
7534
7535
|
},
|
7535
7536
|
{
|
@@ -9154,10 +9155,10 @@ const chainArray = [
|
|
9154
9155
|
]
|
9155
9156
|
},
|
9156
9157
|
{
|
9157
|
-
name: '
|
9158
|
+
name: 'Adil Chain V2 Mainnet',
|
9158
9159
|
chain: 'ADIL',
|
9159
9160
|
icon: 'adil',
|
9160
|
-
rpc: [ 'https://
|
9161
|
+
rpc: [ 'https://adilchain-rpc.io' ],
|
9161
9162
|
faucets: [],
|
9162
9163
|
nativeCurrency: { name: 'ADIL', symbol: 'ADIL', decimals: 18 },
|
9163
9164
|
infoURL: 'https://adilchain.io',
|
@@ -9167,7 +9168,7 @@ const chainArray = [
|
|
9167
9168
|
explorers: [
|
9168
9169
|
{
|
9169
9170
|
name: 'ADIL Mainnet Explorer',
|
9170
|
-
url: 'https://
|
9171
|
+
url: 'https://adilchain-scan.io',
|
9171
9172
|
standard: 'EIP3091'
|
9172
9173
|
}
|
9173
9174
|
]
|
@@ -11382,6 +11383,25 @@ const chainArray = [
|
|
11382
11383
|
}
|
11383
11384
|
]
|
11384
11385
|
},
|
11386
|
+
{
|
11387
|
+
name: 'Ferrum Testnet',
|
11388
|
+
chain: 'tFRM',
|
11389
|
+
rpc: [ 'http://testnet.dev.svcs.ferrumnetwork.io:9933' ],
|
11390
|
+
faucets: [ 'https://testnet.faucet.ferrumnetwork.io' ],
|
11391
|
+
nativeCurrency: { name: 'Ferrum', symbol: 'tFRM', decimals: 18 },
|
11392
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
11393
|
+
infoURL: 'https://ferrum.network',
|
11394
|
+
shortName: 'frm',
|
11395
|
+
chainId: 26026,
|
11396
|
+
networkId: 26026,
|
11397
|
+
explorers: [
|
11398
|
+
{
|
11399
|
+
name: 'polkadotjs',
|
11400
|
+
url: 'https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Ftestnet.dev.svcs.ferrumnetwork.io#/explorer',
|
11401
|
+
standard: 'none'
|
11402
|
+
}
|
11403
|
+
]
|
11404
|
+
},
|
11385
11405
|
{
|
11386
11406
|
name: 'Hertz Network Mainnet',
|
11387
11407
|
chain: 'HTZ',
|
@@ -11600,6 +11620,25 @@ const chainArray = [
|
|
11600
11620
|
}
|
11601
11621
|
]
|
11602
11622
|
},
|
11623
|
+
{
|
11624
|
+
name: 'Zilliqa EVM',
|
11625
|
+
chain: 'ZIL',
|
11626
|
+
rpc: [ 'https://api.zilliqa.com' ],
|
11627
|
+
faucets: [],
|
11628
|
+
nativeCurrency: { name: 'Zilliqa', symbol: 'ZIL', decimals: 18 },
|
11629
|
+
infoURL: 'https://www.zilliqa.com/',
|
11630
|
+
shortName: 'zil',
|
11631
|
+
chainId: 32769,
|
11632
|
+
networkId: 32769,
|
11633
|
+
icon: 'zilliqa',
|
11634
|
+
explorers: [
|
11635
|
+
{
|
11636
|
+
name: 'Zilliqa EVM Explorer',
|
11637
|
+
url: 'https://evmx.zilliqa.com',
|
11638
|
+
standard: 'none'
|
11639
|
+
}
|
11640
|
+
]
|
11641
|
+
},
|
11603
11642
|
{
|
11604
11643
|
name: 'Zilliqa EVM Testnet',
|
11605
11644
|
chain: 'ZIL',
|
@@ -12290,11 +12329,16 @@ const chainArray = [
|
|
12290
12329
|
},
|
12291
12330
|
{
|
12292
12331
|
name: 'Linea Testnet',
|
12293
|
-
title: 'Linea Testnet',
|
12332
|
+
title: 'Linea Goerli Testnet',
|
12294
12333
|
chain: 'ETH',
|
12295
|
-
rpc: [
|
12334
|
+
rpc: [
|
12335
|
+
'https://rpc.goerli.linea.build',
|
12336
|
+
'wss://rpc.goerli.linea.build',
|
12337
|
+
'https://consensys-zkevm-goerli-prealpha.infura.io/v3/${INFURA_API_KEY}',
|
12338
|
+
'wss://consensys-zkevm-goerli-prealpha.infura.io/v3/${INFURA_API_KEY}'
|
12339
|
+
],
|
12296
12340
|
faucets: [ 'https://faucetlink.to/goerli' ],
|
12297
|
-
nativeCurrency: { name: '
|
12341
|
+
nativeCurrency: { name: 'Linea Ether', symbol: 'ETH', decimals: 18 },
|
12298
12342
|
infoURL: 'https://linea.build',
|
12299
12343
|
shortName: 'linea-testnet',
|
12300
12344
|
chainId: 59140,
|
@@ -12311,7 +12355,7 @@ const chainArray = [
|
|
12311
12355
|
},
|
12312
12356
|
explorers: [
|
12313
12357
|
{
|
12314
|
-
name: '
|
12358
|
+
name: 'blockscout',
|
12315
12359
|
url: 'https://explorer.goerli.linea.build',
|
12316
12360
|
standard: 'EIP3091',
|
12317
12361
|
icon: 'linea'
|