eth-chainlist 0.0.330 → 0.0.331

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.331 (2024-01-31)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.330 ([69da32d](https://github.com/poowf/eth-chainlist/commit/69da32d49f88fba025275021f77078962fb50dfe))
9
+ * update chain data ([deb955c](https://github.com/poowf/eth-chainlist/commit/deb955cc08176b0f6e111a577221dc309b414ba1))
10
+
3
11
  ### 0.0.330 (2024-01-30)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -3492,20 +3492,20 @@ const chainArray = [
3492
3492
  networkId: 0
3493
3493
  },
3494
3494
  {
3495
- name: 'MAP Makalu',
3496
- title: 'MAP Testnet Makalu',
3497
- chain: 'MAP',
3495
+ name: 'MAPO Makalu',
3496
+ title: 'MAPO Testnet Makalu',
3497
+ chain: 'MAPO',
3498
3498
  rpc: [ 'https://testnet-rpc.maplabs.io' ],
3499
- faucets: [ 'https://faucet.maplabs.io' ],
3500
- nativeCurrency: { name: 'Makalu MAP', symbol: 'MAP', decimals: 18 },
3501
- infoURL: 'https://maplabs.io',
3499
+ faucets: [ 'https://faucet.mapprotocol.io' ],
3500
+ nativeCurrency: { name: 'Makalu MAPO', symbol: 'MAPO', decimals: 18 },
3501
+ infoURL: 'https://mapprotocol.io/',
3502
3502
  shortName: 'makalu',
3503
3503
  chainId: 212,
3504
3504
  networkId: 212,
3505
3505
  explorers: [
3506
3506
  {
3507
- name: 'mapscan',
3508
- url: 'https://testnet.mapscan.io',
3507
+ name: 'maposcan',
3508
+ url: 'https://testnet.maposcan.io',
3509
3509
  standard: 'EIP3091'
3510
3510
  }
3511
3511
  ]
@@ -15803,6 +15803,25 @@ const chainArray = [
15803
15803
  }
15804
15804
  ]
15805
15805
  },
15806
+ {
15807
+ name: 'BEVM Testnet',
15808
+ chain: 'BEVM',
15809
+ rpc: [ 'https://testnet.bevm.io/' ],
15810
+ faucets: [],
15811
+ nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
15812
+ infoURL: 'https://bevm.io',
15813
+ shortName: 'bevm',
15814
+ chainId: 11503,
15815
+ networkId: 11503,
15816
+ icon: 'bevmcanary',
15817
+ explorers: [
15818
+ {
15819
+ name: 'bevm testnet scan',
15820
+ url: 'https://scan-testnet.bevm.io',
15821
+ standard: 'none'
15822
+ }
15823
+ ]
15824
+ },
15806
15825
  {
15807
15826
  name: 'Sardis Testnet',
15808
15827
  chain: 'SRDX',
@@ -16974,21 +16993,21 @@ const chainArray = [
16974
16993
  ]
16975
16994
  },
16976
16995
  {
16977
- name: 'MAP Mainnet',
16978
- chain: 'MAP',
16996
+ name: 'MAP Protocol',
16997
+ chain: 'MAPO',
16979
16998
  icon: 'map',
16980
16999
  rpc: [ 'https://rpc.maplabs.io' ],
16981
17000
  faucets: [],
16982
17001
  nativeCurrency: { name: 'MAPO', symbol: 'MAPO', decimals: 18 },
16983
- infoURL: 'https://maplabs.io',
16984
- shortName: 'map',
17002
+ infoURL: 'https://mapprotocol.io/',
17003
+ shortName: 'mapo',
16985
17004
  chainId: 22776,
16986
17005
  networkId: 22776,
16987
17006
  slip44: 60,
16988
17007
  explorers: [
16989
17008
  {
16990
- name: 'mapscan',
16991
- url: 'https://mapscan.io',
17009
+ name: 'maposcan',
17010
+ url: 'https://maposcan.io',
16992
17011
  standard: 'EIP3091'
16993
17012
  }
16994
17013
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.330",
3
+ "version": "0.0.331",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {