eth-chainlist 0.0.88 → 0.0.89
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 +40 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.89 (2023-03-01)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.88 ([1cd8297](https://github.com/poowf/eth-chainlist/commit/1cd82970f3b45ce7aa130c11c734001798e774ce))
|
9
|
+
* update chain data ([93def38](https://github.com/poowf/eth-chainlist/commit/93def3854d539d1f0937698791afa6e7eabf3ae3))
|
10
|
+
|
3
11
|
### 0.0.88 (2023-02-27)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -7573,6 +7573,25 @@ const chainArray = [
|
|
7573
7573
|
}
|
7574
7574
|
]
|
7575
7575
|
},
|
7576
|
+
{
|
7577
|
+
name: 'Tipboxcoin Testnet',
|
7578
|
+
chain: 'TPBX',
|
7579
|
+
icon: 'tipboxcoinIcon',
|
7580
|
+
rpc: [ 'https://testnet-rpc.tipboxcoin.net' ],
|
7581
|
+
faucets: [ 'https://faucet.tipboxcoin.net' ],
|
7582
|
+
nativeCurrency: { name: 'Tipboxcoin', symbol: 'TPBX', decimals: 18 },
|
7583
|
+
infoURL: 'https://tipboxcoin.net',
|
7584
|
+
shortName: 'TPBXt',
|
7585
|
+
chainId: 4141,
|
7586
|
+
networkId: 4141,
|
7587
|
+
explorers: [
|
7588
|
+
{
|
7589
|
+
name: 'Tipboxcoin',
|
7590
|
+
url: 'https://testnet.tipboxcoin.net',
|
7591
|
+
standard: 'EIP3091'
|
7592
|
+
}
|
7593
|
+
]
|
7594
|
+
},
|
7576
7595
|
{
|
7577
7596
|
name: 'PHI Network V1',
|
7578
7597
|
chain: 'PHI V1',
|
@@ -12532,6 +12551,25 @@ const chainArray = [
|
|
12532
12551
|
}
|
12533
12552
|
]
|
12534
12553
|
},
|
12554
|
+
{
|
12555
|
+
name: 'Tipboxcoin Mainnet',
|
12556
|
+
chain: 'TPBX',
|
12557
|
+
icon: 'tipboxcoinIcon',
|
12558
|
+
rpc: [ 'https://mainnet-rpc.tipboxcoin.net' ],
|
12559
|
+
faucets: [ 'https://faucet.tipboxcoin.net' ],
|
12560
|
+
nativeCurrency: { name: 'Tipboxcoin', symbol: 'TPBX', decimals: 18 },
|
12561
|
+
infoURL: 'https://tipboxcoin.net',
|
12562
|
+
shortName: 'TPBXm',
|
12563
|
+
chainId: 404040,
|
12564
|
+
networkId: 404040,
|
12565
|
+
explorers: [
|
12566
|
+
{
|
12567
|
+
name: 'Tipboxcoin',
|
12568
|
+
url: 'https://tipboxcoin.net',
|
12569
|
+
standard: 'EIP3091'
|
12570
|
+
}
|
12571
|
+
]
|
12572
|
+
},
|
12535
12573
|
{
|
12536
12574
|
name: 'Kekchain',
|
12537
12575
|
chain: 'kek',
|
@@ -13689,6 +13727,7 @@ const chainArray = [
|
|
13689
13727
|
shortName: 'bakerloo-0',
|
13690
13728
|
chainId: 65010000,
|
13691
13729
|
networkId: 65010000,
|
13730
|
+
icon: 'autonity',
|
13692
13731
|
explorers: [
|
13693
13732
|
{
|
13694
13733
|
name: 'autonity-blockscout',
|
@@ -13710,6 +13749,7 @@ const chainArray = [
|
|
13710
13749
|
shortName: 'piccadilly-0',
|
13711
13750
|
chainId: 65100000,
|
13712
13751
|
networkId: 65100000,
|
13752
|
+
icon: 'autonity',
|
13713
13753
|
explorers: [
|
13714
13754
|
{
|
13715
13755
|
name: 'autonity-blockscout',
|