eth-chainlist 0.0.196 → 0.0.197

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,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.197 (2023-07-28)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.196 ([71e4f8f](https://github.com/poowf/eth-chainlist/commit/71e4f8fd4c2112d66c82ff25aacd32144c3a12fa))
9
+ * update chain data ([edcf6ea](https://github.com/poowf/eth-chainlist/commit/edcf6ea5223b31eebf7e1a2dbb85c20551dc1e49))
10
+
3
11
  ### 0.0.196 (2023-07-27)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -195,7 +195,10 @@ const chainArray = [
195
195
  {
196
196
  name: 'OP Mainnet',
197
197
  chain: 'ETH',
198
- rpc: [ 'https://mainnet.optimism.io/' ],
198
+ rpc: [
199
+ 'https://mainnet.optimism.io',
200
+ 'https://optimism.publicnode.com'
201
+ ],
199
202
  faucets: [],
200
203
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
201
204
  infoURL: 'https://optimism.io',
@@ -3913,7 +3916,11 @@ const chainArray = [
3913
3916
  chainId: 369,
3914
3917
  networkId: 369,
3915
3918
  infoURL: 'https://pulsechain.com/',
3916
- rpc: [ 'https://rpc.pulsechain.com/', 'wss://rpc.pulsechain.com/' ],
3919
+ rpc: [
3920
+ 'https://rpc.pulsechain.com',
3921
+ 'wss://rpc.pulsechain.com',
3922
+ 'https://pulsechain.publicnode.com'
3923
+ ],
3917
3924
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
3918
3925
  faucets: [],
3919
3926
  ens: { registry: '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e' },
@@ -4054,7 +4061,10 @@ const chainArray = [
4054
4061
  {
4055
4062
  name: 'Optimism Goerli Testnet',
4056
4063
  chain: 'ETH',
4057
- rpc: [ 'https://goerli.optimism.io/' ],
4064
+ rpc: [
4065
+ 'https://goerli.optimism.io',
4066
+ 'https://optimism-goerli.publicnode.com'
4067
+ ],
4058
4068
  faucets: [],
4059
4069
  nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 },
4060
4070
  infoURL: 'https://optimism.io',
@@ -5388,7 +5398,8 @@ const chainArray = [
5388
5398
  infoURL: 'https://pulsechain.com',
5389
5399
  rpc: [
5390
5400
  'https://rpc.v4.testnet.pulsechain.com/',
5391
- 'wss://rpc.v4.testnet.pulsechain.com/'
5401
+ 'wss://rpc.v4.testnet.pulsechain.com/',
5402
+ 'https://pulsechain-testnet.publicnode.com'
5392
5403
  ],
5393
5404
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
5394
5405
  faucets: [ 'https://faucet.v4.testnet.pulsechain.com/' ],
@@ -7026,7 +7037,7 @@ const chainArray = [
7026
7037
  title: 'Tenet Mainnet',
7027
7038
  chain: 'TENET',
7028
7039
  icon: 'tenet',
7029
- rpc: [ 'https://rpc.tenet.org' ],
7040
+ rpc: [ 'https://rpc.tenet.org', 'https://tenet-evm.publicnode.com' ],
7030
7041
  faucets: [],
7031
7042
  nativeCurrency: { name: 'TENET', symbol: 'TENET', decimals: 18 },
7032
7043
  infoURL: 'https://tenet.org/',
@@ -8390,7 +8401,8 @@ const chainArray = [
8390
8401
  'https://evm.kava.io',
8391
8402
  'https://evm2.kava.io',
8392
8403
  'wss://wevm.kava.io',
8393
- 'wss://wevm2.kava.io'
8404
+ 'wss://wevm2.kava.io',
8405
+ 'https://kava-evm.publicnode.com'
8394
8406
  ],
8395
8407
  faucets: [],
8396
8408
  nativeCurrency: { name: 'Kava', symbol: 'KAVA', decimals: 18 },
@@ -9866,7 +9878,7 @@ const chainArray = [
9866
9878
  name: 'Mantle',
9867
9879
  chain: 'ETH',
9868
9880
  icon: 'mantle',
9869
- rpc: [ 'https://rpc.mantle.xyz' ],
9881
+ rpc: [ 'https://rpc.mantle.xyz', 'https://mantle.publicnode.com' ],
9870
9882
  faucets: [],
9871
9883
  nativeCurrency: { name: 'Mantle', symbol: 'MNT', decimals: 18 },
9872
9884
  infoURL: 'https://mantle.xyz',
@@ -10422,7 +10434,10 @@ const chainArray = [
10422
10434
  {
10423
10435
  name: 'IRIShub',
10424
10436
  chain: 'IRIShub',
10425
- rpc: [ 'https://evmrpc.irishub-1.irisnet.org' ],
10437
+ rpc: [
10438
+ 'https://evmrpc.irishub-1.irisnet.org',
10439
+ 'https://iris-evm.publicnode.com'
10440
+ ],
10426
10441
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
10427
10442
  faucets: [],
10428
10443
  nativeCurrency: { name: 'Eris', symbol: 'ERIS', decimals: 18 },
@@ -11910,7 +11925,10 @@ const chainArray = [
11910
11925
  name: 'Mind Smart Chain Mainnet',
11911
11926
  chain: 'MIND',
11912
11927
  icon: 'mindchain',
11913
- rpc: [ 'https://rpc-msc.mindchain.info/' ],
11928
+ rpc: [
11929
+ 'https://rpc-msc.mindchain.info/',
11930
+ 'https://seednode.mindchain.info'
11931
+ ],
11914
11932
  faucets: [],
11915
11933
  nativeCurrency: { name: 'MIND Coin', symbol: 'MIND', decimals: 18 },
11916
11934
  infoURL: 'https://mindscan.info',
@@ -12285,7 +12303,10 @@ const chainArray = [
12285
12303
  {
12286
12304
  name: 'Haqq Network',
12287
12305
  chain: 'Haqq',
12288
- rpc: [ 'https://rpc.eth.haqq.network' ],
12306
+ rpc: [
12307
+ 'https://rpc.eth.haqq.network',
12308
+ 'https://haqq-evm.publicnode.com'
12309
+ ],
12289
12310
  faucets: [],
12290
12311
  nativeCurrency: { name: 'Islamic Coin', symbol: 'ISLM', decimals: 18 },
12291
12312
  infoURL: 'https://islamiccoin.net',
@@ -13676,7 +13697,8 @@ const chainArray = [
13676
13697
  rpc: [
13677
13698
  'https://arbitrum-mainnet.infura.io/v3/${INFURA_API_KEY}',
13678
13699
  'https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}',
13679
- 'https://arb1.arbitrum.io/rpc'
13700
+ 'https://arb1.arbitrum.io/rpc',
13701
+ 'https://arbitrum-one.publicnode.com'
13680
13702
  ],
13681
13703
  faucets: [],
13682
13704
  explorers: [
@@ -13705,7 +13727,10 @@ const chainArray = [
13705
13727
  chain: 'ETH',
13706
13728
  networkId: 42170,
13707
13729
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
13708
- rpc: [ 'https://nova.arbitrum.io/rpc' ],
13730
+ rpc: [
13731
+ 'https://nova.arbitrum.io/rpc',
13732
+ 'https://arbitrum-nova.publicnode.com'
13733
+ ],
13709
13734
  faucets: [],
13710
13735
  explorers: [
13711
13736
  {
@@ -16765,7 +16790,10 @@ const chainArray = [
16765
16790
  chain: 'ETH',
16766
16791
  networkId: 421613,
16767
16792
  nativeCurrency: { name: 'Arbitrum Goerli Ether', symbol: 'AGOR', decimals: 18 },
16768
- rpc: [ 'https://goerli-rollup.arbitrum.io/rpc/' ],
16793
+ rpc: [
16794
+ 'https://goerli-rollup.arbitrum.io/rpc',
16795
+ 'https://arbitrum-goerli.publicnode.com'
16796
+ ],
16769
16797
  faucets: [],
16770
16798
  infoURL: 'https://arbitrum.io/',
16771
16799
  explorers: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.196",
3
+ "version": "0.0.197",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {