eth-chainlist 0.0.117 → 0.0.119
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 +73 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.119 (2023-04-05)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.118 ([ef1f738](https://github.com/poowf/eth-chainlist/commit/ef1f738fe5dcfd7ec78438263a2f3dd7902615b3))
|
9
|
+
* update chain data ([33ec15e](https://github.com/poowf/eth-chainlist/commit/33ec15e1ccce476d92003364c540fdc3a5d92cf0))
|
10
|
+
|
11
|
+
### 0.0.118 (2023-04-04)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.117 ([f561dbb](https://github.com/poowf/eth-chainlist/commit/f561dbb9d58aeb14767eabb6d8b2b6a2efbf1ebc))
|
17
|
+
* update chain data ([fcec3ce](https://github.com/poowf/eth-chainlist/commit/fcec3cecba0aa94dc08c1cbe644d67588051e949))
|
18
|
+
|
3
19
|
### 0.0.117 (2023-04-03)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -2670,6 +2670,24 @@ const chainArray = [
|
|
2670
2670
|
explorers: [],
|
2671
2671
|
status: 'incubating'
|
2672
2672
|
},
|
2673
|
+
{
|
2674
|
+
name: 'Neutrinos TestNet',
|
2675
|
+
chain: 'NEUTR',
|
2676
|
+
rpc: [ 'https://testnet-rpc.neutrinoschain.com' ],
|
2677
|
+
faucets: [ 'https://neutrinoschain.com/faucet' ],
|
2678
|
+
nativeCurrency: { name: 'Neutrinos', symbol: 'NEUTR', decimals: 18 },
|
2679
|
+
infoURL: 'https://docs.neutrinoschain.com',
|
2680
|
+
shortName: 'NEUTR',
|
2681
|
+
chainId: 197,
|
2682
|
+
networkId: 197,
|
2683
|
+
explorers: [
|
2684
|
+
{
|
2685
|
+
name: 'blockscout',
|
2686
|
+
url: 'https://testnet.neutrinoschain.com',
|
2687
|
+
standard: 'EIP3091'
|
2688
|
+
}
|
2689
|
+
]
|
2690
|
+
},
|
2673
2691
|
{
|
2674
2692
|
name: 'BitTorrent Chain Mainnet',
|
2675
2693
|
chain: 'BTTC',
|
@@ -4596,6 +4614,17 @@ const chainArray = [
|
|
4596
4614
|
explorers: [],
|
4597
4615
|
status: 'incubating'
|
4598
4616
|
},
|
4617
|
+
{
|
4618
|
+
name: 'DecentraBone Layer1 Testnet',
|
4619
|
+
chain: 'DBONE',
|
4620
|
+
rpc: [ 'https://layer1test.decentrabone.com' ],
|
4621
|
+
faucets: [],
|
4622
|
+
nativeCurrency: { name: 'DecentraBone', symbol: 'DBONE', decimals: 18 },
|
4623
|
+
infoURL: 'https://decentrabone.com',
|
4624
|
+
shortName: 'DBONE',
|
4625
|
+
chainId: 910,
|
4626
|
+
networkId: 910
|
4627
|
+
},
|
4599
4628
|
{
|
4600
4629
|
name: 'Rinia Testnet',
|
4601
4630
|
chain: 'FIRE',
|
@@ -5051,6 +5080,29 @@ const chainArray = [
|
|
5051
5080
|
}
|
5052
5081
|
]
|
5053
5082
|
},
|
5083
|
+
{
|
5084
|
+
name: 'ShimmerEVM Testnet',
|
5085
|
+
title: 'ShimmerEVM Testnet',
|
5086
|
+
chain: 'ShimmerEVM',
|
5087
|
+
icon: 'shimmerevm',
|
5088
|
+
rpc: [ 'https://json-rpc.evm.testnet.shimmer.network' ],
|
5089
|
+
faucets: [
|
5090
|
+
'https://evm-toolkit.evm.testnet.shimmer.network',
|
5091
|
+
'https://evm-faucet.testnet.shimmer.network'
|
5092
|
+
],
|
5093
|
+
nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals: 18 },
|
5094
|
+
infoURL: 'https://shimmer.network',
|
5095
|
+
shortName: 'shimmerevm-testnet',
|
5096
|
+
chainId: 1071,
|
5097
|
+
networkId: 1071,
|
5098
|
+
explorers: [
|
5099
|
+
{
|
5100
|
+
name: 'explorer',
|
5101
|
+
url: 'https://explorer.evm.testnet.shimmer.network',
|
5102
|
+
standard: 'EIP3091'
|
5103
|
+
}
|
5104
|
+
]
|
5105
|
+
},
|
5054
5106
|
{
|
5055
5107
|
name: 'Metis Andromeda Mainnet',
|
5056
5108
|
chain: 'ETH',
|
@@ -7299,10 +7351,12 @@ const chainArray = [
|
|
7299
7351
|
rpc: [ 'https://api.aqua.wemixkanvas.io' ],
|
7300
7352
|
faucets: [],
|
7301
7353
|
infoURL: 'https://wemixkanvas.io',
|
7354
|
+
icon: 'wemixkanvas',
|
7302
7355
|
explorers: [
|
7303
7356
|
{
|
7304
7357
|
name: 'blockscout',
|
7305
7358
|
url: 'https://blockscout.aqua.wemixkanvas.io',
|
7359
|
+
icon: 'wemixkanvas',
|
7306
7360
|
standard: 'EIP3091'
|
7307
7361
|
}
|
7308
7362
|
],
|
@@ -13524,6 +13578,25 @@ const chainArray = [
|
|
13524
13578
|
}
|
13525
13579
|
]
|
13526
13580
|
},
|
13581
|
+
{
|
13582
|
+
name: 'Taf ECO Chain Mainnet',
|
13583
|
+
chain: 'Taf ECO Chain',
|
13584
|
+
icon: 'taf',
|
13585
|
+
rpc: [ 'https://mainnet.tafchain.com/v1' ],
|
13586
|
+
faucets: [],
|
13587
|
+
nativeCurrency: { name: 'Taf ECO Chain Mainnet', symbol: 'TAFECO', decimals: 18 },
|
13588
|
+
infoURL: 'https://www.tafchain.com',
|
13589
|
+
shortName: 'TAFECO',
|
13590
|
+
chainId: 224168,
|
13591
|
+
networkId: 224168,
|
13592
|
+
explorers: [
|
13593
|
+
{
|
13594
|
+
name: 'Taf ECO Chain Mainnet',
|
13595
|
+
url: 'https://ecoscan.tafchain.com',
|
13596
|
+
standard: 'EIP3091'
|
13597
|
+
}
|
13598
|
+
]
|
13599
|
+
},
|
13527
13600
|
{
|
13528
13601
|
name: 'HashKey Chain Testnet',
|
13529
13602
|
chain: 'HashKey',
|