eth-chainlist 0.0.533 → 0.0.534
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 +94 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.534 (2024-11-07)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.533 ([2177709](https://github.com/poowf/eth-chainlist/commit/21777094ef356e31229009ac2f9b2875567e0a82))
|
|
9
|
+
* update chain data ([098b11c](https://github.com/poowf/eth-chainlist/commit/098b11c6d801f5db308e8f0bbc42dc82ca9b304b))
|
|
10
|
+
|
|
3
11
|
### 0.0.533 (2024-11-06)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -12573,6 +12573,25 @@ const chainArray = [
|
|
|
12573
12573
|
}
|
|
12574
12574
|
]
|
|
12575
12575
|
},
|
|
12576
|
+
{
|
|
12577
|
+
name: 'Swell Network Testnet',
|
|
12578
|
+
chain: 'Swell L2 Testnet',
|
|
12579
|
+
rpc: [ 'https://swell-testnet.alt.technology' ],
|
|
12580
|
+
faucets: [],
|
|
12581
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
12582
|
+
infoURL: 'https://app.swellnetwork.io/layer2/swell-l2',
|
|
12583
|
+
shortName: 'swell-l2-testnet',
|
|
12584
|
+
chainId: 1924,
|
|
12585
|
+
networkId: 1924,
|
|
12586
|
+
explorers: [
|
|
12587
|
+
{
|
|
12588
|
+
name: 'swell-l2-testnet',
|
|
12589
|
+
icon: 'swell',
|
|
12590
|
+
url: 'https://swell-testnet-explorer.alt.technology',
|
|
12591
|
+
standard: 'none'
|
|
12592
|
+
}
|
|
12593
|
+
]
|
|
12594
|
+
},
|
|
12576
12595
|
{
|
|
12577
12596
|
name: 'Arvix Testnet',
|
|
12578
12597
|
chain: 'Arvix',
|
|
@@ -14926,6 +14945,27 @@ const chainArray = [
|
|
|
14926
14945
|
explorers: [],
|
|
14927
14946
|
status: 'active'
|
|
14928
14947
|
},
|
|
14948
|
+
{
|
|
14949
|
+
name: 'Bahamut horizon',
|
|
14950
|
+
title: 'Bahamut horizon',
|
|
14951
|
+
chain: 'Bahamut',
|
|
14952
|
+
icon: 'bahamut',
|
|
14953
|
+
rpc: [ 'https://horizon-fastex-testnet.zeeve.net' ],
|
|
14954
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
14955
|
+
faucets: [],
|
|
14956
|
+
nativeCurrency: { name: 'FTN', symbol: 'FTN', decimals: 18 },
|
|
14957
|
+
shortName: 'horizon',
|
|
14958
|
+
infoURL: 'https://bahamut.io',
|
|
14959
|
+
chainId: 2552,
|
|
14960
|
+
networkId: 2552,
|
|
14961
|
+
explorers: [
|
|
14962
|
+
{
|
|
14963
|
+
name: 'blockscout',
|
|
14964
|
+
url: 'https://horizon.ftnscan.com',
|
|
14965
|
+
standard: 'none'
|
|
14966
|
+
}
|
|
14967
|
+
]
|
|
14968
|
+
},
|
|
14929
14969
|
{
|
|
14930
14970
|
name: 'Kortho Mainnet',
|
|
14931
14971
|
chain: 'Kortho Chain',
|
|
@@ -15216,6 +15256,20 @@ const chainArray = [
|
|
|
15216
15256
|
}
|
|
15217
15257
|
]
|
|
15218
15258
|
},
|
|
15259
|
+
{
|
|
15260
|
+
name: 'Abstract',
|
|
15261
|
+
chain: 'Abstract',
|
|
15262
|
+
rpc: [],
|
|
15263
|
+
faucets: [],
|
|
15264
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
15265
|
+
infoURL: 'https://abs.xyz',
|
|
15266
|
+
shortName: 'abstract',
|
|
15267
|
+
chainId: 2741,
|
|
15268
|
+
networkId: 2741,
|
|
15269
|
+
icon: 'abstract',
|
|
15270
|
+
explorers: [],
|
|
15271
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [] }
|
|
15272
|
+
},
|
|
15219
15273
|
{
|
|
15220
15274
|
name: 'Nanon',
|
|
15221
15275
|
title: 'Nanon Rollup',
|
|
@@ -21728,6 +21782,25 @@ const chainArray = [
|
|
|
21728
21782
|
}
|
|
21729
21783
|
]
|
|
21730
21784
|
},
|
|
21785
|
+
{
|
|
21786
|
+
name: 'KPA Smart Chain Testnet',
|
|
21787
|
+
chain: 'KSC',
|
|
21788
|
+
rpc: [
|
|
21789
|
+
'https://testnet-rpc1.koppachain.com/',
|
|
21790
|
+
'https://testnet-rpc2.koppachain.com/',
|
|
21791
|
+
'https://testnet-rpc3.koppachain.com/',
|
|
21792
|
+
'https://testnet-rpc4.koppachain.com/'
|
|
21793
|
+
],
|
|
21794
|
+
faucets: [ 'https://mint.koppachain.com' ],
|
|
21795
|
+
nativeCurrency: { name: 'KPA Smart Chain Testnet', symbol: 'tKPA', decimals: 18 },
|
|
21796
|
+
features: [],
|
|
21797
|
+
infoURL: 'https://koppachain.com',
|
|
21798
|
+
shortName: 'KPA',
|
|
21799
|
+
chainId: 9091,
|
|
21800
|
+
networkId: 9091,
|
|
21801
|
+
icon: 'koppa',
|
|
21802
|
+
explorers: []
|
|
21803
|
+
},
|
|
21731
21804
|
{
|
|
21732
21805
|
name: 'Genesis Coin',
|
|
21733
21806
|
chain: 'Genesis',
|
|
@@ -23154,7 +23227,7 @@ const chainArray = [
|
|
|
23154
23227
|
networkId: 11124,
|
|
23155
23228
|
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
23156
23229
|
infoURL: 'https://abs.xyz/',
|
|
23157
|
-
shortName: '
|
|
23230
|
+
shortName: 'abstract-sepolia',
|
|
23158
23231
|
parent: {
|
|
23159
23232
|
type: 'L2',
|
|
23160
23233
|
chain: 'eip155-11155111',
|
|
@@ -32361,6 +32434,26 @@ const chainArray = [
|
|
|
32361
32434
|
}
|
|
32362
32435
|
]
|
|
32363
32436
|
},
|
|
32437
|
+
{
|
|
32438
|
+
name: 'Odyssey Chain Mainnet',
|
|
32439
|
+
chain: 'DIONE',
|
|
32440
|
+
rpc: [ 'https://node.dioneprotocol.com/ext/bc/D/rpc' ],
|
|
32441
|
+
faucets: [],
|
|
32442
|
+
features: [ { name: 'EIP155' } ],
|
|
32443
|
+
infoURL: 'https://www.dioneprotocol.com',
|
|
32444
|
+
shortName: 'Odyssey',
|
|
32445
|
+
chainId: 153153,
|
|
32446
|
+
networkId: 153153,
|
|
32447
|
+
icon: 'odysseyChain',
|
|
32448
|
+
nativeCurrency: { name: 'DIONE', symbol: 'DIONE', decimals: 18 },
|
|
32449
|
+
explorers: [
|
|
32450
|
+
{
|
|
32451
|
+
name: 'Odyssey Scan',
|
|
32452
|
+
url: 'https://odysseyscan.com',
|
|
32453
|
+
standard: 'EIP3091'
|
|
32454
|
+
}
|
|
32455
|
+
]
|
|
32456
|
+
},
|
|
32364
32457
|
{
|
|
32365
32458
|
name: 'CryptoX',
|
|
32366
32459
|
chain: 'XCOIN',
|