eth-chainlist 0.0.211 → 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,13 @@
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
+
3
11
  ### 0.0.211 (2023-08-16)
4
12
 
5
13
 
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
  }
@@ -11545,7 +11576,10 @@ const chainArray = [
11545
11576
  {
11546
11577
  name: 'Base',
11547
11578
  chain: 'ETH',
11548
- rpc: [ 'https://mainnet.base.org/' ],
11579
+ rpc: [
11580
+ 'https://mainnet.base.org/',
11581
+ 'https://developer-access-mainnet.base.org/'
11582
+ ],
11549
11583
  faucets: [],
11550
11584
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
11551
11585
  infoURL: 'https://base.org',
@@ -17168,6 +17202,30 @@ const chainArray = [
17168
17202
  }
17169
17203
  ]
17170
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
+ },
17171
17229
  {
17172
17230
  name: 'Arbitrum Rinkeby',
17173
17231
  title: 'Arbitrum Testnet Rinkeby',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.211",
3
+ "version": "0.0.212",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {