eth-chainlist 0.0.133 → 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 +8 -0
- package/data/chain.js +12 -11
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
3
11
|
### 0.0.133 (2023-04-21)
|
4
12
|
|
5
13
|
|
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
|
{
|