eth-chainlist 0.0.262 → 0.0.264
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 +16 -0
- package/data/chain.js +45 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.264 (2023-10-21)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.263 ([972d045](https://github.com/poowf/eth-chainlist/commit/972d04578d289eea38cb7e843798db2882a32617))
|
9
|
+
* update chain data ([5688a63](https://github.com/poowf/eth-chainlist/commit/5688a63b10551f10341a9b3c70b0709d72a13686))
|
10
|
+
|
11
|
+
### 0.0.263 (2023-10-20)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.262 ([0cbdf16](https://github.com/poowf/eth-chainlist/commit/0cbdf16ce43cbfc0cf0748fe5b6892bac2bfd511))
|
17
|
+
* update chain data ([ec37125](https://github.com/poowf/eth-chainlist/commit/ec3712591127a1165e98416d44b677f36cc5f3c7))
|
18
|
+
|
3
19
|
### 0.0.262 (2023-10-19)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -12,7 +12,9 @@ const chainArray = [
|
|
12
12
|
'wss://ethereum.publicnode.com',
|
13
13
|
'https://mainnet.gateway.tenderly.co',
|
14
14
|
'wss://mainnet.gateway.tenderly.co',
|
15
|
-
'https://rpc.blocknative.com/boost'
|
15
|
+
'https://rpc.blocknative.com/boost',
|
16
|
+
'https://rpc.flashbots.net',
|
17
|
+
'https://rpc.flashbots.net/fast'
|
16
18
|
],
|
17
19
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
18
20
|
faucets: [],
|
@@ -3223,9 +3225,14 @@ const chainArray = [
|
|
3223
3225
|
},
|
3224
3226
|
{
|
3225
3227
|
name: 'opBNB Mainnet',
|
3228
|
+
icon: 'bnbchain',
|
3226
3229
|
chain: 'opBNB',
|
3227
3230
|
rpc: [
|
3228
3231
|
'https://opbnb-mainnet-rpc.bnbchain.org',
|
3232
|
+
'https://opbnb-mainnet.nodereal.io/v1/64a9df0874fb4a93b9d0a3849de012d3',
|
3233
|
+
'wss://opbnb-mainnet.nodereal.io/ws/v1/64a9df0874fb4a93b9d0a3849de012d3',
|
3234
|
+
'https://opbnb-mainnet.nodereal.io/v1/e9a36765eb8a40b9bd12e680a1fd2bc5',
|
3235
|
+
'wss://opbnb-mainnet.nodereal.io/ws/v1/e9a36765eb8a40b9bd12e680a1fd2bc5',
|
3229
3236
|
'https://opbnb.publicnode.com',
|
3230
3237
|
'wss://opbnb.publicnode.com'
|
3231
3238
|
],
|
@@ -3244,6 +3251,26 @@ const chainArray = [
|
|
3244
3251
|
}
|
3245
3252
|
]
|
3246
3253
|
},
|
3254
|
+
{
|
3255
|
+
name: 'VinuChain Network',
|
3256
|
+
chain: 'VinuChain',
|
3257
|
+
icon: 'vitainu',
|
3258
|
+
rpc: [ 'https://vinuchain-rpc.com' ],
|
3259
|
+
faucets: [],
|
3260
|
+
nativeCurrency: { name: 'VinuChain', symbol: 'VС', decimals: 18 },
|
3261
|
+
infoURL: 'https://vitainu.org',
|
3262
|
+
shortName: 'VC',
|
3263
|
+
chainId: 207,
|
3264
|
+
networkId: 207,
|
3265
|
+
explorers: [
|
3266
|
+
{
|
3267
|
+
name: 'VinuScan',
|
3268
|
+
url: 'https://vinuscan.com',
|
3269
|
+
icon: 'vinuscan',
|
3270
|
+
standard: 'none'
|
3271
|
+
}
|
3272
|
+
]
|
3273
|
+
},
|
3247
3274
|
{
|
3248
3275
|
name: 'Structx Mainnet',
|
3249
3276
|
chain: 'utx',
|
@@ -10121,7 +10148,7 @@ const chainArray = [
|
|
10121
10148
|
},
|
10122
10149
|
{
|
10123
10150
|
name: 'Bifrost Mainnet',
|
10124
|
-
title: '
|
10151
|
+
title: 'Bifrost Network Mainnet',
|
10125
10152
|
chain: 'BFC',
|
10126
10153
|
rpc: [
|
10127
10154
|
'https://public-01.mainnet.thebifrost.io/rpc',
|
@@ -11563,7 +11590,14 @@ const chainArray = [
|
|
11563
11590
|
{
|
11564
11591
|
name: 'opBNB Testnet',
|
11565
11592
|
chain: 'opBNB',
|
11566
|
-
|
11593
|
+
icon: 'bnbchain',
|
11594
|
+
rpc: [
|
11595
|
+
'https://opbnb-testnet-rpc.bnbchain.org',
|
11596
|
+
'https://opbnb-testnet.nodereal.io/v1/64a9df0874fb4a93b9d0a3849de012d3',
|
11597
|
+
'wss://opbnb-testnet.nodereal.io/ws/v1/64a9df0874fb4a93b9d0a3849de012d3',
|
11598
|
+
'https://opbnb-testnet.nodereal.io/v1/e9a36765eb8a40b9bd12e680a1fd2bc5',
|
11599
|
+
'wss://opbnb-testnet.nodereal.io/ws/v1/e9a36765eb8a40b9bd12e680a1fd2bc5'
|
11600
|
+
],
|
11567
11601
|
faucets: [ 'https://testnet.bnbchain.org/faucet-smart' ],
|
11568
11602
|
nativeCurrency: { name: 'BNB Chain Native Token', symbol: 'tBNB', decimals: 18 },
|
11569
11603
|
infoURL: 'https://opbnb.bnbchain.org/en',
|
@@ -12021,7 +12055,7 @@ const chainArray = [
|
|
12021
12055
|
icon: 'zetachain',
|
12022
12056
|
rpc: [ 'https://rpc.ankr.com/zetachain_evm_athens_testnet' ],
|
12023
12057
|
faucets: [ 'https://labs.zetachain.com/get-zeta' ],
|
12024
|
-
nativeCurrency: { name: 'Zeta', symbol: '
|
12058
|
+
nativeCurrency: { name: 'Zeta', symbol: 'ZETA', decimals: 18 },
|
12025
12059
|
infoURL: 'https://zetachain.com/docs',
|
12026
12060
|
shortName: 'zetachain-athens',
|
12027
12061
|
chainId: 7001,
|
@@ -13152,7 +13186,10 @@ const chainArray = [
|
|
13152
13186
|
{
|
13153
13187
|
name: 'Evmos Testnet',
|
13154
13188
|
chain: 'Evmos',
|
13155
|
-
rpc: [
|
13189
|
+
rpc: [
|
13190
|
+
'https://evmos-testnet.lava.build',
|
13191
|
+
'https://eth.bd.evmos.dev:8545'
|
13192
|
+
],
|
13156
13193
|
faucets: [ 'https://faucet.evmos.dev' ],
|
13157
13194
|
nativeCurrency: { name: 'test-Evmos', symbol: 'tEVMOS', decimals: 18 },
|
13158
13195
|
infoURL: 'https://evmos.org',
|
@@ -13173,6 +13210,8 @@ const chainArray = [
|
|
13173
13210
|
name: 'Evmos',
|
13174
13211
|
chain: 'Evmos',
|
13175
13212
|
rpc: [
|
13213
|
+
'https://evmos.lava.build',
|
13214
|
+
'wss://evmos.lava.build/websocket',
|
13176
13215
|
'https://evmos-evm.publicnode.com',
|
13177
13216
|
'wss://evmos-evm.publicnode.com'
|
13178
13217
|
],
|
@@ -16081,7 +16120,7 @@ const chainArray = [
|
|
16081
16120
|
},
|
16082
16121
|
{
|
16083
16122
|
name: 'Bifrost Testnet',
|
16084
|
-
title: '
|
16123
|
+
title: 'Bifrost Network Testnet',
|
16085
16124
|
chain: 'BFC',
|
16086
16125
|
rpc: [
|
16087
16126
|
'https://public-01.testnet.thebifrost.io/rpc',
|