eth-chainlist 0.0.505 → 0.0.506

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.506 (2024-10-02)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.505 ([7401540](https://github.com/poowf/eth-chainlist/commit/74015400e3058f2e9491988d9007c19f4be3f601))
9
+ * update chain data ([0136429](https://github.com/poowf/eth-chainlist/commit/0136429eabbd7e638cfcafceefb5aaddc6c89e1e))
10
+
3
11
  ### 0.0.505 (2024-10-01)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -5730,40 +5730,40 @@ const chainArray = [
5730
5730
  status: 'active'
5731
5731
  },
5732
5732
  {
5733
- name: 'Near Mainnet',
5733
+ name: 'NEAR Protocol',
5734
5734
  chain: 'NEAR',
5735
- rpc: [],
5735
+ rpc: [ 'https://eth-rpc.mainnet.near.org' ],
5736
5736
  icon: 'near',
5737
5737
  faucets: [],
5738
5738
  nativeCurrency: { name: 'NEAR', symbol: 'NEAR', decimals: 18 },
5739
- infoURL: 'https://near.org/',
5739
+ infoURL: 'https://near.org',
5740
5740
  shortName: 'near',
5741
5741
  chainId: 397,
5742
5742
  networkId: 397,
5743
5743
  explorers: [
5744
5744
  {
5745
- name: 'Near Blocks',
5746
- url: 'https://nearblocks.io',
5747
- standard: 'none'
5745
+ name: 'NEAR Explorer',
5746
+ url: 'https://eth-explorer.near.org',
5747
+ standard: 'EIP3091'
5748
5748
  }
5749
5749
  ]
5750
5750
  },
5751
5751
  {
5752
- name: 'Near Testnet',
5752
+ name: 'NEAR Protocol Testnet',
5753
5753
  chain: 'NEAR',
5754
- rpc: [],
5754
+ rpc: [ 'https://eth-rpc.testnet.near.org' ],
5755
5755
  icon: 'near',
5756
5756
  faucets: [],
5757
- nativeCurrency: { name: 'Testnet NEAR', symbol: 'NEAR', decimals: 18 },
5758
- infoURL: 'https://aurora.dev',
5757
+ nativeCurrency: { name: 'NEAR', symbol: 'NEAR', decimals: 18 },
5758
+ infoURL: 'https://near.org',
5759
5759
  shortName: 'near-testnet',
5760
5760
  chainId: 398,
5761
5761
  networkId: 398,
5762
5762
  explorers: [
5763
5763
  {
5764
- name: 'Near blocks',
5765
- url: 'https://testnet.nearblocks.io',
5766
- standard: 'none'
5764
+ name: 'NEAR Explorer',
5765
+ url: 'https://eth-explorer-testnet.near.org',
5766
+ standard: 'EIP3091'
5767
5767
  }
5768
5768
  ]
5769
5769
  },
@@ -37623,8 +37623,8 @@ const chainArray = [
37623
37623
  networkId: 1313161554,
37624
37624
  explorers: [
37625
37625
  {
37626
- name: 'aurorascan.dev',
37627
- url: 'https://aurorascan.dev',
37626
+ name: 'Aurora Explorer',
37627
+ url: 'https://explorer.aurora.dev',
37628
37628
  standard: 'EIP3091'
37629
37629
  }
37630
37630
  ]
@@ -37646,8 +37646,8 @@ const chainArray = [
37646
37646
  slip44: 1,
37647
37647
  explorers: [
37648
37648
  {
37649
- name: 'aurorascan.dev',
37650
- url: 'https://testnet.aurorascan.dev',
37649
+ name: 'Aurora Explorer',
37650
+ url: 'https://explorer.testnet.aurora.dev',
37651
37651
  standard: 'EIP3091'
37652
37652
  }
37653
37653
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.505",
3
+ "version": "0.0.506",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {