eth-chainlist 0.0.87 → 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 CHANGED
@@ -1,5 +1,21 @@
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
+
11
+ ### 0.0.88 (2023-02-27)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.87 ([3c328bb](https://github.com/poowf/eth-chainlist/commit/3c328bb787714a25202d0e2bc334ee3cca3f1b74))
17
+ * update chain data ([171feaa](https://github.com/poowf/eth-chainlist/commit/171feaac5fcc34408648cef4c6e01d85164fd90a))
18
+
3
19
  ### 0.0.87 (2023-02-25)
4
20
 
5
21
 
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',
@@ -11131,6 +11150,7 @@ const chainArray = [
11131
11150
  {
11132
11151
  name: 'SiriusNet',
11133
11152
  chain: 'SIN',
11153
+ status: 'deprecated',
11134
11154
  rpc: [
11135
11155
  'https://u0tnafcv6j:o2T045sxuCNXL878RDQLp5__Zj-es2cvdjtgkl4etn0@u0v7kwtvtg-u0wj114sve-rpc.us0-aws.kaleido.io/'
11136
11156
  ],
@@ -12531,6 +12551,25 @@ const chainArray = [
12531
12551
  }
12532
12552
  ]
12533
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
+ },
12534
12573
  {
12535
12574
  name: 'Kekchain',
12536
12575
  chain: 'kek',
@@ -13688,6 +13727,7 @@ const chainArray = [
13688
13727
  shortName: 'bakerloo-0',
13689
13728
  chainId: 65010000,
13690
13729
  networkId: 65010000,
13730
+ icon: 'autonity',
13691
13731
  explorers: [
13692
13732
  {
13693
13733
  name: 'autonity-blockscout',
@@ -13709,6 +13749,7 @@ const chainArray = [
13709
13749
  shortName: 'piccadilly-0',
13710
13750
  chainId: 65100000,
13711
13751
  networkId: 65100000,
13752
+ icon: 'autonity',
13712
13753
  explorers: [
13713
13754
  {
13714
13755
  name: 'autonity-blockscout',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.87",
3
+ "version": "0.0.89",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {