eth-chainlist 0.0.446 → 0.0.447
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 +78 -14
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.447 (2024-07-18)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.446 ([3d5120f](https://github.com/poowf/eth-chainlist/commit/3d5120f65f3894442f01f0f08e28b64344337852))
|
9
|
+
* update chain data ([0c473ef](https://github.com/poowf/eth-chainlist/commit/0c473ef9c2021249344b4deb0cfc850a35fa1ab9))
|
10
|
+
|
3
11
|
### 0.0.446 (2024-07-17)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -6667,9 +6667,9 @@ const chainArray = [
|
|
6667
6667
|
icon: 'flowevm',
|
6668
6668
|
explorers: [
|
6669
6669
|
{
|
6670
|
-
name: 'Flow
|
6671
|
-
url: 'https://
|
6672
|
-
standard: '
|
6670
|
+
name: 'EVM on Flow Block Explorer (PreviewNet)',
|
6671
|
+
url: 'https://eth.flowscan.io',
|
6672
|
+
standard: 'EIP3091'
|
6673
6673
|
}
|
6674
6674
|
]
|
6675
6675
|
},
|
@@ -8315,13 +8315,33 @@ const chainArray = [
|
|
8315
8315
|
]
|
8316
8316
|
},
|
8317
8317
|
{
|
8318
|
-
name: '5ireChain
|
8318
|
+
name: '5ireChain Mainnet',
|
8319
8319
|
chain: '5ireChain',
|
8320
|
+
rpc: [ 'https://rpc.5ire.network' ],
|
8321
|
+
faucets: [],
|
8322
|
+
nativeCurrency: { name: '5ire Token', symbol: '5IRE', decimals: 18 },
|
8323
|
+
infoURL: 'https://5ire.org',
|
8324
|
+
shortName: '5ire',
|
8325
|
+
chainId: 995,
|
8326
|
+
networkId: 995,
|
8327
|
+
icon: '5ireChain',
|
8328
|
+
explorers: [
|
8329
|
+
{
|
8330
|
+
name: '5ireChain Explorer',
|
8331
|
+
url: 'https://5irescan.io',
|
8332
|
+
standard: 'none',
|
8333
|
+
icon: '5ireChain'
|
8334
|
+
}
|
8335
|
+
]
|
8336
|
+
},
|
8337
|
+
{
|
8338
|
+
name: '5ireChain Thunder',
|
8339
|
+
chain: '5ireChain Testnet',
|
8320
8340
|
rpc: [ 'https://rpc-testnet.5ire.network' ],
|
8321
8341
|
faucets: [ 'https://explorer.5ire.network/faucet' ],
|
8322
|
-
nativeCurrency: { name: '5ire Token', symbol: '
|
8342
|
+
nativeCurrency: { name: '5ire Testnet Token', symbol: 'T5IRE', decimals: 18 },
|
8323
8343
|
infoURL: 'https://5ire.org',
|
8324
|
-
shortName: '
|
8344
|
+
shortName: 'T5ire',
|
8325
8345
|
chainId: 997,
|
8326
8346
|
networkId: 997,
|
8327
8347
|
icon: '5ireChain',
|
@@ -11915,6 +11935,25 @@ const chainArray = [
|
|
11915
11935
|
}
|
11916
11936
|
]
|
11917
11937
|
},
|
11938
|
+
{
|
11939
|
+
name: 'B3 Sepolia Testnet',
|
11940
|
+
chain: 'B3 Sepolia Testnet',
|
11941
|
+
icon: 'b3',
|
11942
|
+
rpc: [ 'https://sepolia.b3.fun' ],
|
11943
|
+
faucets: [],
|
11944
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
11945
|
+
infoURL: 'https://b3.fun',
|
11946
|
+
shortName: 'b3-sepolia',
|
11947
|
+
chainId: 1993,
|
11948
|
+
networkId: 1993,
|
11949
|
+
explorers: [
|
11950
|
+
{
|
11951
|
+
name: 'Blockscout',
|
11952
|
+
url: 'https://sepolia.explorer.b3.fun',
|
11953
|
+
standard: 'EIP3091'
|
11954
|
+
}
|
11955
|
+
]
|
11956
|
+
},
|
11918
11957
|
{
|
11919
11958
|
name: 'Ekta',
|
11920
11959
|
chain: 'EKTA',
|
@@ -13584,22 +13623,22 @@ const chainArray = [
|
|
13584
13623
|
]
|
13585
13624
|
},
|
13586
13625
|
{
|
13587
|
-
name: 'King Of Legends
|
13588
|
-
title: 'King Of Legends
|
13589
|
-
chain: '
|
13626
|
+
name: 'King Of Legends Mainnet',
|
13627
|
+
title: 'King Of Legends Mainnet',
|
13628
|
+
chain: 'KCC',
|
13590
13629
|
icon: 'kol',
|
13591
|
-
rpc: [ 'https://rpc-
|
13630
|
+
rpc: [ 'https://rpc-mainnet.kinggamer.org/' ],
|
13592
13631
|
faucets: [],
|
13593
|
-
nativeCurrency: { name: 'King Of Legends', symbol: '
|
13632
|
+
nativeCurrency: { name: 'King Of Legends', symbol: 'KCC', decimals: 18 },
|
13594
13633
|
infoURL: 'https://kingoflegends.net/',
|
13595
|
-
shortName: '
|
13634
|
+
shortName: 'kcc',
|
13596
13635
|
chainId: 2425,
|
13597
13636
|
networkId: 2425,
|
13598
13637
|
slip44: 1,
|
13599
13638
|
explorers: [
|
13600
13639
|
{
|
13601
|
-
name: 'King Of Legends
|
13602
|
-
url: 'https://
|
13640
|
+
name: 'King Of Legends Mainnet Explorer',
|
13641
|
+
url: 'https://kingscan.org',
|
13603
13642
|
icon: 'kol',
|
13604
13643
|
standard: 'EIP3091'
|
13605
13644
|
}
|
@@ -24057,6 +24096,11 @@ const chainArray = [
|
|
24057
24096
|
chainId: 33979,
|
24058
24097
|
networkId: 33979,
|
24059
24098
|
explorers: [
|
24099
|
+
{
|
24100
|
+
name: 'FunkiScan',
|
24101
|
+
url: 'https://funkiscan.io',
|
24102
|
+
standard: 'none'
|
24103
|
+
},
|
24060
24104
|
{
|
24061
24105
|
name: 'Funki Mainnet Explorer',
|
24062
24106
|
url: 'https://funki.superscan.network',
|
@@ -28764,6 +28808,26 @@ const chainArray = [
|
|
28764
28808
|
}
|
28765
28809
|
]
|
28766
28810
|
},
|
28811
|
+
{
|
28812
|
+
name: 'Chronicle Yellowstone - Lit Protocol Testnet',
|
28813
|
+
chain: 'LPY',
|
28814
|
+
icon: 'lit',
|
28815
|
+
rpc: [ 'https://yellowstone-rpc.litprotocol.com' ],
|
28816
|
+
faucets: [ 'https://developer.litprotocol.com/support/intro' ],
|
28817
|
+
nativeCurrency: { name: 'Test LPX', symbol: 'tstLPX', decimals: 18 },
|
28818
|
+
infoURL: 'https://litprotocol.com',
|
28819
|
+
shortName: 'lpy',
|
28820
|
+
chainId: 175188,
|
28821
|
+
networkId: 175188,
|
28822
|
+
explorers: [
|
28823
|
+
{
|
28824
|
+
name: 'Lit Chronicle Yellowstone Explorer',
|
28825
|
+
url: 'https://yellowstone-explorer.litprotocol.com',
|
28826
|
+
icon: 'lit',
|
28827
|
+
standard: 'EIP3091'
|
28828
|
+
}
|
28829
|
+
]
|
28830
|
+
},
|
28767
28831
|
{
|
28768
28832
|
name: 'Bitica Chain Mainnet',
|
28769
28833
|
chain: 'BDCC',
|