eth-chainlist 0.0.581 → 0.0.582
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 +72 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.582 (2025-01-09)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.581 ([3429211](https://github.com/poowf/eth-chainlist/commit/3429211f2ab95bb47ca348d22d134e7cb0b8790a))
|
9
|
+
* update chain data ([0f54a69](https://github.com/poowf/eth-chainlist/commit/0f54a6993358db609fbb7c65b0a1c59bd1349bbb))
|
10
|
+
|
3
11
|
### 0.0.581 (2025-01-08)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -6726,6 +6726,18 @@ const chainArray = [
|
|
6726
6726
|
}
|
6727
6727
|
]
|
6728
6728
|
},
|
6729
|
+
{
|
6730
|
+
name: 'Standard Mainnet',
|
6731
|
+
chain: 'STND',
|
6732
|
+
rpc: [],
|
6733
|
+
faucets: [],
|
6734
|
+
nativeCurrency: { name: 'Standard', symbol: 'STND', decimals: 18 },
|
6735
|
+
infoURL: 'https://standardweb3.com',
|
6736
|
+
shortName: 'stnd',
|
6737
|
+
chainId: 486,
|
6738
|
+
networkId: 486,
|
6739
|
+
status: 'incubating'
|
6740
|
+
},
|
6729
6741
|
{
|
6730
6742
|
name: 'Rupaya',
|
6731
6743
|
chain: 'RUPX',
|
@@ -7694,6 +7706,37 @@ const chainArray = [
|
|
7694
7706
|
}
|
7695
7707
|
]
|
7696
7708
|
},
|
7709
|
+
{
|
7710
|
+
name: 'Janction',
|
7711
|
+
chain: 'Janction',
|
7712
|
+
rpc: [ 'https://rpc.janction.io', 'wss://rpc.janction.io' ],
|
7713
|
+
faucets: [],
|
7714
|
+
nativeCurrency: { name: 'Janction', symbol: 'JCT', decimals: 18 },
|
7715
|
+
infoURL: 'https://janction.io',
|
7716
|
+
shortName: 'janction',
|
7717
|
+
chainId: 678,
|
7718
|
+
networkId: 678,
|
7719
|
+
icon: 'janction',
|
7720
|
+
explorers: [],
|
7721
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [] }
|
7722
|
+
},
|
7723
|
+
{
|
7724
|
+
name: 'Janction Testnet',
|
7725
|
+
chain: 'Janction Testnet',
|
7726
|
+
rpc: [
|
7727
|
+
'https://rpc_testnet.janction.io',
|
7728
|
+
'wss://rpc_testnet.janction.io'
|
7729
|
+
],
|
7730
|
+
faucets: [],
|
7731
|
+
nativeCurrency: { name: 'Janction', symbol: 'JCT', decimals: 18 },
|
7732
|
+
infoURL: 'https://janction.io',
|
7733
|
+
shortName: 'janction_testnet',
|
7734
|
+
chainId: 679,
|
7735
|
+
networkId: 679,
|
7736
|
+
icon: 'janction',
|
7737
|
+
explorers: [],
|
7738
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [] }
|
7739
|
+
},
|
7697
7740
|
{
|
7698
7741
|
name: 'Karura Network',
|
7699
7742
|
chain: 'KAR',
|
@@ -13478,9 +13521,9 @@ const chainArray = [
|
|
13478
13521
|
]
|
13479
13522
|
},
|
13480
13523
|
{
|
13481
|
-
name: 'Minato',
|
13482
|
-
shortName: 'minato',
|
13483
|
-
title: 'Soneium
|
13524
|
+
name: 'Soneium Testnet Minato',
|
13525
|
+
shortName: 'soneium-minato',
|
13526
|
+
title: 'Soneium Testnet Minato',
|
13484
13527
|
chain: 'ETH',
|
13485
13528
|
icon: 'minato',
|
13486
13529
|
rpc: [ 'https://rpc.minato.soneium.org' ],
|
@@ -13492,7 +13535,7 @@ const chainArray = [
|
|
13492
13535
|
explorers: [
|
13493
13536
|
{
|
13494
13537
|
name: 'Blockscout Minato explorer',
|
13495
|
-
url: 'https://
|
13538
|
+
url: 'https://soneium-minato.blockscout.com',
|
13496
13539
|
standard: 'EIP3091'
|
13497
13540
|
}
|
13498
13541
|
],
|
@@ -15669,6 +15712,18 @@ const chainArray = [
|
|
15669
15712
|
}
|
15670
15713
|
]
|
15671
15714
|
},
|
15715
|
+
{
|
15716
|
+
name: 'Standard Testnet',
|
15717
|
+
chain: 'STND Testnet',
|
15718
|
+
rpc: [],
|
15719
|
+
faucets: [],
|
15720
|
+
nativeCurrency: { name: 'Standard', symbol: 'STND', decimals: 18 },
|
15721
|
+
infoURL: 'https://standardweb3.com',
|
15722
|
+
shortName: 'stndtestnet',
|
15723
|
+
chainId: 2426,
|
15724
|
+
networkId: 2426,
|
15725
|
+
status: 'incubating'
|
15726
|
+
},
|
15672
15727
|
{
|
15673
15728
|
name: 'Polygon zkEVM Cardona Testnet',
|
15674
15729
|
title: 'Polygon zkEVM Cardona Testnet',
|
@@ -20941,6 +20996,19 @@ const chainArray = [
|
|
20941
20996
|
networkId: 7077,
|
20942
20997
|
explorers: []
|
20943
20998
|
},
|
20999
|
+
{
|
21000
|
+
name: 'Bharat Blockchain Network',
|
21001
|
+
chain: 'BBNT',
|
21002
|
+
rpc: [ 'https://bbnrpc.testnet.bharatblockchain.io' ],
|
21003
|
+
faucets: [ 'https://www.bon.bharatblockchain.io/faucet' ],
|
21004
|
+
nativeCurrency: { name: 'BBNT', symbol: 'BBN', decimals: 18 },
|
21005
|
+
features: [],
|
21006
|
+
infoURL: 'https://bharatblockchain.io/',
|
21007
|
+
shortName: 'bbnt',
|
21008
|
+
chainId: 7099,
|
21009
|
+
networkId: 7099,
|
21010
|
+
explorers: []
|
21011
|
+
},
|
20944
21012
|
{
|
20945
21013
|
name: 'Nume',
|
20946
21014
|
title: 'Nume',
|