eth-chainlist 0.0.262 → 0.0.263

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.263 (2023-10-20)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.262 ([0cbdf16](https://github.com/poowf/eth-chainlist/commit/0cbdf16ce43cbfc0cf0748fe5b6892bac2bfd511))
9
+ * update chain data ([ec37125](https://github.com/poowf/eth-chainlist/commit/ec3712591127a1165e98416d44b677f36cc5f3c7))
10
+
3
11
  ### 0.0.262 (2023-10-19)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -3223,9 +3223,14 @@ const chainArray = [
3223
3223
  },
3224
3224
  {
3225
3225
  name: 'opBNB Mainnet',
3226
+ icon: 'bnbchain',
3226
3227
  chain: 'opBNB',
3227
3228
  rpc: [
3228
3229
  'https://opbnb-mainnet-rpc.bnbchain.org',
3230
+ 'https://opbnb-mainnet.nodereal.io/v1/64a9df0874fb4a93b9d0a3849de012d3',
3231
+ 'wss://opbnb-mainnet.nodereal.io/ws/v1/64a9df0874fb4a93b9d0a3849de012d3',
3232
+ 'https://opbnb-mainnet.nodereal.io/v1/e9a36765eb8a40b9bd12e680a1fd2bc5',
3233
+ 'wss://opbnb-mainnet.nodereal.io/ws/v1/e9a36765eb8a40b9bd12e680a1fd2bc5',
3229
3234
  'https://opbnb.publicnode.com',
3230
3235
  'wss://opbnb.publicnode.com'
3231
3236
  ],
@@ -10121,7 +10126,7 @@ const chainArray = [
10121
10126
  },
10122
10127
  {
10123
10128
  name: 'Bifrost Mainnet',
10124
- title: 'The Bifrost Mainnet network',
10129
+ title: 'Bifrost Network Mainnet',
10125
10130
  chain: 'BFC',
10126
10131
  rpc: [
10127
10132
  'https://public-01.mainnet.thebifrost.io/rpc',
@@ -11563,7 +11568,14 @@ const chainArray = [
11563
11568
  {
11564
11569
  name: 'opBNB Testnet',
11565
11570
  chain: 'opBNB',
11566
- rpc: [ 'https://opbnb-testnet-rpc.bnbchain.org' ],
11571
+ icon: 'bnbchain',
11572
+ rpc: [
11573
+ 'https://opbnb-testnet-rpc.bnbchain.org',
11574
+ 'https://opbnb-testnet.nodereal.io/v1/64a9df0874fb4a93b9d0a3849de012d3',
11575
+ 'wss://opbnb-testnet.nodereal.io/ws/v1/64a9df0874fb4a93b9d0a3849de012d3',
11576
+ 'https://opbnb-testnet.nodereal.io/v1/e9a36765eb8a40b9bd12e680a1fd2bc5',
11577
+ 'wss://opbnb-testnet.nodereal.io/ws/v1/e9a36765eb8a40b9bd12e680a1fd2bc5'
11578
+ ],
11567
11579
  faucets: [ 'https://testnet.bnbchain.org/faucet-smart' ],
11568
11580
  nativeCurrency: { name: 'BNB Chain Native Token', symbol: 'tBNB', decimals: 18 },
11569
11581
  infoURL: 'https://opbnb.bnbchain.org/en',
@@ -12021,7 +12033,7 @@ const chainArray = [
12021
12033
  icon: 'zetachain',
12022
12034
  rpc: [ 'https://rpc.ankr.com/zetachain_evm_athens_testnet' ],
12023
12035
  faucets: [ 'https://labs.zetachain.com/get-zeta' ],
12024
- nativeCurrency: { name: 'Zeta', symbol: 'aZETA', decimals: 18 },
12036
+ nativeCurrency: { name: 'Zeta', symbol: 'ZETA', decimals: 18 },
12025
12037
  infoURL: 'https://zetachain.com/docs',
12026
12038
  shortName: 'zetachain-athens',
12027
12039
  chainId: 7001,
@@ -13152,7 +13164,10 @@ const chainArray = [
13152
13164
  {
13153
13165
  name: 'Evmos Testnet',
13154
13166
  chain: 'Evmos',
13155
- rpc: [ 'https://eth.bd.evmos.dev:8545' ],
13167
+ rpc: [
13168
+ 'https://evmos-testnet.lava.build',
13169
+ 'https://eth.bd.evmos.dev:8545'
13170
+ ],
13156
13171
  faucets: [ 'https://faucet.evmos.dev' ],
13157
13172
  nativeCurrency: { name: 'test-Evmos', symbol: 'tEVMOS', decimals: 18 },
13158
13173
  infoURL: 'https://evmos.org',
@@ -13173,6 +13188,8 @@ const chainArray = [
13173
13188
  name: 'Evmos',
13174
13189
  chain: 'Evmos',
13175
13190
  rpc: [
13191
+ 'https://evmos.lava.build',
13192
+ 'wss://evmos.lava.build/websocket',
13176
13193
  'https://evmos-evm.publicnode.com',
13177
13194
  'wss://evmos-evm.publicnode.com'
13178
13195
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.262",
3
+ "version": "0.0.263",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {