eth-chainlist 0.0.580 → 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 +16 -0
- package/data/chain.js +205 -18
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
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
|
+
|
11
|
+
### 0.0.581 (2025-01-08)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.580 ([fa1b467](https://github.com/poowf/eth-chainlist/commit/fa1b467575b18c5ed24d4167576b92415817ea25))
|
17
|
+
* update chain data ([7403db0](https://github.com/poowf/eth-chainlist/commit/7403db068e14af015ae1beb8b21fec91a090f79f))
|
18
|
+
|
3
19
|
### 0.0.580 (2025-01-07)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -320,7 +320,7 @@ const chainArray = [
|
|
320
320
|
'https://rpc.ankr.com/flare',
|
321
321
|
'https://01-gravelines-003-01.rpc.tatum.io/ext/bc/C/rpc',
|
322
322
|
'https://01-vinthill-003-02.rpc.tatum.io/ext/bc/C/rpc',
|
323
|
-
'https://rpc.
|
323
|
+
'https://rpc.au.cc/flare',
|
324
324
|
'https://flare.enosys.global/ext/C/rpc',
|
325
325
|
'https://flare.solidifi.app/ext/C/rpc'
|
326
326
|
],
|
@@ -435,7 +435,7 @@ const chainArray = [
|
|
435
435
|
'https://01-gravelines-006-01.rpc.tatum.io/ext/bc/C/rpc',
|
436
436
|
'https://01-vinthill-006-02.rpc.tatum.io/ext/bc/C/rpc',
|
437
437
|
'https://02-tokyo-006-03.rpc.tatum.io/ext/bc/C/rpc',
|
438
|
-
'https://rpc.
|
438
|
+
'https://rpc.au.cc/songbird',
|
439
439
|
'https://songbird.enosys.global/ext/C/rpc',
|
440
440
|
'https://songbird.solidifi.app/ext/C/rpc'
|
441
441
|
],
|
@@ -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',
|
@@ -6881,14 +6893,17 @@ const chainArray = [
|
|
6881
6893
|
{
|
6882
6894
|
name: 'Firechain Mainnet',
|
6883
6895
|
chain: 'FIRE',
|
6884
|
-
|
6885
|
-
|
6896
|
+
rpc: [
|
6897
|
+
'https://rpc-mainnet.thefirechain.com',
|
6898
|
+
'https://rpc-mainnet.firestation.io'
|
6899
|
+
],
|
6886
6900
|
faucets: [],
|
6887
6901
|
nativeCurrency: { name: 'Firechain', symbol: 'FIRE', decimals: 18 },
|
6888
6902
|
infoURL: 'https://thefirechain.com',
|
6889
6903
|
shortName: 'fire',
|
6890
6904
|
chainId: 529,
|
6891
6905
|
networkId: 529,
|
6906
|
+
icon: 'firechain',
|
6892
6907
|
explorers: [],
|
6893
6908
|
status: 'incubating'
|
6894
6909
|
},
|
@@ -7447,6 +7462,24 @@ const chainArray = [
|
|
7447
7462
|
}
|
7448
7463
|
]
|
7449
7464
|
},
|
7465
|
+
{
|
7466
|
+
name: 'NFB Chain',
|
7467
|
+
chain: 'NFB Chain',
|
7468
|
+
rpc: [ 'https://node.nfbchain.com' ],
|
7469
|
+
faucets: [],
|
7470
|
+
nativeCurrency: { name: 'NFBCoin', symbol: 'NFBC', decimals: 18 },
|
7471
|
+
infoURL: 'https://nfbchain.com/',
|
7472
|
+
shortName: 'nfbchain',
|
7473
|
+
chainId: 632,
|
7474
|
+
networkId: 632,
|
7475
|
+
explorers: [
|
7476
|
+
{
|
7477
|
+
name: 'NFB Chain Explorer',
|
7478
|
+
url: 'https://scan.nfbchain.com',
|
7479
|
+
standard: 'none'
|
7480
|
+
}
|
7481
|
+
]
|
7482
|
+
},
|
7450
7483
|
{
|
7451
7484
|
name: 'Avocado',
|
7452
7485
|
chain: 'Avocado',
|
@@ -7673,6 +7706,37 @@ const chainArray = [
|
|
7673
7706
|
}
|
7674
7707
|
]
|
7675
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
|
+
},
|
7676
7740
|
{
|
7677
7741
|
name: 'Karura Network',
|
7678
7742
|
chain: 'KAR',
|
@@ -8438,14 +8502,17 @@ const chainArray = [
|
|
8438
8502
|
name: 'Firechain zkEVM',
|
8439
8503
|
title: 'Firechain zkEVM',
|
8440
8504
|
chain: 'Firechain',
|
8441
|
-
rpc: [
|
8505
|
+
rpc: [
|
8506
|
+
'https://rpc-zkevm.thefirechain.com',
|
8507
|
+
'https://rpc-zkevm.firestation.io'
|
8508
|
+
],
|
8442
8509
|
faucets: [],
|
8443
8510
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
8444
8511
|
infoURL: 'https://docs.thefirechain.com/',
|
8445
8512
|
shortName: 'firechan-zkEVM',
|
8446
8513
|
chainId: 814,
|
8447
8514
|
networkId: 814,
|
8448
|
-
icon: '
|
8515
|
+
icon: 'ethereum',
|
8449
8516
|
explorers: [],
|
8450
8517
|
parent: {
|
8451
8518
|
type: 'L2',
|
@@ -8995,16 +9062,23 @@ const chainArray = [
|
|
8995
9062
|
]
|
8996
9063
|
},
|
8997
9064
|
{
|
8998
|
-
name: 'Rinia
|
9065
|
+
name: 'Rinia',
|
9066
|
+
title: 'Firechain Testnet Rinia',
|
8999
9067
|
chain: 'FIRE',
|
9000
|
-
|
9001
|
-
|
9002
|
-
|
9068
|
+
rpc: [
|
9069
|
+
'https://rinia-rpc1.thefirechain.com',
|
9070
|
+
'https://rpc-rinia.firestation.io'
|
9071
|
+
],
|
9072
|
+
faucets: [
|
9073
|
+
'https://faucet.thefirechain.com',
|
9074
|
+
'https://faucet.firestation.io'
|
9075
|
+
],
|
9003
9076
|
nativeCurrency: { name: 'Firechain', symbol: 'FIRE', decimals: 18 },
|
9004
9077
|
infoURL: 'https://thefirechain.com',
|
9005
9078
|
shortName: 'tfire',
|
9006
9079
|
chainId: 917,
|
9007
9080
|
networkId: 917,
|
9081
|
+
icon: 'rinia',
|
9008
9082
|
slip44: 1,
|
9009
9083
|
explorers: [
|
9010
9084
|
{
|
@@ -13447,9 +13521,9 @@ const chainArray = [
|
|
13447
13521
|
]
|
13448
13522
|
},
|
13449
13523
|
{
|
13450
|
-
name: 'Minato',
|
13451
|
-
shortName: 'minato',
|
13452
|
-
title: 'Soneium
|
13524
|
+
name: 'Soneium Testnet Minato',
|
13525
|
+
shortName: 'soneium-minato',
|
13526
|
+
title: 'Soneium Testnet Minato',
|
13453
13527
|
chain: 'ETH',
|
13454
13528
|
icon: 'minato',
|
13455
13529
|
rpc: [ 'https://rpc.minato.soneium.org' ],
|
@@ -13461,7 +13535,7 @@ const chainArray = [
|
|
13461
13535
|
explorers: [
|
13462
13536
|
{
|
13463
13537
|
name: 'Blockscout Minato explorer',
|
13464
|
-
url: 'https://
|
13538
|
+
url: 'https://soneium-minato.blockscout.com',
|
13465
13539
|
standard: 'EIP3091'
|
13466
13540
|
}
|
13467
13541
|
],
|
@@ -15638,6 +15712,18 @@ const chainArray = [
|
|
15638
15712
|
}
|
15639
15713
|
]
|
15640
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
|
+
},
|
15641
15727
|
{
|
15642
15728
|
name: 'Polygon zkEVM Cardona Testnet',
|
15643
15729
|
title: 'Polygon zkEVM Cardona Testnet',
|
@@ -17437,14 +17523,27 @@ const chainArray = [
|
|
17437
17523
|
name: 'Firechain zkEVM Ghostrider',
|
17438
17524
|
title: 'Firechain zkEVM Testnet',
|
17439
17525
|
chain: 'Firechain',
|
17440
|
-
rpc: [
|
17441
|
-
|
17526
|
+
rpc: [
|
17527
|
+
'https://rpc-zkevm-ghostrider.thefirechain.com',
|
17528
|
+
'https://rpc-zkevm-ghostrider.firestation.io'
|
17529
|
+
],
|
17530
|
+
faucets: [
|
17531
|
+
'zkevm-faucet.thefirechain.com',
|
17532
|
+
'https://zkevm-faucet.firestation.io'
|
17533
|
+
],
|
17442
17534
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
17443
17535
|
infoURL: 'https://docs.thefirechain.com/',
|
17444
17536
|
shortName: 'firechain-zkEVM-testnet',
|
17445
17537
|
chainId: 3885,
|
17446
17538
|
networkId: 3885,
|
17447
|
-
|
17539
|
+
icon: 'ethereum',
|
17540
|
+
explorers: [
|
17541
|
+
{
|
17542
|
+
name: 'FireScan',
|
17543
|
+
url: 'https://ghostrider-zkevm.firescan.io',
|
17544
|
+
standard: 'EIP3091'
|
17545
|
+
}
|
17546
|
+
]
|
17448
17547
|
},
|
17449
17548
|
{
|
17450
17549
|
name: 'KalyChain Mainnet',
|
@@ -19520,6 +19619,27 @@ const chainArray = [
|
|
19520
19619
|
}
|
19521
19620
|
]
|
19522
19621
|
},
|
19622
|
+
{
|
19623
|
+
name: 'Saga',
|
19624
|
+
chain: 'SAGA',
|
19625
|
+
rpc: [ 'http://sagaevm-5464-1.jsonrpc.sagarpc.io' ],
|
19626
|
+
faucets: [],
|
19627
|
+
nativeCurrency: { name: 'gas', symbol: 'GAS', decimals: 18 },
|
19628
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
19629
|
+
infoURL: 'https://www.saga.xyz',
|
19630
|
+
shortName: 'saga',
|
19631
|
+
chainId: 5464,
|
19632
|
+
networkId: 5464,
|
19633
|
+
icon: 'saga',
|
19634
|
+
explorers: [
|
19635
|
+
{
|
19636
|
+
name: 'blockscout',
|
19637
|
+
url: 'https://sagaevm-5464-1.sagaexplorer.io',
|
19638
|
+
icon: 'blockscout',
|
19639
|
+
standard: 'EIP3091'
|
19640
|
+
}
|
19641
|
+
]
|
19642
|
+
},
|
19523
19643
|
{
|
19524
19644
|
name: 'PointPay Mainnet',
|
19525
19645
|
chain: 'pointpay',
|
@@ -20151,6 +20271,24 @@ const chainArray = [
|
|
20151
20271
|
}
|
20152
20272
|
]
|
20153
20273
|
},
|
20274
|
+
{
|
20275
|
+
name: 'NFB Chain Testnet',
|
20276
|
+
chain: 'NFB Chain Testnet',
|
20277
|
+
rpc: [ 'https://testnet-node.nfbchain.com' ],
|
20278
|
+
faucets: [],
|
20279
|
+
nativeCurrency: { name: 'NFBCoinTest', symbol: 'NFBCT', decimals: 18 },
|
20280
|
+
infoURL: 'https://nfbchain.com/',
|
20281
|
+
shortName: 'nfbchaintest',
|
20282
|
+
chainId: 6320,
|
20283
|
+
networkId: 6320,
|
20284
|
+
explorers: [
|
20285
|
+
{
|
20286
|
+
name: 'NFB Chain Testnet Explorer',
|
20287
|
+
url: 'https://testnet-scan.nfbchain.com',
|
20288
|
+
standard: 'none'
|
20289
|
+
}
|
20290
|
+
]
|
20291
|
+
},
|
20154
20292
|
{
|
20155
20293
|
name: 'Aura Euphoria Testnet',
|
20156
20294
|
chain: 'Aura',
|
@@ -20858,6 +20996,19 @@ const chainArray = [
|
|
20858
20996
|
networkId: 7077,
|
20859
20997
|
explorers: []
|
20860
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
|
+
},
|
20861
21012
|
{
|
20862
21013
|
name: 'Nume',
|
20863
21014
|
title: 'Nume',
|
@@ -36889,6 +37040,24 @@ const chainArray = [
|
|
36889
37040
|
}
|
36890
37041
|
]
|
36891
37042
|
},
|
37043
|
+
{
|
37044
|
+
name: 'Infinaeon',
|
37045
|
+
chain: 'Infinaeon',
|
37046
|
+
rpc: [ 'https://rpc.infinaeon.com' ],
|
37047
|
+
faucets: [],
|
37048
|
+
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
37049
|
+
infoURL: 'hhttps://rpc.infinaeon.com',
|
37050
|
+
shortName: 'Infinaeon',
|
37051
|
+
chainId: 420000,
|
37052
|
+
networkId: 420000,
|
37053
|
+
explorers: [
|
37054
|
+
{
|
37055
|
+
name: 'tracehawk',
|
37056
|
+
url: 'https://explorer.infinaeon.com',
|
37057
|
+
standard: 'none'
|
37058
|
+
}
|
37059
|
+
]
|
37060
|
+
},
|
36892
37061
|
{
|
36893
37062
|
name: 'Vector Smart Chain',
|
36894
37063
|
chain: 'VSC',
|
@@ -37598,7 +37767,7 @@ const chainArray = [
|
|
37598
37767
|
rpc: [ 'https://rpc-testnet.pentagon.games' ],
|
37599
37768
|
faucets: [ 'https://bridge-testnet.pentagon.games' ],
|
37600
37769
|
nativeCurrency: { name: 'Pentagon', symbol: 'PEN', decimals: 18 },
|
37601
|
-
icon: 'pentagon',
|
37770
|
+
icon: 'pentagon-testnet',
|
37602
37771
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
37603
37772
|
infoURL: 'https://pentagon.games',
|
37604
37773
|
shortName: 'pentagon-testnet',
|
@@ -38088,6 +38257,24 @@ const chainArray = [
|
|
38088
38257
|
}
|
38089
38258
|
]
|
38090
38259
|
},
|
38260
|
+
{
|
38261
|
+
name: 'Ternoa',
|
38262
|
+
chain: 'Ternoa',
|
38263
|
+
rpc: [ 'https://rpc-mainnet.zkevm.ternoa.network' ],
|
38264
|
+
faucets: [],
|
38265
|
+
nativeCurrency: { name: 'Capsule Coin', symbol: 'CAPS', decimals: 18 },
|
38266
|
+
infoURL: '',
|
38267
|
+
shortName: 'ternoa-mainnet',
|
38268
|
+
chainId: 752025,
|
38269
|
+
networkId: 7502025,
|
38270
|
+
explorers: [
|
38271
|
+
{
|
38272
|
+
name: 'Tracehawk',
|
38273
|
+
url: 'https://explorer-mainnet.zkevm.ternoa.network',
|
38274
|
+
standard: 'none'
|
38275
|
+
}
|
38276
|
+
]
|
38277
|
+
},
|
38091
38278
|
{
|
38092
38279
|
name: 'PAYSCAN CHAIN',
|
38093
38280
|
chain: 'PAYSCAN CHAIN',
|