eth-chainlist 0.0.575 → 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,13 @@
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
+
3
11
  ### 0.0.575 (2024-12-30)
4
12
 
5
13
 
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',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.575",
3
+ "version": "0.0.576",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {