eth-chainlist 0.0.210 → 0.0.212

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.212 (2023-08-17)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.211 ([199cc9e](https://github.com/poowf/eth-chainlist/commit/199cc9e1cdfa3ff5c71661a17c6b14bc82e72d20))
9
+ * update chain data ([b235833](https://github.com/poowf/eth-chainlist/commit/b23583368163f58ab3f5c85f6e5934fa1ab1d444))
10
+
11
+ ### 0.0.211 (2023-08-16)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.210 ([125de83](https://github.com/poowf/eth-chainlist/commit/125de83ae56ce265ab898fc82c8f16e9087ebde5))
17
+ * update chain data ([5b51bc2](https://github.com/poowf/eth-chainlist/commit/5b51bc29b5a02e14c004e356a4c9c04a1a4e7c7e))
18
+
3
19
  ### 0.0.210 (2023-08-15)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -1878,6 +1878,7 @@ const chainArray = [
1878
1878
  'https://gnosis.api.onfinality.io/public',
1879
1879
  'https://gnosis.blockpi.network/v1/rpc/public',
1880
1880
  'https://web3endpoints.com/gnosischain-mainnet',
1881
+ 'https://gnosis.oat.farm',
1881
1882
  'wss://rpc.gnosischain.com/wss'
1882
1883
  ],
1883
1884
  faucets: [
@@ -4737,6 +4738,30 @@ const chainArray = [
4737
4738
  chainId: 666,
4738
4739
  networkId: 666
4739
4740
  },
4741
+ {
4742
+ name: 'LAOS Arrakis',
4743
+ title: 'LAOS Testnet Arrakis',
4744
+ chain: 'LAOS',
4745
+ icon: 'laos',
4746
+ rpc: [
4747
+ 'https://arrakis.gorengine.com/own',
4748
+ 'wss://arrakis.gorengine.com/own'
4749
+ ],
4750
+ faucets: [],
4751
+ nativeCurrency: { name: 'LAOS', symbol: 'LAOS', decimals: 18 },
4752
+ infoURL: 'https://www.laosfoundation.io/',
4753
+ shortName: 'laos',
4754
+ chainId: 667,
4755
+ networkId: 667,
4756
+ explorers: [
4757
+ {
4758
+ name: 'blockscout',
4759
+ url: 'https://arrakis.gorengine.com',
4760
+ icon: 'laos',
4761
+ standard: 'EIP3091'
4762
+ }
4763
+ ]
4764
+ },
4740
4765
  {
4741
4766
  name: 'Karura Network',
4742
4767
  chain: 'KAR',
@@ -8577,9 +8602,13 @@ const chainArray = [
8577
8602
  ]
8578
8603
  },
8579
8604
  {
8580
- name: 'Kava EVM Testnet',
8605
+ name: 'Kava Testnet',
8581
8606
  chain: 'KAVA',
8582
- rpc: [ 'https://evm.testnet.kava.io', 'wss://wevm.testnet.kava.io' ],
8607
+ rpc: [
8608
+ 'https://evm.testnet.kava.io',
8609
+ 'https://kava-evm-testnet.rpc.thirdweb.com',
8610
+ 'wss://wevm.testnet.kava.io'
8611
+ ],
8583
8612
  faucets: [ 'https://faucet.kava.io' ],
8584
8613
  nativeCurrency: { name: 'TKava', symbol: 'TKAVA', decimals: 18 },
8585
8614
  infoURL: 'https://www.kava.io',
@@ -8590,18 +8619,20 @@ const chainArray = [
8590
8619
  explorers: [
8591
8620
  {
8592
8621
  name: 'Kava Testnet Explorer',
8593
- url: 'https://explorer.testnet.kava.io',
8622
+ url: 'http://testnet.kavascan.com',
8594
8623
  standard: 'EIP3091',
8595
8624
  icon: 'kava'
8596
8625
  }
8597
8626
  ]
8598
8627
  },
8599
8628
  {
8600
- name: 'Kava EVM',
8629
+ name: 'Kava',
8601
8630
  chain: 'KAVA',
8602
8631
  rpc: [
8603
8632
  'https://evm.kava.io',
8604
8633
  'https://evm2.kava.io',
8634
+ 'https://kava-rpc.gateway.pokt.network',
8635
+ 'https://kava-evm.rpc.thirdweb.com',
8605
8636
  'wss://wevm.kava.io',
8606
8637
  'wss://wevm2.kava.io',
8607
8638
  'https://kava-evm.publicnode.com'
@@ -8616,7 +8647,7 @@ const chainArray = [
8616
8647
  explorers: [
8617
8648
  {
8618
8649
  name: 'Kava EVM Explorer',
8619
- url: 'https://explorer.kava.io',
8650
+ url: 'https://kavascan.com',
8620
8651
  standard: 'EIP3091',
8621
8652
  icon: 'kava'
8622
8653
  }
@@ -9960,6 +9991,26 @@ const chainArray = [
9960
9991
  }
9961
9992
  ]
9962
9993
  },
9994
+ {
9995
+ name: 'Orderly Sepolia Testnet',
9996
+ chain: 'ETH',
9997
+ rpc: [ 'https://l2-orderly-l2-4460-sepolia-8tc3sd7dvy.t.conduit.xyz' ],
9998
+ faucets: [],
9999
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
10000
+ infoURL: 'www.orderly.network',
10001
+ shortName: 'orderlyl2',
10002
+ chainId: 4460,
10003
+ networkId: 4460,
10004
+ icon: 'orderlyTestnet',
10005
+ explorers: [
10006
+ {
10007
+ name: 'basescout',
10008
+ url: 'https://explorerl2new-orderly-l2-4460-sepolia-8tc3sd7dvy.t.conduit.xyz',
10009
+ icon: 'blockscout',
10010
+ standard: 'EIP3091'
10011
+ }
10012
+ ]
10013
+ },
9963
10014
  {
9964
10015
  name: 'IoTeX Network Mainnet',
9965
10016
  chain: 'iotex.io',
@@ -11525,7 +11576,10 @@ const chainArray = [
11525
11576
  {
11526
11577
  name: 'Base',
11527
11578
  chain: 'ETH',
11528
- rpc: [ 'https://mainnet.base.org/' ],
11579
+ rpc: [
11580
+ 'https://mainnet.base.org/',
11581
+ 'https://developer-access-mainnet.base.org/'
11582
+ ],
11529
11583
  faucets: [],
11530
11584
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
11531
11585
  infoURL: 'https://base.org',
@@ -12403,6 +12457,29 @@ const chainArray = [
12403
12457
  }
12404
12458
  ]
12405
12459
  },
12460
+ {
12461
+ name: 'MaxxChain Mainnet',
12462
+ chain: 'MaxxChain',
12463
+ rpc: [
12464
+ 'https://rpc.maxxchain.org',
12465
+ 'https://rpc1.maxxchain.org',
12466
+ 'https://rpc2.maxxchain.org'
12467
+ ],
12468
+ faucets: [ 'https://faucet.maxxchain.org' ],
12469
+ nativeCurrency: { name: 'Power', symbol: 'PWR', decimals: 18 },
12470
+ icon: 'pwr',
12471
+ infoURL: 'https://www.maxxchain.org/',
12472
+ shortName: 'PWR',
12473
+ chainId: 10201,
12474
+ networkId: 10201,
12475
+ explorers: [
12476
+ {
12477
+ name: 'MaxxChain Block Explorer',
12478
+ url: 'https://explorer.maxxchain.org',
12479
+ standard: 'EIP3091'
12480
+ }
12481
+ ]
12482
+ },
12406
12483
  {
12407
12484
  name: '0XTade',
12408
12485
  chain: '0XTade Chain',
@@ -17125,6 +17202,30 @@ const chainArray = [
17125
17202
  }
17126
17203
  ]
17127
17204
  },
17205
+ {
17206
+ name: 'Alterium L2 Testnet',
17207
+ chain: 'ALT',
17208
+ icon: 'alterium',
17209
+ rpc: [ 'https://l2-testnet-rpc.altscan.org' ],
17210
+ faucets: [],
17211
+ nativeCurrency: { name: 'Alterium ETH', symbol: 'AltETH', decimals: 18 },
17212
+ infoURL: 'https://alteriumprotocol.org',
17213
+ shortName: 'alterium',
17214
+ chainId: 420692,
17215
+ networkId: 420692,
17216
+ parent: {
17217
+ type: 'L2',
17218
+ chain: 'eip155-5',
17219
+ bridges: [ { url: 'https://testnet-bridge.alteriumprotocol.org' } ]
17220
+ },
17221
+ explorers: [
17222
+ {
17223
+ name: 'Alterium L2 Testnet Explorer',
17224
+ url: 'https://l2-testnet.altscan.org',
17225
+ standard: 'EIP3091'
17226
+ }
17227
+ ]
17228
+ },
17128
17229
  {
17129
17230
  name: 'Arbitrum Rinkeby',
17130
17231
  title: 'Arbitrum Testnet Rinkeby',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.210",
3
+ "version": "0.0.212",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {