eth-chainlist 0.0.665 → 0.0.666
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 +20 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.666 (2025-06-24)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.665 ([f53e422](https://github.com/poowf/eth-chainlist/commit/f53e4221ff70e9ec7cd37ba7c19a48527371aedd))
|
9
|
+
* update chain data ([a3b8227](https://github.com/poowf/eth-chainlist/commit/a3b82277250ec85ecc84f77ecf938b9aaf1c56fb))
|
10
|
+
|
3
11
|
### 0.0.665 (2025-06-21)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -41506,6 +41506,26 @@ const chainArray = [
|
|
41506
41506
|
parent: { type: 'L2', chain: 'eip155-11155111' },
|
41507
41507
|
status: 'active'
|
41508
41508
|
},
|
41509
|
+
{
|
41510
|
+
name: 'katana',
|
41511
|
+
chain: 'katana',
|
41512
|
+
rpc: [ 'https://rpc.katanarpc.com', 'https://rpc.katana.network' ],
|
41513
|
+
faucets: [],
|
41514
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
41515
|
+
infoURL: 'https://katana.network',
|
41516
|
+
shortName: 'katana',
|
41517
|
+
chainId: 747474,
|
41518
|
+
networkId: 747474,
|
41519
|
+
icon: 'katana',
|
41520
|
+
explorers: [
|
41521
|
+
{
|
41522
|
+
name: 'katana explorer',
|
41523
|
+
url: 'https://explorer.katanarpc.com',
|
41524
|
+
icon: 'katana',
|
41525
|
+
standard: 'EIP3091'
|
41526
|
+
}
|
41527
|
+
]
|
41528
|
+
},
|
41509
41529
|
{
|
41510
41530
|
name: 'Bear Network Chain Testnet',
|
41511
41531
|
chain: 'BRNKCTEST',
|