eth-chainlist 0.0.125 → 0.0.127
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 +79 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.127 (2023-04-15)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.126 ([4b37bf1](https://github.com/poowf/eth-chainlist/commit/4b37bf1c6c8f5cd6f3123fb869bf2831a9c05de2))
|
9
|
+
* update chain data ([a6b7ddb](https://github.com/poowf/eth-chainlist/commit/a6b7ddb2d238ed62b81bc0851f718e6463c458a6))
|
10
|
+
|
11
|
+
### 0.0.126 (2023-04-14)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.125 ([e0a17e7](https://github.com/poowf/eth-chainlist/commit/e0a17e75e868a3c953d0f8f31fe19d5d00722755))
|
17
|
+
* update chain data ([273c456](https://github.com/poowf/eth-chainlist/commit/273c456dfe5d248ede05847ee44a5f23ee9d2491))
|
18
|
+
|
3
19
|
### 0.0.125 (2023-04-12)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -1518,6 +1518,24 @@ const chainArray = [
|
|
1518
1518
|
}
|
1519
1519
|
]
|
1520
1520
|
},
|
1521
|
+
{
|
1522
|
+
name: 'Linqto Devnet',
|
1523
|
+
chain: 'LNQ',
|
1524
|
+
rpc: [ 'https://linqto-dev.com' ],
|
1525
|
+
faucets: [],
|
1526
|
+
nativeCurrency: { name: 'XRP', symbol: 'XRP', decimals: 18 },
|
1527
|
+
infoURL: 'https://linqto.com',
|
1528
|
+
shortName: 'linqto-devnet',
|
1529
|
+
chainId: 84,
|
1530
|
+
networkId: 84,
|
1531
|
+
explorers: [
|
1532
|
+
{
|
1533
|
+
name: 'Linqto Devnet Explorer',
|
1534
|
+
url: 'https://explorer.linqto-dev.com',
|
1535
|
+
standard: 'EIP3091'
|
1536
|
+
}
|
1537
|
+
]
|
1538
|
+
},
|
1521
1539
|
{
|
1522
1540
|
name: 'GateChain Testnet',
|
1523
1541
|
chainId: 85,
|
@@ -2410,6 +2428,25 @@ const chainArray = [
|
|
2410
2428
|
}
|
2411
2429
|
]
|
2412
2430
|
},
|
2431
|
+
{
|
2432
|
+
name: 'OEBlock Testnet',
|
2433
|
+
chain: 'OEBt',
|
2434
|
+
rpc: [ 'https://testnet-rpc.oeblock.com/' ],
|
2435
|
+
faucets: [],
|
2436
|
+
nativeCurrency: { name: 'OEBlock', symbol: 'OEB', decimals: 18 },
|
2437
|
+
infoURL: 'https://www.oeblock.com/',
|
2438
|
+
shortName: 'obe',
|
2439
|
+
chainId: 156,
|
2440
|
+
networkId: 156,
|
2441
|
+
icon: 'oescan',
|
2442
|
+
explorers: [
|
2443
|
+
{
|
2444
|
+
name: 'OEScan explorer',
|
2445
|
+
url: 'https://testnet.oescan.io',
|
2446
|
+
standard: 'EIP3091'
|
2447
|
+
}
|
2448
|
+
]
|
2449
|
+
},
|
2413
2450
|
{
|
2414
2451
|
name: 'Armonia Eva Chain Mainnet',
|
2415
2452
|
chain: 'Eva',
|
@@ -4678,6 +4715,7 @@ const chainArray = [
|
|
4678
4715
|
'wss://rpc.v2.testnet.pulsechain.com/'
|
4679
4716
|
],
|
4680
4717
|
faucets: [ 'https://faucet.v2.testnet.pulsechain.com/' ],
|
4718
|
+
status: 'deprecated',
|
4681
4719
|
nativeCurrency: { name: 'Test Pulse', symbol: 'tPLS', decimals: 18 }
|
4682
4720
|
},
|
4683
4721
|
{
|
@@ -4692,6 +4730,7 @@ const chainArray = [
|
|
4692
4730
|
'wss://rpc.v2b.testnet.pulsechain.com/'
|
4693
4731
|
],
|
4694
4732
|
faucets: [ 'https://faucet.v2b.testnet.pulsechain.com/' ],
|
4733
|
+
status: 'deprecated',
|
4695
4734
|
nativeCurrency: { name: 'Test Pulse', symbol: 'tPLS', decimals: 18 }
|
4696
4735
|
},
|
4697
4736
|
{
|
@@ -4708,6 +4747,25 @@ const chainArray = [
|
|
4708
4747
|
faucets: [ 'https://faucet.v3.testnet.pulsechain.com/' ],
|
4709
4748
|
nativeCurrency: { name: 'Test Pulse', symbol: 'tPLS', decimals: 18 }
|
4710
4749
|
},
|
4750
|
+
{
|
4751
|
+
name: 'PulseChain Testnet v4',
|
4752
|
+
shortName: 't4pls',
|
4753
|
+
chain: 't4PLS',
|
4754
|
+
chainId: 943,
|
4755
|
+
networkId: 943,
|
4756
|
+
icon: 'pulsechain',
|
4757
|
+
infoURL: 'https://pulsechain.com',
|
4758
|
+
rpc: [
|
4759
|
+
'https://rpc.v4.testnet.pulsechain.com/',
|
4760
|
+
'wss://rpc.v4.testnet.pulsechain.com/'
|
4761
|
+
],
|
4762
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
4763
|
+
faucets: [ 'https://faucet.v4.testnet.pulsechain.com/' ],
|
4764
|
+
ens: { registry: '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e' },
|
4765
|
+
status: 'incubating',
|
4766
|
+
explorers: [],
|
4767
|
+
nativeCurrency: { name: 'Test Pulse', symbol: 'tPLS', decimals: 18 }
|
4768
|
+
},
|
4711
4769
|
{
|
4712
4770
|
name: 'muNode Testnet',
|
4713
4771
|
chain: 'munode',
|
@@ -10710,6 +10768,27 @@ const chainArray = [
|
|
10710
10768
|
chainId: 16001,
|
10711
10769
|
networkId: 16001
|
10712
10770
|
},
|
10771
|
+
{
|
10772
|
+
name: 'IRIShub Testnet',
|
10773
|
+
chain: 'IRIShub',
|
10774
|
+
rpc: [ 'http://34.80.202.172:8545' ],
|
10775
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
10776
|
+
faucets: [],
|
10777
|
+
nativeCurrency: { name: 'Eris', symbol: 'ERIS', decimals: 18 },
|
10778
|
+
infoURL: 'https://www.irisnet.org',
|
10779
|
+
shortName: 'nyancat',
|
10780
|
+
chainId: 16688,
|
10781
|
+
networkId: 16688,
|
10782
|
+
icon: 'nyancat',
|
10783
|
+
explorers: [
|
10784
|
+
{
|
10785
|
+
name: 'IRISHub Testnet Cosmos Explorer (IOBScan)',
|
10786
|
+
url: 'https://nyancat.iobscan.io',
|
10787
|
+
standard: 'none',
|
10788
|
+
icon: 'nyancat'
|
10789
|
+
}
|
10790
|
+
]
|
10791
|
+
},
|
10713
10792
|
{
|
10714
10793
|
name: 'AirDAO Mainnet',
|
10715
10794
|
chain: 'ambnet',
|