eth-chainlist 0.0.560 → 0.0.561
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 +196 -26
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.561 (2024-12-10)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.560 ([d77dcd6](https://github.com/poowf/eth-chainlist/commit/d77dcd62349816062134906426571729bf5cc947))
|
|
9
|
+
* update chain data ([424b580](https://github.com/poowf/eth-chainlist/commit/424b58006b1b03744e71d21ba2266b7e3b587d59))
|
|
10
|
+
|
|
3
11
|
### 0.0.560 (2024-12-08)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -10038,11 +10038,38 @@ const chainArray = [
|
|
|
10038
10038
|
}
|
|
10039
10039
|
]
|
|
10040
10040
|
},
|
|
10041
|
+
{
|
|
10042
|
+
name: 'Core Blockchain Testnet2',
|
|
10043
|
+
chain: 'Core',
|
|
10044
|
+
icon: 'core',
|
|
10045
|
+
rpc: [ 'https://rpc.test2.btcs.network/' ],
|
|
10046
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
10047
|
+
faucets: [ 'https://scan.test2.btcs.network/faucet' ],
|
|
10048
|
+
nativeCurrency: {
|
|
10049
|
+
name: 'Core Blockchain Testnet2 Native Token',
|
|
10050
|
+
symbol: 'tCORE2',
|
|
10051
|
+
decimals: 18
|
|
10052
|
+
},
|
|
10053
|
+
infoURL: 'https://www.coredao.org',
|
|
10054
|
+
shortName: 'tcore2',
|
|
10055
|
+
chainId: 1114,
|
|
10056
|
+
networkId: 1114,
|
|
10057
|
+
slip44: 1,
|
|
10058
|
+
explorers: [
|
|
10059
|
+
{
|
|
10060
|
+
name: 'Core Scan Testnet2',
|
|
10061
|
+
url: 'https://scan.test2.btcs.network',
|
|
10062
|
+
icon: 'core',
|
|
10063
|
+
standard: 'EIP3091'
|
|
10064
|
+
}
|
|
10065
|
+
]
|
|
10066
|
+
},
|
|
10041
10067
|
{
|
|
10042
10068
|
name: 'Core Blockchain Testnet',
|
|
10043
10069
|
chain: 'Core',
|
|
10044
10070
|
icon: 'core',
|
|
10045
10071
|
rpc: [ 'https://rpc.test.btcs.network/' ],
|
|
10072
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
10046
10073
|
faucets: [ 'https://scan.test.btcs.network/faucet' ],
|
|
10047
10074
|
nativeCurrency: {
|
|
10048
10075
|
name: 'Core Blockchain Testnet Native Token',
|
|
@@ -10073,6 +10100,7 @@ const chainArray = [
|
|
|
10073
10100
|
'https://core.drpc.org',
|
|
10074
10101
|
'wss://core.drpc.org'
|
|
10075
10102
|
],
|
|
10103
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
10076
10104
|
faucets: [],
|
|
10077
10105
|
nativeCurrency: {
|
|
10078
10106
|
name: 'Core Blockchain Native Token',
|
|
@@ -18928,6 +18956,26 @@ const chainArray = [
|
|
|
18928
18956
|
}
|
|
18929
18957
|
]
|
|
18930
18958
|
},
|
|
18959
|
+
{
|
|
18960
|
+
name: 'PointPay Mainnet',
|
|
18961
|
+
chain: 'pointpay',
|
|
18962
|
+
rpc: [ 'https://rpc-mainnet.pointpay.io' ],
|
|
18963
|
+
faucets: [],
|
|
18964
|
+
nativeCurrency: { name: 'PointPay', symbol: 'PXP', decimals: 18 },
|
|
18965
|
+
infoURL: 'https://pointpay.io',
|
|
18966
|
+
shortName: 'PP',
|
|
18967
|
+
chainId: 5511,
|
|
18968
|
+
networkId: 5511,
|
|
18969
|
+
icon: 'pointpay',
|
|
18970
|
+
explorers: [
|
|
18971
|
+
{
|
|
18972
|
+
name: 'PointPay Mainnet Explorer',
|
|
18973
|
+
url: 'https://explorer.pointpay.io',
|
|
18974
|
+
icon: 'pointpay',
|
|
18975
|
+
standard: 'EIP3091'
|
|
18976
|
+
}
|
|
18977
|
+
]
|
|
18978
|
+
},
|
|
18931
18979
|
{
|
|
18932
18980
|
name: 'VEX EVM TESTNET',
|
|
18933
18981
|
chain: 'vex',
|
|
@@ -20023,6 +20071,36 @@ const chainArray = [
|
|
|
20023
20071
|
icon: 'nibiru',
|
|
20024
20072
|
explorers: []
|
|
20025
20073
|
},
|
|
20074
|
+
{
|
|
20075
|
+
name: 'XYL TestNet',
|
|
20076
|
+
chain: 'XYL',
|
|
20077
|
+
rpc: [ 'https://xyl-testnet.glitch.me/rpc/' ],
|
|
20078
|
+
faucets: [ 'https://debxylen.github.io/XYL_TestNet/faucet.html' ],
|
|
20079
|
+
nativeCurrency: { name: 'XYL', symbol: 'XYL', decimals: 18 },
|
|
20080
|
+
features: [
|
|
20081
|
+
{ name: 'EIP155' },
|
|
20082
|
+
{ name: 'EIP1559' },
|
|
20083
|
+
{ name: 'XYL-DynaPoW' },
|
|
20084
|
+
{ name: 'Smart Contracts' },
|
|
20085
|
+
{ name: 'Custom Gas Model' },
|
|
20086
|
+
{ name: 'XYL-VM' },
|
|
20087
|
+
{ name: 'Dynamic Difficulty Adjustment' },
|
|
20088
|
+
{ name: 'Low-Latency Transactions' }
|
|
20089
|
+
],
|
|
20090
|
+
infoURL: 'https://debxylen.github.io/XYL_TestNet',
|
|
20091
|
+
shortName: 'xyl',
|
|
20092
|
+
chainId: 6934,
|
|
20093
|
+
networkId: 6934,
|
|
20094
|
+
icon: 'xyl-test',
|
|
20095
|
+
explorers: [
|
|
20096
|
+
{
|
|
20097
|
+
name: 'XYL Explorer',
|
|
20098
|
+
url: 'https://debxylen.github.io/BlockExplorer',
|
|
20099
|
+
icon: 'xyl-test',
|
|
20100
|
+
standard: 'EIP3091'
|
|
20101
|
+
}
|
|
20102
|
+
]
|
|
20103
|
+
},
|
|
20026
20104
|
{
|
|
20027
20105
|
name: 'Laika Mainnet',
|
|
20028
20106
|
chain: 'LAIKA',
|
|
@@ -30129,6 +30207,36 @@ const chainArray = [
|
|
|
30129
30207
|
}
|
|
30130
30208
|
]
|
|
30131
30209
|
},
|
|
30210
|
+
{
|
|
30211
|
+
name: 'Treasure',
|
|
30212
|
+
chain: 'Treasure',
|
|
30213
|
+
shortName: 'treasure',
|
|
30214
|
+
chainId: 61166,
|
|
30215
|
+
networkId: 61166,
|
|
30216
|
+
nativeCurrency: { name: 'MAGIC', symbol: 'MAGIC', decimals: 18 },
|
|
30217
|
+
slip44: 1,
|
|
30218
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
30219
|
+
infoURL: 'https://app.treasure.lol',
|
|
30220
|
+
icon: 'treasure',
|
|
30221
|
+
rpc: [ 'https://rpc.treasure.lol', 'wss://rpc.treasure.lol/ws' ],
|
|
30222
|
+
faucets: [
|
|
30223
|
+
'https://app.treasure.lol/chain/faucet',
|
|
30224
|
+
'https://thirdweb.com/treasure'
|
|
30225
|
+
],
|
|
30226
|
+
explorers: [
|
|
30227
|
+
{
|
|
30228
|
+
name: 'Treasure Block Explorer',
|
|
30229
|
+
url: 'https://treasurescan.io',
|
|
30230
|
+
icon: 'treasure',
|
|
30231
|
+
standard: 'EIP3091'
|
|
30232
|
+
}
|
|
30233
|
+
],
|
|
30234
|
+
parent: {
|
|
30235
|
+
type: 'L2',
|
|
30236
|
+
chain: 'eip155-1',
|
|
30237
|
+
bridges: [ { url: 'https://app.treasure.lol/chain/bridge' } ]
|
|
30238
|
+
}
|
|
30239
|
+
},
|
|
30132
30240
|
{
|
|
30133
30241
|
name: 'KaiChain',
|
|
30134
30242
|
chain: 'KaiChain',
|
|
@@ -30852,7 +30960,7 @@ const chainArray = [
|
|
|
30852
30960
|
icon: 'wadz',
|
|
30853
30961
|
rpc: [ 'https://rpc-testnet.wadzchain.io' ],
|
|
30854
30962
|
faucets: [ 'https://faucet-testnet.wadzchain.io' ],
|
|
30855
|
-
nativeCurrency: { name: '
|
|
30963
|
+
nativeCurrency: { name: 'WadzChain Coin', symbol: 'WCO', decimals: 18 },
|
|
30856
30964
|
infoURL: 'https://www.wadzchain-network.io',
|
|
30857
30965
|
shortName: 'wadzchain-testnet',
|
|
30858
30966
|
chainId: 71117,
|
|
@@ -31826,6 +31934,38 @@ const chainArray = [
|
|
|
31826
31934
|
}
|
|
31827
31935
|
]
|
|
31828
31936
|
},
|
|
31937
|
+
{
|
|
31938
|
+
name: 'O Chain',
|
|
31939
|
+
chain: 'O',
|
|
31940
|
+
rpc: [
|
|
31941
|
+
'https://rpc.o.xyz',
|
|
31942
|
+
'https://84841.rpc.thirdweb.com',
|
|
31943
|
+
'wss://rpc.o.xyz'
|
|
31944
|
+
],
|
|
31945
|
+
faucets: [],
|
|
31946
|
+
nativeCurrency: { name: 'O.XYZ', symbol: 'O', decimals: 18 },
|
|
31947
|
+
infoURL: 'https://o.xyz',
|
|
31948
|
+
shortName: 'O',
|
|
31949
|
+
chainId: 84841,
|
|
31950
|
+
networkId: 84841,
|
|
31951
|
+
slip44: 1,
|
|
31952
|
+
parent: {
|
|
31953
|
+
type: 'L2',
|
|
31954
|
+
chain: 'eip155-1',
|
|
31955
|
+
bridges: [
|
|
31956
|
+
{ url: 'https://bridge.o.xyz' },
|
|
31957
|
+
{ url: 'https://superbridge.o.xyz' }
|
|
31958
|
+
]
|
|
31959
|
+
},
|
|
31960
|
+
explorers: [
|
|
31961
|
+
{
|
|
31962
|
+
name: 'blockscout',
|
|
31963
|
+
url: 'https://explorer.o.xyz',
|
|
31964
|
+
icon: 'blockscout',
|
|
31965
|
+
standard: 'EIP3091'
|
|
31966
|
+
}
|
|
31967
|
+
]
|
|
31968
|
+
},
|
|
31829
31969
|
{
|
|
31830
31970
|
name: 'Aerie Network',
|
|
31831
31971
|
chain: 'Aerie',
|
|
@@ -37548,31 +37688,18 @@ const chainArray = [
|
|
|
37548
37688
|
nativeCurrency: { name: 'Testnet MAGIC', symbol: 'MAGIC', decimals: 18 },
|
|
37549
37689
|
slip44: 1,
|
|
37550
37690
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
37551
|
-
infoURL: 'https://
|
|
37691
|
+
infoURL: 'https://app.treasure.lol',
|
|
37552
37692
|
icon: 'treasureruby',
|
|
37553
|
-
rpc: [
|
|
37554
|
-
|
|
37555
|
-
|
|
37556
|
-
],
|
|
37557
|
-
|
|
37558
|
-
explorers: [
|
|
37559
|
-
{
|
|
37560
|
-
name: 'treasurescan',
|
|
37561
|
-
url: 'https://testnet.treasurescan.io',
|
|
37562
|
-
icon: 'treasure',
|
|
37563
|
-
standard: 'EIP3091'
|
|
37564
|
-
}
|
|
37565
|
-
],
|
|
37566
|
-
parent: {
|
|
37567
|
-
type: 'L2',
|
|
37568
|
-
chain: 'eip155-1',
|
|
37569
|
-
bridges: [ { url: 'https://portal.treasure.lol/bridge' } ]
|
|
37570
|
-
}
|
|
37693
|
+
rpc: [],
|
|
37694
|
+
faucets: [],
|
|
37695
|
+
status: 'deprecated',
|
|
37696
|
+
explorers: [],
|
|
37697
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [] }
|
|
37571
37698
|
},
|
|
37572
37699
|
{
|
|
37573
37700
|
name: 'Treasure Topaz',
|
|
37574
37701
|
chain: 'Treasure Topaz',
|
|
37575
|
-
shortName: '
|
|
37702
|
+
shortName: 'treasure-topaz',
|
|
37576
37703
|
chainId: 978658,
|
|
37577
37704
|
networkId: 978658,
|
|
37578
37705
|
nativeCurrency: { name: 'Testnet MAGIC', symbol: 'MAGIC', decimals: 18 },
|
|
@@ -37590,7 +37717,7 @@ const chainArray = [
|
|
|
37590
37717
|
],
|
|
37591
37718
|
explorers: [
|
|
37592
37719
|
{
|
|
37593
|
-
name: '
|
|
37720
|
+
name: 'Treasure Topaz Block Explorer',
|
|
37594
37721
|
url: 'https://topaz.treasurescan.io',
|
|
37595
37722
|
icon: 'treasure',
|
|
37596
37723
|
standard: 'EIP3091'
|
|
@@ -37599,10 +37726,7 @@ const chainArray = [
|
|
|
37599
37726
|
parent: {
|
|
37600
37727
|
type: 'L2',
|
|
37601
37728
|
chain: 'eip155-1',
|
|
37602
|
-
bridges: [
|
|
37603
|
-
{ url: 'https://app.treasure.lol/chain/bridge' },
|
|
37604
|
-
{ url: 'https://portal.topaz.treasure.lol/bridge' }
|
|
37605
|
-
]
|
|
37729
|
+
bridges: [ { url: 'https://app.treasure.lol/chain/bridge' } ]
|
|
37606
37730
|
}
|
|
37607
37731
|
},
|
|
37608
37732
|
{
|
|
@@ -38476,6 +38600,26 @@ const chainArray = [
|
|
|
38476
38600
|
}
|
|
38477
38601
|
]
|
|
38478
38602
|
},
|
|
38603
|
+
{
|
|
38604
|
+
name: 'PointPay Testnet',
|
|
38605
|
+
chain: 'pointpay',
|
|
38606
|
+
rpc: [ 'https://rpc-testnet.pointpay.io' ],
|
|
38607
|
+
faucets: [],
|
|
38608
|
+
nativeCurrency: { name: 'PointPay', symbol: 'PXP', decimals: 18 },
|
|
38609
|
+
infoURL: 'https://pointpay.io',
|
|
38610
|
+
shortName: 'PPTEST',
|
|
38611
|
+
chainId: 5511555,
|
|
38612
|
+
networkId: 5511555,
|
|
38613
|
+
icon: 'pointpay',
|
|
38614
|
+
explorers: [
|
|
38615
|
+
{
|
|
38616
|
+
name: 'PointPay Testnet Explorer',
|
|
38617
|
+
url: 'https://testnet.pointpay.io',
|
|
38618
|
+
icon: 'pointpay',
|
|
38619
|
+
standard: 'EIP3091'
|
|
38620
|
+
}
|
|
38621
|
+
]
|
|
38622
|
+
},
|
|
38479
38623
|
{
|
|
38480
38624
|
name: 'Imversed Mainnet',
|
|
38481
38625
|
chain: 'Imversed',
|
|
@@ -39929,6 +40073,32 @@ const chainArray = [
|
|
|
39929
40073
|
}
|
|
39930
40074
|
]
|
|
39931
40075
|
},
|
|
40076
|
+
{
|
|
40077
|
+
name: 'Stavanger Public Testnet',
|
|
40078
|
+
chain: 'stavanger',
|
|
40079
|
+
rpc: [ 'https://rpc.stavanger.gateway.fm' ],
|
|
40080
|
+
faucets: [ 'https://faucet.stavanger.gateway.fm' ],
|
|
40081
|
+
nativeCurrency: { name: 'Polygon', symbol: 'POL', decimals: 18 },
|
|
40082
|
+
features: [ { name: 'EIP155' } ],
|
|
40083
|
+
infoURL: 'https://gateway.fm',
|
|
40084
|
+
shortName: 'stavanger',
|
|
40085
|
+
chainId: 50591822,
|
|
40086
|
+
networkId: 50591822,
|
|
40087
|
+
icon: 'stavanger',
|
|
40088
|
+
explorers: [
|
|
40089
|
+
{
|
|
40090
|
+
name: 'BlockScout',
|
|
40091
|
+
url: 'https://explorer.stavanger.gateway.fm',
|
|
40092
|
+
icon: 'stavanger',
|
|
40093
|
+
standard: 'EIP3091'
|
|
40094
|
+
}
|
|
40095
|
+
],
|
|
40096
|
+
parent: {
|
|
40097
|
+
type: 'L2',
|
|
40098
|
+
chain: 'eip155-11155111',
|
|
40099
|
+
bridges: [ { url: 'https://bridge.stavanger.gateway.fm' } ]
|
|
40100
|
+
}
|
|
40101
|
+
},
|
|
39932
40102
|
{
|
|
39933
40103
|
name: 'Deviant Token Blockchain',
|
|
39934
40104
|
chain: 'DTBC',
|