eth-chainlist 0.0.525 → 0.0.527

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.527 (2024-10-31)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.526 ([b878b00](https://github.com/poowf/eth-chainlist/commit/b878b008651a0bcb411bea74b65198d9b63cad2f))
9
+ * update chain data ([ba3ae4e](https://github.com/poowf/eth-chainlist/commit/ba3ae4e9613dc7703102b51bbdf70e96aa90f134))
10
+
11
+ ### 0.0.526 (2024-10-30)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.525 ([c2ec650](https://github.com/poowf/eth-chainlist/commit/c2ec650a70b9d2d7800062b0a7ae383b53da4948))
17
+ * update chain data ([ece51cd](https://github.com/poowf/eth-chainlist/commit/ece51cd31b0b7c0dbf6bc6b4a3b851af5afe3d32))
18
+
3
19
  ### 0.0.525 (2024-10-29)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -15167,7 +15167,12 @@ const chainArray = [
15167
15167
  name: 'Morph',
15168
15168
  title: 'Morph Mainnet',
15169
15169
  chain: 'ETH',
15170
- rpc: [ 'https://rpc.morphl2.io', 'wss://rpc.morphl2.io:8443' ],
15170
+ rpc: [
15171
+ 'https://rpc.morphl2.io',
15172
+ 'wss://rpc.morphl2.io:8443',
15173
+ 'https://rpc-quicknode.morphl2.io',
15174
+ 'wss://rpc-quicknode.morphl2.io'
15175
+ ],
15171
15176
  faucets: [],
15172
15177
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
15173
15178
  infoURL: 'https://morphl2.io',
@@ -19114,6 +19119,19 @@ const chainArray = [
19114
19119
  }
19115
19120
  ]
19116
19121
  },
19122
+ {
19123
+ name: 'Nibiru Mainnet',
19124
+ chain: 'Nibiru',
19125
+ rpc: [ 'https://evm-rpc.nibiru.fi' ],
19126
+ faucets: [],
19127
+ nativeCurrency: { name: 'NIBI', symbol: 'NIBI', decimals: 18 },
19128
+ infoURL: 'https://nibiru.fi',
19129
+ shortName: 'cataclysm-1',
19130
+ chainId: 6900,
19131
+ networkId: 6900,
19132
+ icon: 'nibiru',
19133
+ explorers: []
19134
+ },
19117
19135
  {
19118
19136
  name: 'Laika Mainnet',
19119
19137
  chain: 'LAIKA',
@@ -25945,6 +25963,27 @@ const chainArray = [
25945
25963
  }
25946
25964
  ]
25947
25965
  },
25966
+ {
25967
+ name: 'Nexa MetaTest',
25968
+ chain: 'NEXA',
25969
+ rpc: [ 'https://nexa.sh/metatest' ],
25970
+ faucets: [],
25971
+ nativeCurrency: { name: 'Nexa', symbol: 'NEXA', decimals: 18 },
25972
+ infoURL: 'https://nexa.sh/meta',
25973
+ shortName: 'nexatest',
25974
+ chainId: 29225,
25975
+ networkId: 29225,
25976
+ slip44: 29225,
25977
+ icon: 'nexameta',
25978
+ explorers: [
25979
+ {
25980
+ name: 'NexaShell',
25981
+ url: 'https://nexa.sh',
25982
+ standard: 'none',
25983
+ icon: 'nexashell'
25984
+ }
25985
+ ]
25986
+ },
25948
25987
  {
25949
25988
  name: 'KaiChain Testnet',
25950
25989
  chain: 'KaiChain',
@@ -28081,6 +28120,27 @@ const chainArray = [
28081
28120
  }
28082
28121
  ]
28083
28122
  },
28123
+ {
28124
+ name: 'Titan Sepolia',
28125
+ chain: 'ETH',
28126
+ rpc: [
28127
+ 'https://rpc.titan-sepolia.tokamak.network',
28128
+ 'wss://rpc.titan-sepolia.tokamak.network/ws'
28129
+ ],
28130
+ faucets: [],
28131
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
28132
+ infoURL: 'https://tokamak.network',
28133
+ shortName: 'titan-sepolia',
28134
+ chainId: 55007,
28135
+ networkId: 55007,
28136
+ explorers: [
28137
+ {
28138
+ name: 'blockscout',
28139
+ url: 'https://explorer.titan-sepolia.tokamak.network',
28140
+ standard: 'EIP3091'
28141
+ }
28142
+ ]
28143
+ },
28084
28144
  {
28085
28145
  name: 'Superposition',
28086
28146
  chain: 'Superposition',
@@ -29010,17 +29070,23 @@ const chainArray = [
29010
29070
  {
29011
29071
  name: 'Geist Mainnet',
29012
29072
  chain: 'Geist',
29013
- rpc: [],
29073
+ rpc: [ 'https://geist-mainnet.g.alchemy.com/public' ],
29014
29074
  faucets: [],
29015
29075
  nativeCurrency: { name: 'Aavegotchi GHST Token', symbol: 'GHST', decimals: 18 },
29016
29076
  features: [],
29017
29077
  infoURL: 'https://playongeist.com',
29018
- shortName: 'Geist',
29078
+ shortName: 'geist',
29019
29079
  chainId: 63157,
29020
29080
  networkId: 63157,
29021
- status: 'incubating',
29081
+ status: 'active',
29022
29082
  icon: 'geist',
29023
- explorers: []
29083
+ explorers: [
29084
+ {
29085
+ name: 'Geist Explorer',
29086
+ url: 'https://geist-mainnet.explorer.alchemy.com',
29087
+ standard: 'EIP3091'
29088
+ }
29089
+ ]
29024
29090
  },
29025
29091
  {
29026
29092
  name: 'CratD2C Testnet',
@@ -34492,6 +34558,31 @@ const chainArray = [
34492
34558
  }
34493
34559
  ]
34494
34560
  },
34561
+ {
34562
+ name: 'ZERO Network',
34563
+ chain: 'ZERONetwork',
34564
+ icon: 'zero',
34565
+ rpc: [ 'https://rpc.zerion.io/v1/zero' ],
34566
+ parent: {
34567
+ type: 'L2',
34568
+ chain: 'eip155-1',
34569
+ bridges: [ { url: 'https://bridge.zero.network' } ]
34570
+ },
34571
+ faucets: [],
34572
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
34573
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
34574
+ infoURL: 'https://docs.zero.network',
34575
+ shortName: 'zero-network',
34576
+ chainId: 543210,
34577
+ networkId: 543210,
34578
+ explorers: [
34579
+ {
34580
+ name: 'ZERO Network Explorer',
34581
+ url: 'https://explorer.zero.network',
34582
+ standard: 'EIP3091'
34583
+ }
34584
+ ]
34585
+ },
34495
34586
  {
34496
34587
  name: 'One World Chain Testnet',
34497
34588
  chain: 'One World Chain',
@@ -34634,7 +34725,7 @@ const chainArray = [
34634
34725
  shortName: 'poltergeist',
34635
34726
  chainId: 631571,
34636
34727
  networkId: 631571,
34637
- status: 'incubating',
34728
+ status: 'active',
34638
34729
  icon: 'polterGeist',
34639
34730
  explorers: [
34640
34731
  {
@@ -36150,6 +36241,26 @@ const chainArray = [
36150
36241
  }
36151
36242
  ]
36152
36243
  },
36244
+ {
36245
+ name: 'Coinweb BNB shard',
36246
+ title: 'Coinweb BNB shard',
36247
+ chain: 'CWEB BNB',
36248
+ rpc: [ 'https://api-cloud.coinweb.io/eth-rpc-service/bnb' ],
36249
+ faucets: [],
36250
+ nativeCurrency: { name: 'CWEB', symbol: 'CWEB', decimals: 18 },
36251
+ infoURL: 'https://coinweb.io',
36252
+ shortName: 'cweb-bnb',
36253
+ chainId: 2222222,
36254
+ networkId: 2222222,
36255
+ slip44: 1,
36256
+ explorers: [
36257
+ {
36258
+ name: 'Coinweb block explorer',
36259
+ url: 'https://explorer.coinweb.io',
36260
+ standard: 'none'
36261
+ }
36262
+ ]
36263
+ },
36153
36264
  {
36154
36265
  name: 'DPU Chain',
36155
36266
  chain: 'DPU',
@@ -38503,6 +38614,27 @@ const chainArray = [
38503
38614
  }
38504
38615
  ]
38505
38616
  },
38617
+ {
38618
+ name: 'Flame',
38619
+ chain: 'Flame',
38620
+ rpc: [ 'https://rpc.flame.astria.org' ],
38621
+ faucets: [],
38622
+ nativeCurrency: { name: 'TIA', symbol: 'TIA', decimals: 18 },
38623
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
38624
+ infoURL: 'https://astria.org',
38625
+ shortName: 'flame',
38626
+ chainId: 253368190,
38627
+ networkId: 253368190,
38628
+ icon: 'flame',
38629
+ explorers: [
38630
+ {
38631
+ name: 'blockscout',
38632
+ url: 'https://explorer.flame.astria.org',
38633
+ icon: 'blockscout',
38634
+ standard: 'EIP3091'
38635
+ }
38636
+ ]
38637
+ },
38506
38638
  {
38507
38639
  name: 'Razor Skale Chain',
38508
38640
  chain: 'Razor Schain',
@@ -39983,6 +40115,27 @@ const chainArray = [
39983
40115
  chainId: 6022140761023,
39984
40116
  networkId: 6022140761023
39985
40117
  },
40118
+ {
40119
+ name: 'Flame Testnet',
40120
+ chain: 'Flame',
40121
+ rpc: [ 'https://rpc.flame.dawn-1.astria.org' ],
40122
+ faucets: [],
40123
+ nativeCurrency: { name: 'TIA', symbol: 'TIA', decimals: 18 },
40124
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
40125
+ infoURL: 'https://astria.org',
40126
+ shortName: 'flame-testnet',
40127
+ chainId: 16604737732183,
40128
+ networkId: 16604737732183,
40129
+ icon: 'flame',
40130
+ explorers: [
40131
+ {
40132
+ name: 'blockscout',
40133
+ url: 'https://explorer.flame.dawn-1.astria.org',
40134
+ icon: 'blockscout',
40135
+ standard: 'EIP3091'
40136
+ }
40137
+ ]
40138
+ },
39986
40139
  {
39987
40140
  name: 'Godwoken Testnet (V1)',
39988
40141
  chain: 'GWT',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.525",
3
+ "version": "0.0.527",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {