eth-chainlist 0.0.810 → 0.0.812
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 +63 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.812 (2026-08-20)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.811 ([42bef4c](https://github.com/poowf/eth-chainlist/commit/42bef4cbe1afaacc5baeae932fd6ccd2789f0f33))
|
|
9
|
+
* update chain data ([4f3240d](https://github.com/poowf/eth-chainlist/commit/4f3240d312dd6bb5b0fbc406af9e3e88441fafda))
|
|
10
|
+
|
|
11
|
+
### 0.0.811 (2026-08-19)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.810 ([147e8e5](https://github.com/poowf/eth-chainlist/commit/147e8e5288414385e9691a06ae7407aa4228b5bd))
|
|
17
|
+
* update chain data ([2379274](https://github.com/poowf/eth-chainlist/commit/237927444d03adeb2f50367178f572016562a81b))
|
|
18
|
+
|
|
3
19
|
### 0.0.810 (2026-08-17)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -11015,6 +11015,25 @@ const chainArray = [
|
|
|
11015
11015
|
}
|
|
11016
11016
|
]
|
|
11017
11017
|
},
|
|
11018
|
+
{
|
|
11019
|
+
name: 'Nura Chain',
|
|
11020
|
+
chain: 'Nura',
|
|
11021
|
+
rpc: [ 'https://rpc.nurachain.net' ],
|
|
11022
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
11023
|
+
faucets: [],
|
|
11024
|
+
nativeCurrency: { name: 'Nura Coin', symbol: 'NURA', decimals: 18 },
|
|
11025
|
+
infoURL: 'https://nurachain.net',
|
|
11026
|
+
shortName: 'nura',
|
|
11027
|
+
chainId: 1020,
|
|
11028
|
+
networkId: 1020,
|
|
11029
|
+
explorers: [
|
|
11030
|
+
{
|
|
11031
|
+
name: 'Nura Explorer',
|
|
11032
|
+
url: 'https://explorer.nurachain.net',
|
|
11033
|
+
standard: 'EIP3091'
|
|
11034
|
+
}
|
|
11035
|
+
]
|
|
11036
|
+
},
|
|
11018
11037
|
{
|
|
11019
11038
|
name: 'Sakura',
|
|
11020
11039
|
chain: 'Sakura',
|
|
@@ -32574,6 +32593,26 @@ const chainArray = [
|
|
|
32574
32593
|
slip44: 1,
|
|
32575
32594
|
explorers: []
|
|
32576
32595
|
},
|
|
32596
|
+
{
|
|
32597
|
+
name: 'CHEESE Blockchain Mainnet',
|
|
32598
|
+
chain: 'CHEESE',
|
|
32599
|
+
icon: 'cheese',
|
|
32600
|
+
rpc: [ 'https://cheeseblockchain.com/api/rpc' ],
|
|
32601
|
+
faucets: [],
|
|
32602
|
+
nativeCurrency: { name: 'Native Cheesecoin', symbol: 'NCH', decimals: 18 },
|
|
32603
|
+
features: [ { name: 'EIP155' } ],
|
|
32604
|
+
infoURL: 'https://cheeseblockchain.com',
|
|
32605
|
+
shortName: 'nch',
|
|
32606
|
+
chainId: 20250,
|
|
32607
|
+
networkId: 20250,
|
|
32608
|
+
explorers: [
|
|
32609
|
+
{
|
|
32610
|
+
name: 'CHEESE Blockchain Explorer',
|
|
32611
|
+
url: 'https://cheeseblockchain.com/explorer',
|
|
32612
|
+
standard: 'EIP3091'
|
|
32613
|
+
}
|
|
32614
|
+
]
|
|
32615
|
+
},
|
|
32577
32616
|
{
|
|
32578
32617
|
name: 'MACos Chain',
|
|
32579
32618
|
chain: 'MACOS',
|
|
@@ -39004,16 +39043,17 @@ const chainArray = [
|
|
|
39004
39043
|
{
|
|
39005
39044
|
name: 'Animechain Mainnet',
|
|
39006
39045
|
chain: 'ETH',
|
|
39007
|
-
rpc: [],
|
|
39046
|
+
rpc: [ 'https://public-rpc.anime.xyz' ],
|
|
39008
39047
|
faucets: [],
|
|
39009
39048
|
nativeCurrency: { name: 'Animecoin', symbol: 'ANIME', decimals: 18 },
|
|
39010
39049
|
infoURL: 'https://www.anime.xyz',
|
|
39011
39050
|
shortName: 'anime',
|
|
39012
39051
|
chainId: 69000,
|
|
39013
39052
|
networkId: 69000,
|
|
39053
|
+
icon: 'anime',
|
|
39014
39054
|
explorers: [
|
|
39015
39055
|
{
|
|
39016
|
-
name: 'Animechain
|
|
39056
|
+
name: 'Animechain Explorer',
|
|
39017
39057
|
url: 'https://explorer.anime.xyz',
|
|
39018
39058
|
standard: 'EIP3091'
|
|
39019
39059
|
}
|
|
@@ -42421,14 +42461,33 @@ const chainArray = [
|
|
|
42421
42461
|
chain: 'XITCOIN',
|
|
42422
42462
|
faucets: [],
|
|
42423
42463
|
rpc: [ 'https://network.xitcoin.org' ],
|
|
42424
|
-
nativeCurrency: { name: 'Xitcoin', symbol: '
|
|
42425
|
-
infoURL: 'https://
|
|
42464
|
+
nativeCurrency: { name: 'Xitcoin', symbol: 'XTC', decimals: 18 },
|
|
42465
|
+
infoURL: 'https://xitcoin.gitbook.io/guide/',
|
|
42426
42466
|
shortName: 'Xitcoin',
|
|
42427
42467
|
chainId: 101088,
|
|
42428
42468
|
networkId: 101088,
|
|
42429
42469
|
icon: 'xitcoin',
|
|
42430
42470
|
explorers: []
|
|
42431
42471
|
},
|
|
42472
|
+
{
|
|
42473
|
+
name: 'Xitcoin Testnet',
|
|
42474
|
+
chain: 'XITCOIN',
|
|
42475
|
+
faucets: [ 'https://faucet-testnet.xitcoin.org/' ],
|
|
42476
|
+
rpc: [ 'https://evm-rpc-testnet.xitcoin.org' ],
|
|
42477
|
+
nativeCurrency: { name: 'Xitcoin', symbol: 'XTC', decimals: 18 },
|
|
42478
|
+
infoURL: 'https://xitcoin.gitbook.io/guide/',
|
|
42479
|
+
shortName: 'xtct',
|
|
42480
|
+
chainId: 101089,
|
|
42481
|
+
networkId: 101089,
|
|
42482
|
+
icon: 'xitcoin',
|
|
42483
|
+
explorers: [
|
|
42484
|
+
{
|
|
42485
|
+
name: 'Xitcoin Testnet Explorer',
|
|
42486
|
+
url: 'https://evm-explorer-testnet.xitcoin.org',
|
|
42487
|
+
standard: 'EIP3091'
|
|
42488
|
+
}
|
|
42489
|
+
]
|
|
42490
|
+
},
|
|
42432
42491
|
{
|
|
42433
42492
|
name: 'Creditcoin',
|
|
42434
42493
|
chain: 'CTC',
|