eth-chainlist 0.0.530 → 0.0.532
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 +160 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.532 (2024-11-05)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.531 ([f507228](https://github.com/poowf/eth-chainlist/commit/f50722870c24f089bbb524924a638910e7bc837d))
|
9
|
+
* update chain data ([bf7f9e4](https://github.com/poowf/eth-chainlist/commit/bf7f9e49b9e3e4ed7a2cda3639c6adbe193f72bd))
|
10
|
+
|
11
|
+
### 0.0.531 (2024-11-04)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.530 ([a3fab41](https://github.com/poowf/eth-chainlist/commit/a3fab41a37fc81cb2b90bf21b8926a1d6b583de7))
|
17
|
+
* update chain data ([af13943](https://github.com/poowf/eth-chainlist/commit/af13943f0c9f8d2ef71b519c028bc9c292d921e7))
|
18
|
+
|
3
19
|
### 0.0.530 (2024-11-03)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -12193,6 +12193,30 @@ const chainArray = [
|
|
12193
12193
|
}
|
12194
12194
|
]
|
12195
12195
|
},
|
12196
|
+
{
|
12197
|
+
name: 'PlayBlock',
|
12198
|
+
chain: 'playblock',
|
12199
|
+
rpc: [ 'https://rpc.playblock.io', 'wss://ws.playblock.io' ],
|
12200
|
+
faucets: [],
|
12201
|
+
nativeCurrency: { name: 'PlayBlock', symbol: 'PBG', decimals: 18 },
|
12202
|
+
infoURL: 'https://www.playnance.com',
|
12203
|
+
shortName: 'playblock',
|
12204
|
+
chainId: 1829,
|
12205
|
+
slip44: 60,
|
12206
|
+
networkId: 1829,
|
12207
|
+
explorers: [
|
12208
|
+
{
|
12209
|
+
name: 'PlayBlock',
|
12210
|
+
url: 'https://explorer.playblock.io',
|
12211
|
+
standard: 'none'
|
12212
|
+
}
|
12213
|
+
],
|
12214
|
+
parent: {
|
12215
|
+
type: 'L2',
|
12216
|
+
chain: 'eip155-42161',
|
12217
|
+
bridges: [ { url: 'https://bridge.gelato.network/bridge/playblock' } ]
|
12218
|
+
}
|
12219
|
+
},
|
12196
12220
|
{
|
12197
12221
|
name: 'HighOctane Subnet',
|
12198
12222
|
chain: 'HighOctane Subnet',
|
@@ -24907,6 +24931,25 @@ const chainArray = [
|
|
24907
24931
|
}
|
24908
24932
|
]
|
24909
24933
|
},
|
24934
|
+
{
|
24935
|
+
name: 'LocaChain Mainnet',
|
24936
|
+
chain: 'LocaChain',
|
24937
|
+
rpc: [ 'https://tgrpntwm.locachain.io' ],
|
24938
|
+
faucets: [],
|
24939
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
24940
|
+
nativeCurrency: { name: 'LocaCoin', symbol: 'LCC', decimals: 18 },
|
24941
|
+
infoURL: 'https://locachain.io',
|
24942
|
+
shortName: 'locachain',
|
24943
|
+
chainId: 19180,
|
24944
|
+
networkId: 19180,
|
24945
|
+
explorers: [
|
24946
|
+
{
|
24947
|
+
name: 'Locachain Explorer',
|
24948
|
+
url: 'https://explorer.locachain.io',
|
24949
|
+
standard: 'EIP3091'
|
24950
|
+
}
|
24951
|
+
]
|
24952
|
+
},
|
24910
24953
|
{
|
24911
24954
|
name: 'BlockX Mainnet',
|
24912
24955
|
chain: 'blockx',
|
@@ -38060,6 +38103,40 @@ const chainArray = [
|
|
38060
38103
|
}
|
38061
38104
|
]
|
38062
38105
|
},
|
38106
|
+
{
|
38107
|
+
name: 'citronus-citro',
|
38108
|
+
title: 'Citronus-Citro',
|
38109
|
+
chain: 'citronus-citro',
|
38110
|
+
rpc: [
|
38111
|
+
'https://rpc.citro-testnet.t.raas.gelato.cloud',
|
38112
|
+
'wss://testnet-ws.eh-dev.app'
|
38113
|
+
],
|
38114
|
+
nativeCurrency: { name: 'Citronus', symbol: 'CITRO', decimals: 18 },
|
38115
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/citronus-citro',
|
38116
|
+
faucets: [],
|
38117
|
+
shortName: 'citronus-citro',
|
38118
|
+
chainId: 34949059,
|
38119
|
+
networkId: 34949059,
|
38120
|
+
slip44: 60,
|
38121
|
+
explorers: [
|
38122
|
+
{
|
38123
|
+
name: 'blockscout',
|
38124
|
+
url: 'https://test.citronus.com',
|
38125
|
+
icon: 'blockscout',
|
38126
|
+
standard: 'EIP3091'
|
38127
|
+
}
|
38128
|
+
],
|
38129
|
+
parent: {
|
38130
|
+
type: 'L2',
|
38131
|
+
chain: 'eip155-11155111',
|
38132
|
+
bridges: [
|
38133
|
+
{
|
38134
|
+
url: 'https://testnet-bridge.gelato.network/bridge/citronus-citro'
|
38135
|
+
}
|
38136
|
+
]
|
38137
|
+
},
|
38138
|
+
status: 'active'
|
38139
|
+
},
|
38063
38140
|
{
|
38064
38141
|
name: 'Joys Digital Mainnet',
|
38065
38142
|
chain: 'JOYS',
|
@@ -38991,6 +39068,26 @@ const chainArray = [
|
|
38991
39068
|
}
|
38992
39069
|
]
|
38993
39070
|
},
|
39071
|
+
{
|
39072
|
+
name: 'Westend Asset Hub',
|
39073
|
+
chain: 'WST',
|
39074
|
+
rpc: [ 'https://westend-asset-hub-eth-rpc.polkadot.io' ],
|
39075
|
+
faucets: [ 'https://faucet.polkadot.io/westend' ],
|
39076
|
+
nativeCurrency: { name: 'Westies', symbol: 'WND', decimals: 18 },
|
39077
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
39078
|
+
infoURL: 'https://polkadot.network',
|
39079
|
+
shortName: 'wst',
|
39080
|
+
chainId: 420420421,
|
39081
|
+
networkId: 420420421,
|
39082
|
+
explorers: [
|
39083
|
+
{
|
39084
|
+
name: 'subscan',
|
39085
|
+
icon: 'subscan',
|
39086
|
+
url: 'https://assethub-westend.subscan.io',
|
39087
|
+
standard: 'EIP3091'
|
39088
|
+
}
|
39089
|
+
]
|
39090
|
+
},
|
38994
39091
|
{
|
38995
39092
|
name: 'Deprecated SKALE Europa Hub Testnet',
|
38996
39093
|
title: 'Deprecated Europa Hub Testnet',
|
@@ -40246,6 +40343,69 @@ const chainArray = [
|
|
40246
40343
|
],
|
40247
40344
|
parent: { type: 'L2', chain: 'eip155-11155111' }
|
40248
40345
|
},
|
40346
|
+
{
|
40347
|
+
name: 'sivo-defi-testnet',
|
40348
|
+
title: 'Sivo Defi Testnet',
|
40349
|
+
chain: 'sivo-defi-testnet',
|
40350
|
+
rpc: [
|
40351
|
+
'https://rpc.sivo-defi-testnet.t.raas.gelato.cloud',
|
40352
|
+
'wss://ws.sivo-defi-testnet.t.raas.gelato.cloud'
|
40353
|
+
],
|
40354
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
40355
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/sivo-defi-testnet',
|
40356
|
+
faucets: [],
|
40357
|
+
shortName: 'sivo-defi-testnet',
|
40358
|
+
chainId: 123420000586,
|
40359
|
+
networkId: 123420000586,
|
40360
|
+
slip44: 60,
|
40361
|
+
explorers: [
|
40362
|
+
{
|
40363
|
+
name: 'blockscout',
|
40364
|
+
url: 'https://sivo-defi-testnet.cloud.blockscout.com',
|
40365
|
+
icon: 'blockscout',
|
40366
|
+
standard: 'EIP3091'
|
40367
|
+
}
|
40368
|
+
],
|
40369
|
+
parent: {
|
40370
|
+
type: 'L2',
|
40371
|
+
chain: 'eip155-11155111',
|
40372
|
+
bridges: [
|
40373
|
+
{
|
40374
|
+
url: 'https://testnet-bridge.gelato.network/bridge/sivo-defi-testnet'
|
40375
|
+
}
|
40376
|
+
]
|
40377
|
+
}
|
40378
|
+
},
|
40379
|
+
{
|
40380
|
+
name: 'volmex',
|
40381
|
+
title: 'Volmex',
|
40382
|
+
chain: 'volmex',
|
40383
|
+
rpc: [
|
40384
|
+
'https://rpc.volmex.t.raas.gelato.cloud',
|
40385
|
+
'wss://ws.volmex.t.raas.gelato.cloud'
|
40386
|
+
],
|
40387
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
40388
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/volmex',
|
40389
|
+
faucets: [],
|
40390
|
+
shortName: 'volmex',
|
40391
|
+
chainId: 123420000588,
|
40392
|
+
networkId: 123420000588,
|
40393
|
+
slip44: 60,
|
40394
|
+
explorers: [
|
40395
|
+
{
|
40396
|
+
name: 'blockscout',
|
40397
|
+
url: 'https://volmex.cloud.blockscout.com',
|
40398
|
+
standard: 'EIP3091'
|
40399
|
+
}
|
40400
|
+
],
|
40401
|
+
parent: {
|
40402
|
+
type: 'L2',
|
40403
|
+
chain: 'eip155-84532',
|
40404
|
+
bridges: [
|
40405
|
+
{ url: 'https://testnet-bridge.gelato.network/bridge/volmex' }
|
40406
|
+
]
|
40407
|
+
}
|
40408
|
+
},
|
40249
40409
|
{
|
40250
40410
|
name: 'Ntity Mainnet',
|
40251
40411
|
chain: 'Ntity',
|