eth-chainlist 0.0.574 → 0.0.576

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.576 (2024-12-31)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.575 ([1fc58cc](https://github.com/poowf/eth-chainlist/commit/1fc58cc5513659d4eff0c34545d377bbeb29595c))
9
+ * update chain data ([4cc68d3](https://github.com/poowf/eth-chainlist/commit/4cc68d3b6217db21ae1eb099bcdb21f472c2892c))
10
+
11
+ ### 0.0.575 (2024-12-30)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.574 ([3cba259](https://github.com/poowf/eth-chainlist/commit/3cba25949eedc9ff01addd3a19fd30103d93313f))
17
+ * update chain data ([76a2e3c](https://github.com/poowf/eth-chainlist/commit/76a2e3c292f87841711ddc4387261eb76001c5e7))
18
+
3
19
  ### 0.0.574 (2024-12-28)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -9155,9 +9155,9 @@ const chainArray = [
9155
9155
  {
9156
9156
  name: 'Subtensor EVM Testnet',
9157
9157
  chain: 'Bittensor',
9158
- rpc: [ 'https://evm-testnet.dev.opentensor.ai' ],
9158
+ rpc: [ 'https://test.chain.opentensor.ai' ],
9159
9159
  faucets: [],
9160
- nativeCurrency: { name: 'testTAO', symbol: 'TAO', decimals: 9 },
9160
+ nativeCurrency: { name: 'testTAO', symbol: 'TAO', decimals: 18 },
9161
9161
  infoURL: 'https://bittensor.com/',
9162
9162
  shortName: 'bittensor-evm-testnet',
9163
9163
  chainId: 945,
@@ -9226,6 +9226,19 @@ const chainArray = [
9226
9226
  }
9227
9227
  ]
9228
9228
  },
9229
+ {
9230
+ name: 'Subtensor EVM',
9231
+ chain: 'Bittensor',
9232
+ rpc: [ 'https://lite.chain.opentensor.ai' ],
9233
+ faucets: [],
9234
+ nativeCurrency: { name: 'TAO', symbol: 'TAO', decimals: 18 },
9235
+ infoURL: 'https://bittensor.com/',
9236
+ shortName: 'bittensor-evm-mainnet',
9237
+ chainId: 964,
9238
+ networkId: 964,
9239
+ slip44: 1005,
9240
+ icon: 'bittensor'
9241
+ },
9229
9242
  {
9230
9243
  name: 'EthXY',
9231
9244
  chain: 'EthXY',
@@ -33501,7 +33514,7 @@ const chainArray = [
33501
33514
  ],
33502
33515
  faucets: [],
33503
33516
  nativeCurrency: { name: 'Plume Sepolia Ether', symbol: 'ETH', decimals: 18 },
33504
- infoURL: 'https://www.plumenetwork.xyz/',
33517
+ infoURL: 'https://plumenetwork.xyz/',
33505
33518
  shortName: 'plume-devnet',
33506
33519
  chainId: 98864,
33507
33520
  networkId: 98864,
@@ -33524,7 +33537,7 @@ const chainArray = [
33524
33537
  rpc: [ 'https://rpc.plumenetwork.xyz', 'wss://rpc.plumenetwork.xyz' ],
33525
33538
  faucets: [],
33526
33539
  nativeCurrency: { name: 'Plume Ether', symbol: 'ETH', decimals: 18 },
33527
- infoURL: 'https://www.plumenetwork.xyz/',
33540
+ infoURL: 'https://plumenetwork.xyz/',
33528
33541
  shortName: 'plume',
33529
33542
  chainId: 98865,
33530
33543
  networkId: 98865,
@@ -41664,7 +41677,7 @@ const chainArray = [
41664
41677
  rpc: [],
41665
41678
  faucets: [],
41666
41679
  nativeCurrency: { name: 'Plume Sepolia Ether', symbol: 'ETH', decimals: 18 },
41667
- infoURL: 'https://www.plumenetwork.xyz/',
41680
+ infoURL: 'https://plumenetwork.xyz/',
41668
41681
  shortName: 'plume-testnet',
41669
41682
  chainId: 161221135,
41670
41683
  networkId: 161221135,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.574",
3
+ "version": "0.0.576",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {