eth-chainlist 0.0.270 → 0.0.271
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 +8 -0
- package/data/chain.js +40 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.271 (2023-10-31)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.270 ([10b60f8](https://github.com/poowf/eth-chainlist/commit/10b60f8890e6a1602c263aebb33366880e0350b6))
|
9
|
+
* update chain data ([8af4c04](https://github.com/poowf/eth-chainlist/commit/8af4c04be930b8e821496ddb85bf8e7cd79893bb))
|
10
|
+
|
3
11
|
### 0.0.270 (2023-10-30)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -3263,10 +3263,29 @@ const chainArray = [
|
|
3263
3263
|
}
|
3264
3264
|
]
|
3265
3265
|
},
|
3266
|
+
{
|
3267
|
+
name: 'VinuChain Testnet',
|
3268
|
+
chain: 'VinuChain Testnet',
|
3269
|
+
rpc: [ 'https://vinufoundation-rpc.com' ],
|
3270
|
+
faucets: [],
|
3271
|
+
nativeCurrency: { name: 'VinuChain', symbol: 'VС', decimals: 18 },
|
3272
|
+
infoURL: 'https://vitainu.org',
|
3273
|
+
shortName: 'VCTEST',
|
3274
|
+
chainId: 206,
|
3275
|
+
networkId: 206,
|
3276
|
+
icon: 'vitainu-testnet',
|
3277
|
+
explorers: [
|
3278
|
+
{
|
3279
|
+
name: 'VinuScan Testnet',
|
3280
|
+
url: 'https://testnet.vinuscan.com',
|
3281
|
+
icon: 'vinuscan-testnet',
|
3282
|
+
standard: 'none'
|
3283
|
+
}
|
3284
|
+
]
|
3285
|
+
},
|
3266
3286
|
{
|
3267
3287
|
name: 'VinuChain Network',
|
3268
3288
|
chain: 'VinuChain',
|
3269
|
-
icon: 'vitainu',
|
3270
3289
|
rpc: [ 'https://vinuchain-rpc.com' ],
|
3271
3290
|
faucets: [],
|
3272
3291
|
nativeCurrency: { name: 'VinuChain', symbol: 'VС', decimals: 18 },
|
@@ -3274,6 +3293,7 @@ const chainArray = [
|
|
3274
3293
|
shortName: 'VC',
|
3275
3294
|
chainId: 207,
|
3276
3295
|
networkId: 207,
|
3296
|
+
icon: 'vitainu',
|
3277
3297
|
explorers: [
|
3278
3298
|
{
|
3279
3299
|
name: 'VinuScan',
|
@@ -20857,6 +20877,25 @@ const chainArray = [
|
|
20857
20877
|
}
|
20858
20878
|
]
|
20859
20879
|
},
|
20880
|
+
{
|
20881
|
+
name: 'Frame Testnet',
|
20882
|
+
chain: 'ETH',
|
20883
|
+
rpc: [ 'https://rpc.testnet.frame.xyz/http' ],
|
20884
|
+
faucets: [ 'https://faucet.triangleplatform.com/frame/testnet' ],
|
20885
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
20886
|
+
icon: 'frameTestnet',
|
20887
|
+
infoURL: 'https://www.frame.xyz/',
|
20888
|
+
shortName: 'frametest',
|
20889
|
+
chainId: 68840142,
|
20890
|
+
networkId: 68840142,
|
20891
|
+
explorers: [
|
20892
|
+
{
|
20893
|
+
name: 'Frame Testnet Explorer',
|
20894
|
+
url: 'https://explorer.testnet.frame.xyz',
|
20895
|
+
standard: 'EIP3091'
|
20896
|
+
}
|
20897
|
+
]
|
20898
|
+
},
|
20860
20899
|
{
|
20861
20900
|
name: 'T.E.A.M Blockchain',
|
20862
20901
|
chain: 'TEAM',
|