eth-chainlist 0.0.133 → 0.0.135
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 +52 -11
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.135 (2023-04-24)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.134 ([76c6a37](https://github.com/poowf/eth-chainlist/commit/76c6a37bd2a67fa133e89e86bd9c77aac321f407))
|
9
|
+
* update chain data ([80c353b](https://github.com/poowf/eth-chainlist/commit/80c353ba37bd60f74fb3965468adfe9f0315a3d7))
|
10
|
+
|
11
|
+
### 0.0.134 (2023-04-22)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.133 ([da25ef5](https://github.com/poowf/eth-chainlist/commit/da25ef51922ebae4ac7a44395700a74e476fe28a))
|
17
|
+
* update chain data ([57d7bed](https://github.com/poowf/eth-chainlist/commit/57d7bede2a3d5b9aa0f9370c0c8f7c280fdae586))
|
18
|
+
|
3
19
|
### 0.0.133 (2023-04-21)
|
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 },
|
@@ -4904,6 +4905,26 @@ const chainArray = [
|
|
4904
4905
|
}
|
4905
4906
|
]
|
4906
4907
|
},
|
4908
|
+
{
|
4909
|
+
name: '5ireChain Thunder',
|
4910
|
+
chain: '5ireChain',
|
4911
|
+
rpc: [ 'https://rpc-testnet.5ire.network' ],
|
4912
|
+
faucets: [ 'https://explorer.5ire.network/faucet' ],
|
4913
|
+
nativeCurrency: { name: '5ire Token', symbol: '5ire', decimals: 18 },
|
4914
|
+
infoURL: 'https://5ire.org',
|
4915
|
+
shortName: '5ire',
|
4916
|
+
chainId: 997,
|
4917
|
+
networkId: 997,
|
4918
|
+
icon: '5ireChain',
|
4919
|
+
explorers: [
|
4920
|
+
{
|
4921
|
+
name: '5ireChain Explorer',
|
4922
|
+
url: 'https://explorer.5ire.network',
|
4923
|
+
standard: 'none',
|
4924
|
+
icon: '5ireChain'
|
4925
|
+
}
|
4926
|
+
]
|
4927
|
+
},
|
4907
4928
|
{
|
4908
4929
|
name: 'Lucky Network',
|
4909
4930
|
chain: 'LN',
|
@@ -6811,7 +6832,7 @@ const chainArray = [
|
|
6811
6832
|
explorers: [
|
6812
6833
|
{
|
6813
6834
|
name: 'edexa-testnet',
|
6814
|
-
url: 'https://explorer.edexa.com',
|
6835
|
+
url: 'https://explorer.testnet.edexa.com',
|
6815
6836
|
standard: 'EIP3091'
|
6816
6837
|
}
|
6817
6838
|
]
|
@@ -7251,6 +7272,26 @@ const chainArray = [
|
|
7251
7272
|
}
|
7252
7273
|
]
|
7253
7274
|
},
|
7275
|
+
{
|
7276
|
+
name: 'Metaplayerone Network',
|
7277
|
+
chain: 'MP1 Dubai-Testnet',
|
7278
|
+
icon: 'meu',
|
7279
|
+
rpc: [ 'https://rpc-dubai.mp1network.com/' ],
|
7280
|
+
faucets: [],
|
7281
|
+
nativeCurrency: { name: 'Metaunit', symbol: 'MEU', decimals: 18 },
|
7282
|
+
infoURL: 'https://docs.metaplayer.one/',
|
7283
|
+
shortName: 'MEU',
|
7284
|
+
chainId: 2124,
|
7285
|
+
networkId: 2124,
|
7286
|
+
explorers: [
|
7287
|
+
{
|
7288
|
+
name: 'MP1Scan',
|
7289
|
+
url: 'https://dubai.mp1scan.io',
|
7290
|
+
icon: 'meu',
|
7291
|
+
standard: 'EIP3091'
|
7292
|
+
}
|
7293
|
+
]
|
7294
|
+
},
|
7254
7295
|
{
|
7255
7296
|
name: 'Defi Oracle Meta Testnet',
|
7256
7297
|
chain: 'dfiometatest',
|
@@ -7507,29 +7548,29 @@ const chainArray = [
|
|
7507
7548
|
]
|
7508
7549
|
},
|
7509
7550
|
{
|
7510
|
-
name: '
|
7511
|
-
title: '
|
7551
|
+
name: 'Kroma Sepolia',
|
7552
|
+
title: 'Kroma Testnet Sepolia',
|
7512
7553
|
chainId: 2357,
|
7513
|
-
shortName: '
|
7554
|
+
shortName: 'kroma-sepolia',
|
7514
7555
|
chain: 'ETH',
|
7515
7556
|
networkId: 2357,
|
7516
7557
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
7517
|
-
rpc: [ 'https://api.
|
7558
|
+
rpc: [ 'https://api.sepolia.kroma.network' ],
|
7518
7559
|
faucets: [],
|
7519
|
-
infoURL: 'https://
|
7520
|
-
icon: '
|
7560
|
+
infoURL: 'https://kroma.network',
|
7561
|
+
icon: 'kroma',
|
7521
7562
|
explorers: [
|
7522
7563
|
{
|
7523
7564
|
name: 'blockscout',
|
7524
|
-
url: 'https://blockscout.
|
7525
|
-
icon: '
|
7565
|
+
url: 'https://blockscout.sepolia.kroma.network',
|
7566
|
+
icon: 'kroma',
|
7526
7567
|
standard: 'EIP3091'
|
7527
7568
|
}
|
7528
7569
|
],
|
7529
7570
|
parent: {
|
7530
7571
|
type: 'L2',
|
7531
7572
|
chain: 'eip155-11155111',
|
7532
|
-
bridges: [ { url: 'https://
|
7573
|
+
bridges: [ { url: 'https://kroma.network/bridge' } ]
|
7533
7574
|
}
|
7534
7575
|
},
|
7535
7576
|
{
|