eth-chainlist 0.0.350 → 0.0.351

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.351 (2024-02-29)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.350 ([1127321](https://github.com/poowf/eth-chainlist/commit/1127321d21070007870b042cdb3f75a8ed80dc73))
9
+ * update chain data ([f1a60c4](https://github.com/poowf/eth-chainlist/commit/f1a60c4abb7a4b8d0563b3d1ff14d5ba048e708d))
10
+
3
11
  ### 0.0.350 (2024-02-28)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -12277,7 +12277,7 @@ const chainArray = [
12277
12277
  {
12278
12278
  name: 'APEX Testnet',
12279
12279
  chain: 'ETH',
12280
- rpc: [ 'https://exp-testnet.apexlayer.xyz' ],
12280
+ rpc: [ 'https://rpc-testnet.apexlayer.xyz' ],
12281
12281
  faucets: [ 'https://sepoliafaucet.com/' ],
12282
12282
  nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
12283
12283
  infoURL: 'https://docs.apexlayer.xyz/',
@@ -24902,6 +24902,27 @@ const chainArray = [
24902
24902
  },
24903
24903
  {
24904
24904
  name: 'Autonity Bakerloo (Barada) Testnet',
24905
+ status: 'deprecated',
24906
+ chain: 'AUT',
24907
+ rpc: [],
24908
+ faucets: [ 'https://faucet.autonity.org/' ],
24909
+ nativeCurrency: { name: 'Bakerloo Auton', symbol: 'ATN', decimals: 18 },
24910
+ infoURL: 'https://autonity.org/',
24911
+ shortName: 'bakerloo-01',
24912
+ chainId: 65010001,
24913
+ networkId: 65010001,
24914
+ slip44: 1,
24915
+ icon: 'autonity',
24916
+ explorers: [
24917
+ {
24918
+ name: 'autonity-blockscout',
24919
+ url: 'https://bakerloo.autonity.org',
24920
+ standard: 'EIP3091'
24921
+ }
24922
+ ]
24923
+ },
24924
+ {
24925
+ name: 'Autonity Bakerloo (Sumida) Testnet',
24905
24926
  chain: 'AUT',
24906
24927
  rpc: [
24907
24928
  'https://rpc1.bakerloo.autonity.org/',
@@ -24910,9 +24931,9 @@ const chainArray = [
24910
24931
  faucets: [ 'https://faucet.autonity.org/' ],
24911
24932
  nativeCurrency: { name: 'Bakerloo Auton', symbol: 'ATN', decimals: 18 },
24912
24933
  infoURL: 'https://autonity.org/',
24913
- shortName: 'bakerloo-01',
24914
- chainId: 65010001,
24915
- networkId: 65010001,
24934
+ shortName: 'bakerloo-02',
24935
+ chainId: 65010002,
24936
+ networkId: 65010002,
24916
24937
  slip44: 1,
24917
24938
  icon: 'autonity',
24918
24939
  explorers: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.350",
3
+ "version": "0.0.351",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {