eth-chainlist 0.0.486 → 0.0.488
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -0
- package/data/chain.js +66 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.488 (2024-09-09)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.487 ([4e189dc](https://github.com/poowf/eth-chainlist/commit/4e189dc301557410a59e6735dbeda660a20b95a5))
|
9
|
+
* update chain data ([f0133c3](https://github.com/poowf/eth-chainlist/commit/f0133c3d2098bc41ba65a93a9a98037c705bca02))
|
10
|
+
|
11
|
+
### 0.0.487 (2024-09-08)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.486 ([690e15d](https://github.com/poowf/eth-chainlist/commit/690e15dfc984f2a06a05046ed2e2004c973db26a))
|
17
|
+
* update chain data ([d07f220](https://github.com/poowf/eth-chainlist/commit/d07f22054ea576ff8000ecd233f9a9b64a3f53b1))
|
18
|
+
|
3
19
|
### 0.0.486 (2024-09-07)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -6393,7 +6393,7 @@ const chainArray = [
|
|
6393
6393
|
]
|
6394
6394
|
},
|
6395
6395
|
{
|
6396
|
-
name: 'EVM on Flow
|
6396
|
+
name: 'EVM on Flow Testnet',
|
6397
6397
|
chain: 'Flow',
|
6398
6398
|
rpc: [ 'https://testnet.evm.nodes.onflow.org' ],
|
6399
6399
|
faucets: [ 'https://faucet.flow.com/fund-account' ],
|
@@ -6405,7 +6405,7 @@ const chainArray = [
|
|
6405
6405
|
icon: 'flowevm',
|
6406
6406
|
explorers: [
|
6407
6407
|
{
|
6408
|
-
name: 'FlowScan
|
6408
|
+
name: 'FlowScan Testnet',
|
6409
6409
|
url: 'https://evm-testnet.flowscan.io',
|
6410
6410
|
standard: 'EIP3091'
|
6411
6411
|
}
|
@@ -13458,6 +13458,26 @@ const chainArray = [
|
|
13458
13458
|
}
|
13459
13459
|
]
|
13460
13460
|
},
|
13461
|
+
{
|
13462
|
+
name: 'SnaxChain',
|
13463
|
+
chain: 'ETH',
|
13464
|
+
rpc: [ 'https://mainnet.snaxchain.io' ],
|
13465
|
+
faucets: [],
|
13466
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
13467
|
+
infoURL: 'https://synthetix.io',
|
13468
|
+
shortName: 'snax',
|
13469
|
+
chainId: 2192,
|
13470
|
+
networkId: 2192,
|
13471
|
+
icon: 'snax',
|
13472
|
+
explorers: [
|
13473
|
+
{
|
13474
|
+
name: 'blockscout',
|
13475
|
+
url: 'https://explorer.snaxchain.io',
|
13476
|
+
icon: 'blockscout',
|
13477
|
+
standard: 'EIP3091'
|
13478
|
+
}
|
13479
|
+
]
|
13480
|
+
},
|
13461
13481
|
{
|
13462
13482
|
name: 'Moonsama Network',
|
13463
13483
|
chain: 'MSN',
|
@@ -18559,7 +18579,7 @@ const chainArray = [
|
|
18559
18579
|
chain: 'tZEUS',
|
18560
18580
|
icon: 'zeusicon',
|
18561
18581
|
rpc: [ 'https://testnet-rpc.zeuschainscan.io' ],
|
18562
|
-
nativeCurrency: { name: 'The ZEUS Token', symbol: '
|
18582
|
+
nativeCurrency: { name: 'The ZEUS Token', symbol: 'ZEUSX', decimals: 18 },
|
18563
18583
|
infoURL: 'https://testnet-explorer.zeuschainscan.io',
|
18564
18584
|
shortName: 'ZEUS-Testnet',
|
18565
18585
|
chainId: 7244,
|
@@ -21701,6 +21721,25 @@ const chainArray = [
|
|
21701
21721
|
}
|
21702
21722
|
]
|
21703
21723
|
},
|
21724
|
+
{
|
21725
|
+
name: 'KBC Chain',
|
21726
|
+
chain: 'KB',
|
21727
|
+
rpc: [ 'https://mainnet-rpc.kbcfoundation.com' ],
|
21728
|
+
faucets: [],
|
21729
|
+
features: [ { name: 'EIP155' } ],
|
21730
|
+
nativeCurrency: { name: 'KBC', symbol: 'KBC', decimals: 18 },
|
21731
|
+
infoURL: 'https://kbcfoundation.com',
|
21732
|
+
shortName: 'KBC',
|
21733
|
+
chainId: 11000,
|
21734
|
+
networkId: 11000,
|
21735
|
+
explorers: [
|
21736
|
+
{
|
21737
|
+
name: 'KBC Explorer',
|
21738
|
+
url: 'https://scan.kbcfoundation.com',
|
21739
|
+
standard: 'EIP3091'
|
21740
|
+
}
|
21741
|
+
]
|
21742
|
+
},
|
21704
21743
|
{
|
21705
21744
|
name: 'Shape Sepolia Testnet',
|
21706
21745
|
chain: 'ETH',
|
@@ -25327,12 +25366,12 @@ const chainArray = [
|
|
25327
25366
|
},
|
25328
25367
|
{
|
25329
25368
|
name: 'ZEUS Mainnet',
|
25330
|
-
chain: '
|
25369
|
+
chain: 'ZEUSX',
|
25331
25370
|
icon: 'zeusicon',
|
25332
25371
|
rpc: [ 'https://mainnet-rpc.zeuschainscan.io' ],
|
25333
|
-
nativeCurrency: { name: 'The ZEUS Token', symbol: '
|
25372
|
+
nativeCurrency: { name: 'The ZEUS Token', symbol: 'ZEUSX', decimals: 18 },
|
25334
25373
|
infoURL: 'https://zeuschainscan.io',
|
25335
|
-
shortName: '
|
25374
|
+
shortName: 'ZEUSX',
|
25336
25375
|
chainId: 34504,
|
25337
25376
|
networkId: 34504,
|
25338
25377
|
faucets: [],
|
@@ -29632,6 +29671,27 @@ const chainArray = [
|
|
29632
29671
|
],
|
29633
29672
|
redFlags: [ 'reusedChainId' ]
|
29634
29673
|
},
|
29674
|
+
{
|
29675
|
+
name: 'Creditcoin',
|
29676
|
+
chain: 'CTC',
|
29677
|
+
icon: 'creditcoin',
|
29678
|
+
rpc: [ 'https://mainnet3.creditcoin.network' ],
|
29679
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
29680
|
+
nativeCurrency: { name: 'CTC', symbol: 'CTC', decimals: 18 },
|
29681
|
+
infoURL: 'https://creditcoin.org',
|
29682
|
+
shortName: 'ctc',
|
29683
|
+
chainId: 102030,
|
29684
|
+
networkId: 102030,
|
29685
|
+
faucets: [],
|
29686
|
+
explorers: [
|
29687
|
+
{
|
29688
|
+
name: 'blockscout',
|
29689
|
+
url: 'https://creditcoin.blockscout.com',
|
29690
|
+
icon: 'blockscout',
|
29691
|
+
standard: 'EIP3091'
|
29692
|
+
}
|
29693
|
+
]
|
29694
|
+
},
|
29635
29695
|
{
|
29636
29696
|
name: 'Creditcoin Testnet',
|
29637
29697
|
chain: 'CTC',
|