eth-chainlist 0.0.327 → 0.0.329
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 +117 -15
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.329 (2024-01-29)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.328 ([4fd4f2a](https://github.com/poowf/eth-chainlist/commit/4fd4f2aca0c681320933b4f4dbd710961c053d9b))
|
9
|
+
* update chain data ([db97be7](https://github.com/poowf/eth-chainlist/commit/db97be7569c58f881d108689b08a2d4cdb046e5a))
|
10
|
+
|
11
|
+
### 0.0.328 (2024-01-28)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.327 ([e6379b1](https://github.com/poowf/eth-chainlist/commit/e6379b1b4283e7fa0339f45c073f35f71babb401))
|
17
|
+
* update chain data ([983f197](https://github.com/poowf/eth-chainlist/commit/983f19775cd18583f3219a470f2e547601844883))
|
18
|
+
|
3
19
|
### 0.0.327 (2024-01-27)
|
4
20
|
|
5
21
|
|
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
|
},
|
@@ -11550,18 +11551,23 @@ const chainArray = [
|
|
11550
11551
|
{
|
11551
11552
|
name: 'AlveyChain Mainnet',
|
11552
11553
|
chain: 'ALV',
|
11553
|
-
|
11554
|
-
|
11554
|
+
rpc: [
|
11555
|
+
'https://elves-core1.alvey.io',
|
11556
|
+
'https://elves-core2.alvey.io',
|
11557
|
+
'https://elves-core3.alvey.io'
|
11558
|
+
],
|
11555
11559
|
faucets: [],
|
11556
11560
|
nativeCurrency: { name: 'AlveyCoin', symbol: 'ALV', decimals: 18 },
|
11557
|
-
infoURL: 'https://
|
11561
|
+
infoURL: 'https://alveychain.com/',
|
11558
11562
|
shortName: 'alv',
|
11559
11563
|
chainId: 3797,
|
11560
11564
|
networkId: 3797,
|
11565
|
+
icon: 'alveychain',
|
11561
11566
|
explorers: [
|
11562
11567
|
{
|
11563
11568
|
name: 'AlveyScan',
|
11564
11569
|
url: 'https://alveyscan.com',
|
11570
|
+
icon: 'alveychain',
|
11565
11571
|
standard: 'EIP3091'
|
11566
11572
|
}
|
11567
11573
|
]
|
@@ -14748,6 +14754,26 @@ const chainArray = [
|
|
14748
14754
|
}
|
14749
14755
|
]
|
14750
14756
|
},
|
14757
|
+
{
|
14758
|
+
name: 'Nexa Block',
|
14759
|
+
chain: 'Nexa',
|
14760
|
+
rpc: [ 'https://rpc-testnet-nodes.nexablockscan.io' ],
|
14761
|
+
faucets: [ 'https://nexablockscan.io/faucet' ],
|
14762
|
+
nativeCurrency: { name: 'Nexa Token', symbol: 'NEXB', decimals: 18 },
|
14763
|
+
infoURL: 'https://www.nexablock.io/',
|
14764
|
+
shortName: 'Nexa',
|
14765
|
+
chainId: 9024,
|
14766
|
+
networkId: 9024,
|
14767
|
+
icon: 'nexaChain',
|
14768
|
+
explorers: [
|
14769
|
+
{
|
14770
|
+
name: 'Nexablock Explorer',
|
14771
|
+
url: 'https://nexablockscan.io',
|
14772
|
+
standard: 'none',
|
14773
|
+
icon: 'nexaChain'
|
14774
|
+
}
|
14775
|
+
]
|
14776
|
+
},
|
14751
14777
|
{
|
14752
14778
|
name: 'Genesis Coin',
|
14753
14779
|
chain: 'Genesis',
|
@@ -16594,6 +16620,18 @@ const chainArray = [
|
|
16594
16620
|
],
|
16595
16621
|
parent: { type: 'L2', chain: 'eip155-248' }
|
16596
16622
|
},
|
16623
|
+
{
|
16624
|
+
name: 'Magnet Network',
|
16625
|
+
chain: 'Magnet',
|
16626
|
+
rpc: [ 'https://magnet-rpc.magport.io/' ],
|
16627
|
+
faucets: [],
|
16628
|
+
nativeCurrency: { name: 'Magnet Network', symbol: 'DOT', decimals: 18 },
|
16629
|
+
infoURL: 'https://magnet.magport.io/',
|
16630
|
+
shortName: 'mgt',
|
16631
|
+
chainId: 19527,
|
16632
|
+
networkId: 19527,
|
16633
|
+
explorers: []
|
16634
|
+
},
|
16597
16635
|
{
|
16598
16636
|
name: 'BTCIX Network',
|
16599
16637
|
chain: 'BTCIX',
|
@@ -19408,6 +19446,29 @@ const chainArray = [
|
|
19408
19446
|
}
|
19409
19447
|
]
|
19410
19448
|
},
|
19449
|
+
{
|
19450
|
+
name: 'Berachain Artio',
|
19451
|
+
chain: 'Berachain Artio',
|
19452
|
+
rpc: [
|
19453
|
+
'https://artio.rpc.berachain.com',
|
19454
|
+
'https://rpc.ankr.com/berachain_testnet'
|
19455
|
+
],
|
19456
|
+
faucets: [ 'https://artio.faucet.berachain.com' ],
|
19457
|
+
nativeCurrency: { name: 'BERA Token', symbol: 'BERA', decimals: 18 },
|
19458
|
+
infoURL: 'https://www.berachain.com',
|
19459
|
+
shortName: 'berachainArtio',
|
19460
|
+
chainId: 80085,
|
19461
|
+
networkId: 80085,
|
19462
|
+
icon: 'berachain',
|
19463
|
+
explorers: [
|
19464
|
+
{
|
19465
|
+
name: 'Beratrail',
|
19466
|
+
url: 'https://artio.beratrail.io',
|
19467
|
+
icon: 'berachain',
|
19468
|
+
standard: 'none'
|
19469
|
+
}
|
19470
|
+
]
|
19471
|
+
},
|
19411
19472
|
{
|
19412
19473
|
name: 'Nordek Mainnet',
|
19413
19474
|
chain: 'Nordek',
|
@@ -22371,6 +22432,26 @@ const chainArray = [
|
|
22371
22432
|
}
|
22372
22433
|
]
|
22373
22434
|
},
|
22435
|
+
{
|
22436
|
+
name: 'Jono12 Subnet',
|
22437
|
+
chain: 'JONO12',
|
22438
|
+
icon: 'jono12',
|
22439
|
+
rpc: [ 'https://subnets.avax.network/jono12/testnet/rpc' ],
|
22440
|
+
features: [ { name: 'EIP1559' } ],
|
22441
|
+
faucets: [],
|
22442
|
+
nativeCurrency: { name: 'Jono12 Token', symbol: 'JONO', decimals: 18 },
|
22443
|
+
infoURL: '',
|
22444
|
+
shortName: 'jono12',
|
22445
|
+
chainId: 955081,
|
22446
|
+
networkId: 955081,
|
22447
|
+
explorers: [
|
22448
|
+
{
|
22449
|
+
name: 'JONO12 Explorer',
|
22450
|
+
url: 'https://subnets-test.avax.network/jono12',
|
22451
|
+
standard: 'EIP3091'
|
22452
|
+
}
|
22453
|
+
]
|
22454
|
+
},
|
22374
22455
|
{
|
22375
22456
|
name: 'Eluvio Content Fabric',
|
22376
22457
|
chain: 'Eluvio',
|
@@ -23635,6 +23716,27 @@ const chainArray = [
|
|
23635
23716
|
networkId: 99415706,
|
23636
23717
|
slip44: 1
|
23637
23718
|
},
|
23719
|
+
{
|
23720
|
+
name: 'Blast Sepolia Testnet',
|
23721
|
+
chain: 'ETH',
|
23722
|
+
rpc: [ 'https://sepolia.blast.io' ],
|
23723
|
+
faucets: [ 'https://faucet.quicknode.com/blast/sepolia' ],
|
23724
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
23725
|
+
infoURL: 'https://blast.io/',
|
23726
|
+
shortName: 'blastsepolia',
|
23727
|
+
chainId: 168587773,
|
23728
|
+
networkId: 168587773,
|
23729
|
+
icon: 'blast',
|
23730
|
+
explorers: [
|
23731
|
+
{
|
23732
|
+
name: 'Blast Sepolia Explorer',
|
23733
|
+
url: 'https://testnet.blastscan.io',
|
23734
|
+
icon: 'blast',
|
23735
|
+
standard: 'EIP3091'
|
23736
|
+
}
|
23737
|
+
],
|
23738
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
23739
|
+
},
|
23638
23740
|
{
|
23639
23741
|
name: 'Gather Mainnet Network',
|
23640
23742
|
chain: 'GTH',
|