eth-chainlist 0.0.327 → 0.0.328
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 +109 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.328 (2024-01-28)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.327 ([e6379b1](https://github.com/poowf/eth-chainlist/commit/e6379b1b4283e7fa0339f45c073f35f71babb401))
|
9
|
+
* update chain data ([983f197](https://github.com/poowf/eth-chainlist/commit/983f19775cd18583f3219a470f2e547601844883))
|
10
|
+
|
3
11
|
### 0.0.327 (2024-01-27)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -2613,22 +2613,23 @@ const chainArray = [
|
|
2613
2613
|
]
|
2614
2614
|
},
|
2615
2615
|
{
|
2616
|
-
name: '
|
2617
|
-
chain: '
|
2618
|
-
rpc: [ 'https://
|
2619
|
-
faucets: [
|
2620
|
-
nativeCurrency: { name: '
|
2621
|
-
features: [
|
2622
|
-
infoURL: 'https://
|
2623
|
-
shortName: '
|
2616
|
+
name: 'Innovator Chain',
|
2617
|
+
chain: 'INNOVATOR',
|
2618
|
+
rpc: [ 'https://rpc.innovatorchain.com' ],
|
2619
|
+
faucets: [],
|
2620
|
+
nativeCurrency: { name: 'INOV8', symbol: 'INOV8', decimals: 18 },
|
2621
|
+
features: [],
|
2622
|
+
infoURL: 'https://innovatorchain.com',
|
2623
|
+
shortName: 'Innovator',
|
2624
2624
|
chainId: 129,
|
2625
2625
|
networkId: 129,
|
2626
|
-
|
2626
|
+
icon: 'innovator',
|
2627
2627
|
explorers: [
|
2628
2628
|
{
|
2629
|
-
name: '
|
2630
|
-
url: 'https://
|
2631
|
-
|
2629
|
+
name: 'Innovator Explorer',
|
2630
|
+
url: 'https://evm.innovatorchain.com',
|
2631
|
+
icon: 'blockscout',
|
2632
|
+
standard: 'none'
|
2632
2633
|
}
|
2633
2634
|
]
|
2634
2635
|
},
|
@@ -14748,6 +14749,26 @@ const chainArray = [
|
|
14748
14749
|
}
|
14749
14750
|
]
|
14750
14751
|
},
|
14752
|
+
{
|
14753
|
+
name: 'Nexa Block',
|
14754
|
+
chain: 'Nexa',
|
14755
|
+
rpc: [ 'https://rpc-testnet-nodes.nexablockscan.io' ],
|
14756
|
+
faucets: [ 'https://nexablockscan.io/faucet' ],
|
14757
|
+
nativeCurrency: { name: 'Nexa Token', symbol: 'NEXB', decimals: 18 },
|
14758
|
+
infoURL: 'https://www.nexablock.io/',
|
14759
|
+
shortName: 'Nexa',
|
14760
|
+
chainId: 9024,
|
14761
|
+
networkId: 9024,
|
14762
|
+
icon: 'nexaChain',
|
14763
|
+
explorers: [
|
14764
|
+
{
|
14765
|
+
name: 'Nexablock Explorer',
|
14766
|
+
url: 'https://nexablockscan.io',
|
14767
|
+
standard: 'none',
|
14768
|
+
icon: 'nexaChain'
|
14769
|
+
}
|
14770
|
+
]
|
14771
|
+
},
|
14751
14772
|
{
|
14752
14773
|
name: 'Genesis Coin',
|
14753
14774
|
chain: 'Genesis',
|
@@ -16594,6 +16615,18 @@ const chainArray = [
|
|
16594
16615
|
],
|
16595
16616
|
parent: { type: 'L2', chain: 'eip155-248' }
|
16596
16617
|
},
|
16618
|
+
{
|
16619
|
+
name: 'Magnet Network',
|
16620
|
+
chain: 'Magnet',
|
16621
|
+
rpc: [ 'https://magnet-rpc.magport.io/' ],
|
16622
|
+
faucets: [],
|
16623
|
+
nativeCurrency: { name: 'Magnet Network', symbol: 'DOT', decimals: 18 },
|
16624
|
+
infoURL: 'https://magnet.magport.io/',
|
16625
|
+
shortName: 'mgt',
|
16626
|
+
chainId: 19527,
|
16627
|
+
networkId: 19527,
|
16628
|
+
explorers: []
|
16629
|
+
},
|
16597
16630
|
{
|
16598
16631
|
name: 'BTCIX Network',
|
16599
16632
|
chain: 'BTCIX',
|
@@ -19408,6 +19441,29 @@ const chainArray = [
|
|
19408
19441
|
}
|
19409
19442
|
]
|
19410
19443
|
},
|
19444
|
+
{
|
19445
|
+
name: 'Berachain Artio',
|
19446
|
+
chain: 'Berachain Artio',
|
19447
|
+
rpc: [
|
19448
|
+
'https://artio.rpc.berachain.com',
|
19449
|
+
'https://rpc.ankr.com/berachain_testnet'
|
19450
|
+
],
|
19451
|
+
faucets: [ 'https://artio.faucet.berachain.com' ],
|
19452
|
+
nativeCurrency: { name: 'BERA Token', symbol: 'BERA', decimals: 18 },
|
19453
|
+
infoURL: 'https://www.berachain.com',
|
19454
|
+
shortName: 'berachainArtio',
|
19455
|
+
chainId: 80085,
|
19456
|
+
networkId: 80085,
|
19457
|
+
icon: 'berachain',
|
19458
|
+
explorers: [
|
19459
|
+
{
|
19460
|
+
name: 'Beratrail',
|
19461
|
+
url: 'https://artio.beratrail.io',
|
19462
|
+
icon: 'berachain',
|
19463
|
+
standard: 'none'
|
19464
|
+
}
|
19465
|
+
]
|
19466
|
+
},
|
19411
19467
|
{
|
19412
19468
|
name: 'Nordek Mainnet',
|
19413
19469
|
chain: 'Nordek',
|
@@ -22371,6 +22427,26 @@ const chainArray = [
|
|
22371
22427
|
}
|
22372
22428
|
]
|
22373
22429
|
},
|
22430
|
+
{
|
22431
|
+
name: 'Jono12 Subnet',
|
22432
|
+
chain: 'JONO12',
|
22433
|
+
icon: 'jono12',
|
22434
|
+
rpc: [ 'https://subnets.avax.network/jono12/testnet/rpc' ],
|
22435
|
+
features: [ { name: 'EIP1559' } ],
|
22436
|
+
faucets: [],
|
22437
|
+
nativeCurrency: { name: 'Jono12 Token', symbol: 'JONO', decimals: 18 },
|
22438
|
+
infoURL: '',
|
22439
|
+
shortName: 'jono12',
|
22440
|
+
chainId: 955081,
|
22441
|
+
networkId: 955081,
|
22442
|
+
explorers: [
|
22443
|
+
{
|
22444
|
+
name: 'JONO12 Explorer',
|
22445
|
+
url: 'https://subnets-test.avax.network/jono12',
|
22446
|
+
standard: 'EIP3091'
|
22447
|
+
}
|
22448
|
+
]
|
22449
|
+
},
|
22374
22450
|
{
|
22375
22451
|
name: 'Eluvio Content Fabric',
|
22376
22452
|
chain: 'Eluvio',
|
@@ -23635,6 +23711,27 @@ const chainArray = [
|
|
23635
23711
|
networkId: 99415706,
|
23636
23712
|
slip44: 1
|
23637
23713
|
},
|
23714
|
+
{
|
23715
|
+
name: 'Blast Sepolia Testnet',
|
23716
|
+
chain: 'ETH',
|
23717
|
+
rpc: [ 'https://sepolia.blast.io' ],
|
23718
|
+
faucets: [ 'https://faucet.quicknode.com/blast/sepolia' ],
|
23719
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
23720
|
+
infoURL: 'https://blast.io/',
|
23721
|
+
shortName: 'blastsepolia',
|
23722
|
+
chainId: 168587773,
|
23723
|
+
networkId: 168587773,
|
23724
|
+
icon: 'blast',
|
23725
|
+
explorers: [
|
23726
|
+
{
|
23727
|
+
name: 'Blast Sepolia Explorer',
|
23728
|
+
url: 'https://testnet.blastscan.io',
|
23729
|
+
icon: 'blast',
|
23730
|
+
standard: 'EIP3091'
|
23731
|
+
}
|
23732
|
+
],
|
23733
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
23734
|
+
},
|
23638
23735
|
{
|
23639
23736
|
name: 'Gather Mainnet Network',
|
23640
23737
|
chain: 'GTH',
|