eth-chainlist 0.0.94 → 0.0.96

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.96 (2023-03-09)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.95 ([b62c4a5](https://github.com/poowf/eth-chainlist/commit/b62c4a5519222cc306a7c18f2d78e4c020b6e8df))
9
+ * update chain data ([dddb1e0](https://github.com/poowf/eth-chainlist/commit/dddb1e06e2542b30bb953d9f974e3c6395a50488))
10
+
11
+ ### 0.0.95 (2023-03-07)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.94 ([2ac9159](https://github.com/poowf/eth-chainlist/commit/2ac9159ea2af977dafc1a09f0bdf47bce884277b))
17
+ * update chain data ([4f6bbf2](https://github.com/poowf/eth-chainlist/commit/4f6bbf254cade2c6b34ea32471590b8022c0f66b))
18
+
3
19
  ### 0.0.94 (2023-03-06)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -7,7 +7,8 @@ const chainArray = [
7
7
  'https://mainnet.infura.io/v3/${INFURA_API_KEY}',
8
8
  'wss://mainnet.infura.io/ws/v3/${INFURA_API_KEY}',
9
9
  'https://api.mycryptoapi.com/eth',
10
- 'https://cloudflare-eth.com'
10
+ 'https://cloudflare-eth.com',
11
+ 'https://ethereum.publicnode.com'
11
12
  ],
12
13
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
13
14
  faucets: [],
@@ -988,6 +989,7 @@ const chainArray = [
988
989
  'https://bsc-dataseed2.ninicoin.io',
989
990
  'https://bsc-dataseed3.ninicoin.io',
990
991
  'https://bsc-dataseed4.ninicoin.io',
992
+ 'https://bsc.publicnode.com',
991
993
  'wss://bsc-ws-node.nariox.org'
992
994
  ],
993
995
  faucets: [ 'https://free-online-app.com/faucet-for-eth-evm-chains/' ],
@@ -2739,7 +2741,7 @@ const chainArray = [
2739
2741
  {
2740
2742
  name: 'Fantom Opera',
2741
2743
  chain: 'FTM',
2742
- rpc: [ 'https://rpc.ftm.tools' ],
2744
+ rpc: [ 'https://rpc.ftm.tools', 'https://fantom.publicnode.com' ],
2743
2745
  faucets: [ 'https://free-online-app.com/faucet-for-eth-evm-chains/' ],
2744
2746
  nativeCurrency: { name: 'Fantom', symbol: 'FTM', decimals: 18 },
2745
2747
  infoURL: 'https://fantom.foundation',
@@ -5880,6 +5882,27 @@ const chainArray = [
5880
5882
  chainId: 1708,
5881
5883
  networkId: 1708
5882
5884
  },
5885
+ {
5886
+ name: 'Palette Chain Mainnet',
5887
+ chain: 'PLT',
5888
+ rpc: [ 'https://palette-rpc.com:22000' ],
5889
+ faucets: [],
5890
+ nativeCurrency: { name: 'Palette Token', symbol: 'PLT', decimals: 18 },
5891
+ features: [],
5892
+ infoURL: 'https://hashpalette.com/',
5893
+ shortName: 'PaletteChain',
5894
+ chainId: 1718,
5895
+ networkId: 1718,
5896
+ icon: 'PLT',
5897
+ explorers: [
5898
+ {
5899
+ name: 'Palettescan',
5900
+ url: 'https://palettescan.com',
5901
+ icon: 'PLT',
5902
+ standard: 'none'
5903
+ }
5904
+ ]
5905
+ },
5883
5906
  {
5884
5907
  name: 'Kerleano',
5885
5908
  title: 'Proof of Carbon Reduction testnet',
@@ -7553,6 +7576,49 @@ const chainArray = [
7553
7576
  }
7554
7577
  ]
7555
7578
  },
7579
+ {
7580
+ name: 'Nahmii 3 Mainnet',
7581
+ chain: 'Nahmii',
7582
+ rpc: [],
7583
+ status: 'incubating',
7584
+ faucets: [],
7585
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
7586
+ infoURL: 'https://nahmii.io',
7587
+ shortName: 'Nahmii3Mainnet',
7588
+ chainId: 4061,
7589
+ networkId: 4061,
7590
+ icon: 'nahmii',
7591
+ parent: {
7592
+ type: 'L2',
7593
+ chain: 'eip155-1',
7594
+ bridges: [ { url: 'https://bridge.nahmii.io' } ]
7595
+ }
7596
+ },
7597
+ {
7598
+ name: 'Nahmii 3 Testnet',
7599
+ chain: 'Nahmii',
7600
+ rpc: [ 'https://ngeth.testnet.n3.nahmii.io' ],
7601
+ faucets: [],
7602
+ nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 },
7603
+ infoURL: 'https://nahmii.io',
7604
+ shortName: 'Nahmii3Testnet',
7605
+ chainId: 4062,
7606
+ networkId: 4062,
7607
+ icon: 'nahmii',
7608
+ explorers: [
7609
+ {
7610
+ name: 'Nahmii 3 Testnet Explorer',
7611
+ url: 'https://explorer.testnet.n3.nahmii.io',
7612
+ icon: 'nahmii',
7613
+ standard: 'EIP3091'
7614
+ }
7615
+ ],
7616
+ parent: {
7617
+ type: 'L2',
7618
+ chain: 'eip155-3',
7619
+ bridges: [ { url: 'https://bridge.testnet.n3.nahmii.io' } ]
7620
+ }
7621
+ },
7556
7622
  {
7557
7623
  name: 'Bitindi Testnet',
7558
7624
  chain: 'BNI',
@@ -10694,7 +10760,10 @@ const chainArray = [
10694
10760
  name: 'Avalanche C-Chain',
10695
10761
  chain: 'AVAX',
10696
10762
  icon: 'avax',
10697
- rpc: [ 'https://api.avax.network/ext/bc/C/rpc' ],
10763
+ rpc: [
10764
+ 'https://api.avax.network/ext/bc/C/rpc',
10765
+ 'https://avalanche-c-chain.publicnode.com'
10766
+ ],
10698
10767
  features: [ { name: 'EIP1559' } ],
10699
10768
  faucets: [ 'https://free-online-app.com/faucet-for-eth-evm-chains/' ],
10700
10769
  nativeCurrency: { name: 'Avalanche', symbol: 'AVAX', decimals: 18 },
@@ -13592,7 +13661,11 @@ const chainArray = [
13592
13661
  name: 'Sepolia',
13593
13662
  title: 'Ethereum Testnet Sepolia',
13594
13663
  chain: 'ETH',
13595
- rpc: [ 'https://rpc.sepolia.org', 'https://rpc-sepolia.rockx.com' ],
13664
+ rpc: [
13665
+ 'https://rpc.sepolia.org',
13666
+ 'https://rpc2.sepolia.org',
13667
+ 'https://rpc-sepolia.rockx.com'
13668
+ ],
13596
13669
  faucets: [
13597
13670
  'http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}'
13598
13671
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.94",
3
+ "version": "0.0.96",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {