eth-chainlist 0.0.525 → 0.0.526

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.526 (2024-10-30)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.525 ([c2ec650](https://github.com/poowf/eth-chainlist/commit/c2ec650a70b9d2d7800062b0a7ae383b53da4948))
9
+ * update chain data ([ece51cd](https://github.com/poowf/eth-chainlist/commit/ece51cd31b0b7c0dbf6bc6b4a3b851af5afe3d32))
10
+
3
11
  ### 0.0.525 (2024-10-29)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -25945,6 +25945,27 @@ const chainArray = [
25945
25945
  }
25946
25946
  ]
25947
25947
  },
25948
+ {
25949
+ name: 'Nexa MetaTest',
25950
+ chain: 'NEXA',
25951
+ rpc: [ 'https://nexa.sh/metatest' ],
25952
+ faucets: [],
25953
+ nativeCurrency: { name: 'Nexa', symbol: 'NEXA', decimals: 18 },
25954
+ infoURL: 'https://nexa.sh/meta',
25955
+ shortName: 'nexatest',
25956
+ chainId: 29225,
25957
+ networkId: 29225,
25958
+ slip44: 29225,
25959
+ icon: 'nexameta',
25960
+ explorers: [
25961
+ {
25962
+ name: 'NexaShell',
25963
+ url: 'https://nexa.sh',
25964
+ standard: 'none',
25965
+ icon: 'nexashell'
25966
+ }
25967
+ ]
25968
+ },
25948
25969
  {
25949
25970
  name: 'KaiChain Testnet',
25950
25971
  chain: 'KaiChain',
@@ -28081,6 +28102,27 @@ const chainArray = [
28081
28102
  }
28082
28103
  ]
28083
28104
  },
28105
+ {
28106
+ name: 'Titan Sepolia',
28107
+ chain: 'ETH',
28108
+ rpc: [
28109
+ 'https://rpc.titan-sepolia.tokamak.network',
28110
+ 'wss://rpc.titan-sepolia.tokamak.network/ws'
28111
+ ],
28112
+ faucets: [],
28113
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
28114
+ infoURL: 'https://tokamak.network',
28115
+ shortName: 'titan-sepolia',
28116
+ chainId: 55007,
28117
+ networkId: 55007,
28118
+ explorers: [
28119
+ {
28120
+ name: 'blockscout',
28121
+ url: 'https://explorer.titan-sepolia.tokamak.network',
28122
+ standard: 'EIP3091'
28123
+ }
28124
+ ]
28125
+ },
28084
28126
  {
28085
28127
  name: 'Superposition',
28086
28128
  chain: 'Superposition',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.525",
3
+ "version": "0.0.526",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {