eth-chainlist 0.0.326 → 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 +16 -0
- package/data/chain.js +131 -15
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
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
|
+
|
11
|
+
### 0.0.327 (2024-01-27)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.326 ([efc0959](https://github.com/poowf/eth-chainlist/commit/efc09595c4a8f8678ca393de32b90cc72f15fd9a))
|
17
|
+
* update chain data ([c90a6df](https://github.com/poowf/eth-chainlist/commit/c90a6df68c2988934141379755a39bba81e4eddc))
|
18
|
+
|
3
19
|
### 0.0.326 (2024-01-26)
|
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
|
},
|
@@ -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',
|
@@ -16403,6 +16424,25 @@ const chainArray = [
|
|
16403
16424
|
}
|
16404
16425
|
]
|
16405
16426
|
},
|
16427
|
+
{
|
16428
|
+
name: 'Eclipse Subnet',
|
16429
|
+
chain: 'ECLIPSE',
|
16430
|
+
rpc: [ 'https://subnets.avax.network/eclipse/testnet/rpc' ],
|
16431
|
+
features: [ { name: 'EIP1559' } ],
|
16432
|
+
faucets: [],
|
16433
|
+
nativeCurrency: { name: 'Eclipse', symbol: 'ECLP', decimals: 16 },
|
16434
|
+
infoURL: 'http://eclipsenet.io',
|
16435
|
+
shortName: 'eclipse',
|
16436
|
+
chainId: 17172,
|
16437
|
+
networkId: 17172,
|
16438
|
+
explorers: [
|
16439
|
+
{
|
16440
|
+
name: 'ECLIPSE Explorer',
|
16441
|
+
url: 'https://subnets-test.avax.network/eclipse',
|
16442
|
+
standard: 'EIP3091'
|
16443
|
+
}
|
16444
|
+
]
|
16445
|
+
},
|
16406
16446
|
{
|
16407
16447
|
name: 'Palette Chain Testnet',
|
16408
16448
|
chain: 'PLT',
|
@@ -16575,6 +16615,18 @@ const chainArray = [
|
|
16575
16615
|
],
|
16576
16616
|
parent: { type: 'L2', chain: 'eip155-248' }
|
16577
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
|
+
},
|
16578
16630
|
{
|
16579
16631
|
name: 'BTCIX Network',
|
16580
16632
|
chain: 'BTCIX',
|
@@ -19389,6 +19441,29 @@ const chainArray = [
|
|
19389
19441
|
}
|
19390
19442
|
]
|
19391
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
|
+
},
|
19392
19467
|
{
|
19393
19468
|
name: 'Nordek Mainnet',
|
19394
19469
|
chain: 'Nordek',
|
@@ -22285,12 +22360,12 @@ const chainArray = [
|
|
22285
22360
|
infoURL: 'https://docs.astria.org',
|
22286
22361
|
shortName: 'ria-dev',
|
22287
22362
|
nativeCurrency: { name: 'RIA', symbol: 'RIA', decimals: 18 },
|
22288
|
-
rpc: [ 'https://rpc.evm.dusk-
|
22289
|
-
faucets: [ 'https://faucet.evm.dusk-
|
22363
|
+
rpc: [ 'https://rpc.evm.dusk-3.devnet.astria.org' ],
|
22364
|
+
faucets: [ 'https://faucet.evm.dusk-3.devnet.astria.org/' ],
|
22290
22365
|
explorers: [
|
22291
22366
|
{
|
22292
22367
|
name: 'Astria EVM Dusknet Explorer',
|
22293
|
-
url: 'https://explorer.evm.dusk-
|
22368
|
+
url: 'https://explorer.evm.dusk-3.devnet.astria.org',
|
22294
22369
|
standard: 'EIP3091'
|
22295
22370
|
}
|
22296
22371
|
]
|
@@ -22352,6 +22427,26 @@ const chainArray = [
|
|
22352
22427
|
}
|
22353
22428
|
]
|
22354
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
|
+
},
|
22355
22450
|
{
|
22356
22451
|
name: 'Eluvio Content Fabric',
|
22357
22452
|
chain: 'Eluvio',
|
@@ -23616,6 +23711,27 @@ const chainArray = [
|
|
23616
23711
|
networkId: 99415706,
|
23617
23712
|
slip44: 1
|
23618
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
|
+
},
|
23619
23735
|
{
|
23620
23736
|
name: 'Gather Mainnet Network',
|
23621
23737
|
chain: 'GTH',
|