eth-chainlist 0.0.641 → 0.0.643
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 +94 -18
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.643 (2025-03-19)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.642 ([2f8c8ee](https://github.com/poowf/eth-chainlist/commit/2f8c8ee16cabc50fc6d8a3d23e9cf07e928a414e))
|
9
|
+
* update chain data ([f4a3a67](https://github.com/poowf/eth-chainlist/commit/f4a3a679f53da55ce8efc4f5a233237051ce00e7))
|
10
|
+
|
11
|
+
### 0.0.642 (2025-03-18)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.641 ([4168533](https://github.com/poowf/eth-chainlist/commit/4168533ceed0162f4f41bdce8dd7a8b06934dc1a))
|
17
|
+
* update chain data ([8fbaa61](https://github.com/poowf/eth-chainlist/commit/8fbaa6153282ae557b8cbff10af40009271cc4b1))
|
18
|
+
|
3
19
|
### 0.0.641 (2025-03-17)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -4305,15 +4305,15 @@ const chainArray = [
|
|
4305
4305
|
chainId: 216,
|
4306
4306
|
networkId: 216,
|
4307
4307
|
chain: 'Happychain Testnet',
|
4308
|
-
rpc: [ 'https://
|
4308
|
+
rpc: [ 'https://rpc.testnet.happy.tech/http' ],
|
4309
4309
|
faucets: [],
|
4310
4310
|
nativeCurrency: { name: 'Happy', symbol: 'HAPPY', decimals: 18 },
|
4311
4311
|
shortName: 'happytestnet',
|
4312
|
-
infoURL: 'https://
|
4312
|
+
infoURL: 'https://testnet.happy.tech',
|
4313
4313
|
explorers: [
|
4314
4314
|
{
|
4315
4315
|
name: 'Blockscout',
|
4316
|
-
url: 'https://
|
4316
|
+
url: 'https://explorer.testnet.happy.tech',
|
4317
4317
|
standard: 'EIP3091'
|
4318
4318
|
}
|
4319
4319
|
]
|
@@ -12339,6 +12339,30 @@ const chainArray = [
|
|
12339
12339
|
],
|
12340
12340
|
status: 'deprecated'
|
12341
12341
|
},
|
12342
|
+
{
|
12343
|
+
name: 'Perennial',
|
12344
|
+
chain: 'perennial',
|
12345
|
+
rpc: [ 'https://rpc.perennial.foundation' ],
|
12346
|
+
faucets: [],
|
12347
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
12348
|
+
infoURL: 'https://perennial.finance',
|
12349
|
+
shortName: 'perennial',
|
12350
|
+
chainId: 1424,
|
12351
|
+
networkId: 1424,
|
12352
|
+
icon: 'perennial',
|
12353
|
+
explorers: [
|
12354
|
+
{
|
12355
|
+
name: 'Perennial Explorer',
|
12356
|
+
url: 'https://explorer.perennial.foundation',
|
12357
|
+
standard: 'EIP3091'
|
12358
|
+
}
|
12359
|
+
],
|
12360
|
+
parent: {
|
12361
|
+
type: 'L2',
|
12362
|
+
chain: 'eip155-8453',
|
12363
|
+
bridges: [ { url: 'https://bridge.perennial.foundation' } ]
|
12364
|
+
}
|
12365
|
+
},
|
12342
12366
|
{
|
12343
12367
|
name: 'Rikeza Network Mainnet',
|
12344
12368
|
title: 'Rikeza Network Mainnet',
|
@@ -21569,7 +21593,7 @@ const chainArray = [
|
|
21569
21593
|
explorers: []
|
21570
21594
|
},
|
21571
21595
|
{
|
21572
|
-
name: '
|
21596
|
+
name: 'Xylume TestNet',
|
21573
21597
|
chain: 'XYL',
|
21574
21598
|
rpc: [ 'https://xyl-testnet.glitch.me/rpc/' ],
|
21575
21599
|
faucets: [ 'https://debxylen.github.io/XYL_TestNet/faucet.html' ],
|
@@ -21577,23 +21601,18 @@ const chainArray = [
|
|
21577
21601
|
features: [
|
21578
21602
|
{ name: 'EIP155' },
|
21579
21603
|
{ name: 'EIP1559' },
|
21580
|
-
{ name: '
|
21581
|
-
{ name: 'Smart Contracts' },
|
21582
|
-
{ name: 'Custom Gas Model' },
|
21583
|
-
{ name: 'XYL-VM' },
|
21584
|
-
{ name: 'Dynamic Difficulty Adjustment' },
|
21585
|
-
{ name: 'Low-Latency Transactions' }
|
21604
|
+
{ name: 'Directed Acyclic Graph (DAG)' }
|
21586
21605
|
],
|
21587
|
-
infoURL: 'https://debxylen.github.io/
|
21606
|
+
infoURL: 'https://debxylen.github.io/Xylume_TestNet',
|
21588
21607
|
shortName: 'xyl',
|
21589
21608
|
chainId: 6934,
|
21590
21609
|
networkId: 6934,
|
21591
|
-
icon: '
|
21610
|
+
icon: 'xylume-testnet',
|
21592
21611
|
explorers: [
|
21593
21612
|
{
|
21594
|
-
name: '
|
21595
|
-
url: 'https://debxylen.github.io/
|
21596
|
-
icon: '
|
21613
|
+
name: 'Xylume Explorer',
|
21614
|
+
url: 'https://debxylen.github.io/XylumeExplorer',
|
21615
|
+
icon: 'xylume-testnet',
|
21597
21616
|
standard: 'EIP3091'
|
21598
21617
|
}
|
21599
21618
|
]
|
@@ -30013,6 +30032,33 @@ const chainArray = [
|
|
30013
30032
|
}
|
30014
30033
|
]
|
30015
30034
|
},
|
30035
|
+
{
|
30036
|
+
name: 'BasedAI Mainnet',
|
30037
|
+
title: 'BasedAI Mainnet',
|
30038
|
+
chain: 'BasedAI',
|
30039
|
+
rpc: [ 'https://mainnet.basedaibridge.com/rpc/' ],
|
30040
|
+
faucets: [],
|
30041
|
+
nativeCurrency: { name: 'BasedAI', symbol: 'BASED', decimals: 18 },
|
30042
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
30043
|
+
infoURL: 'https://getbased.ai',
|
30044
|
+
shortName: 'basedai',
|
30045
|
+
chainId: 32323,
|
30046
|
+
networkId: 32323,
|
30047
|
+
icon: 'basedai',
|
30048
|
+
explorers: [
|
30049
|
+
{
|
30050
|
+
name: 'BasedAI Explorer',
|
30051
|
+
url: 'https://explorer.getbased.ai',
|
30052
|
+
standard: 'none'
|
30053
|
+
},
|
30054
|
+
{
|
30055
|
+
name: 'BF1337 BasedAI Explorer',
|
30056
|
+
url: 'https://explorer.bf1337.org',
|
30057
|
+
icon: 'blockscout',
|
30058
|
+
standard: 'EIP3091'
|
30059
|
+
}
|
30060
|
+
]
|
30061
|
+
},
|
30016
30062
|
{
|
30017
30063
|
name: 'Santiment Intelligence Network',
|
30018
30064
|
chain: 'Santiment Intelligence Network',
|
@@ -32861,6 +32907,30 @@ const chainArray = [
|
|
32861
32907
|
bridges: [ { url: 'https://app.gobob.xyz' } ]
|
32862
32908
|
}
|
32863
32909
|
},
|
32910
|
+
{
|
32911
|
+
name: 'Perennial Sepolia',
|
32912
|
+
chain: 'perennialSepolia',
|
32913
|
+
rpc: [ 'https://rpc-sepolia.perennial.foundation' ],
|
32914
|
+
faucets: [],
|
32915
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
32916
|
+
infoURL: 'https://perennial.finance',
|
32917
|
+
shortName: 'perennial-sepolia',
|
32918
|
+
chainId: 60850,
|
32919
|
+
networkId: 60850,
|
32920
|
+
icon: 'perennial',
|
32921
|
+
explorers: [
|
32922
|
+
{
|
32923
|
+
name: 'Perennial Explorer',
|
32924
|
+
url: 'https://explorer-sepolia.perennial.foundation',
|
32925
|
+
standard: 'EIP3091'
|
32926
|
+
}
|
32927
|
+
],
|
32928
|
+
parent: {
|
32929
|
+
type: 'L2',
|
32930
|
+
chain: 'eip155-84532',
|
32931
|
+
bridges: [ { url: 'https://bridge-sepolia.perennial.foundation' } ]
|
32932
|
+
}
|
32933
|
+
},
|
32864
32934
|
{
|
32865
32935
|
name: 'Orange Chain Mainnet',
|
32866
32936
|
title: 'Orange Chain Mainnet',
|
@@ -43598,7 +43668,13 @@ const chainArray = [
|
|
43598
43668
|
shortName: 'xp',
|
43599
43669
|
chainId: 20250217,
|
43600
43670
|
networkId: 20250217,
|
43601
|
-
explorers: [
|
43671
|
+
explorers: [
|
43672
|
+
{
|
43673
|
+
name: 'Tamsa',
|
43674
|
+
url: 'https://xp.tamsa.io',
|
43675
|
+
standard: 'EIP3091'
|
43676
|
+
}
|
43677
|
+
]
|
43602
43678
|
},
|
43603
43679
|
{
|
43604
43680
|
name: 'ETP Mainnet',
|
@@ -46744,11 +46820,11 @@ const chainArray = [
|
|
46744
46820
|
]
|
46745
46821
|
},
|
46746
46822
|
{
|
46747
|
-
name: '
|
46823
|
+
name: 'SmartPay Mobile Money',
|
46748
46824
|
chain: 'Mobile Money',
|
46749
46825
|
rpc: [ 'https://network.uat.smartmoneyewallet.com/' ],
|
46750
46826
|
faucets: [],
|
46751
|
-
nativeCurrency: { name: 'SmartPay Mobile Money', symbol: '
|
46827
|
+
nativeCurrency: { name: 'SmartPay Mobile Money', symbol: 'SMM', decimals: 18 },
|
46752
46828
|
features: [ { name: 'EIP155' } ],
|
46753
46829
|
infoURL: 'https://network.uat.smartmoneyewallet.com/',
|
46754
46830
|
shortName: 'SmartPay',
|