eth-chainlist 0.0.354 → 0.0.356
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 +70 -33
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.356 (2024-03-05)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.355 ([0cf6877](https://github.com/poowf/eth-chainlist/commit/0cf6877516121b9b76b310d974a52503ee4284d8))
|
9
|
+
* update chain data ([fbeae3a](https://github.com/poowf/eth-chainlist/commit/fbeae3a5712dcbb2d8e9f04d5e71de9319ab42e5))
|
10
|
+
|
11
|
+
### 0.0.355 (2024-03-04)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.354 ([2928470](https://github.com/poowf/eth-chainlist/commit/292847019d71b1aa9cec51cf0b25e168588f3e93))
|
17
|
+
* update chain data ([16a6da3](https://github.com/poowf/eth-chainlist/commit/16a6da3424c27e4a5369a3c25f4fcca06ab7896b))
|
18
|
+
|
3
19
|
### 0.0.354 (2024-03-03)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -1179,8 +1179,8 @@ const chainArray = [
|
|
1179
1179
|
'https://rpc.ankr.com/syscoin/${ANKR_API_KEY}',
|
1180
1180
|
'https://syscoin.public-rpc.com',
|
1181
1181
|
'wss://rpc.syscoin.org/wss',
|
1182
|
-
'https://syscoin-evm
|
1183
|
-
'wss://syscoin-evm
|
1182
|
+
'https://syscoin-evm.publicnode.com',
|
1183
|
+
'wss://syscoin-evm.publicnode.com'
|
1184
1184
|
],
|
1185
1185
|
faucets: [ 'https://faucet.syscoin.org' ],
|
1186
1186
|
nativeCurrency: { name: 'Syscoin', symbol: 'SYS', decimals: 18 },
|
@@ -3275,6 +3275,19 @@ const chainArray = [
|
|
3275
3275
|
}
|
3276
3276
|
]
|
3277
3277
|
},
|
3278
|
+
{
|
3279
|
+
name: 'FileFileGo',
|
3280
|
+
chain: 'FFG',
|
3281
|
+
icon: 'ffgIcon',
|
3282
|
+
rpc: [ 'https://rpc.filefilego.com/rpc' ],
|
3283
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
3284
|
+
faucets: [],
|
3285
|
+
nativeCurrency: { name: 'FFG', symbol: 'FFG', decimals: 18 },
|
3286
|
+
infoURL: 'https://filefilego.com',
|
3287
|
+
shortName: 'ffg',
|
3288
|
+
chainId: 191,
|
3289
|
+
networkId: 191
|
3290
|
+
},
|
3278
3291
|
{
|
3279
3292
|
name: 'Crypto Emergency',
|
3280
3293
|
chain: 'CEM',
|
@@ -6509,6 +6522,27 @@ const chainArray = [
|
|
6509
6522
|
slip44: 1,
|
6510
6523
|
status: 'deprecated'
|
6511
6524
|
},
|
6525
|
+
{
|
6526
|
+
name: 'Runic Chain Testnet',
|
6527
|
+
chain: 'Runic',
|
6528
|
+
rpc: [ 'https://rpc-testnet.runic.build' ],
|
6529
|
+
faucets: [ 'https://faucet.runic.build' ],
|
6530
|
+
nativeCurrency: { name: 'Bitcoin', symbol: 'rBTC', decimals: 18 },
|
6531
|
+
infoURL: 'https://runic.build',
|
6532
|
+
shortName: 'runic-testnet',
|
6533
|
+
chainId: 822,
|
6534
|
+
networkId: 822,
|
6535
|
+
status: 'active',
|
6536
|
+
icon: 'runic-testnet',
|
6537
|
+
explorers: [
|
6538
|
+
{
|
6539
|
+
name: 'RunicScan',
|
6540
|
+
url: 'https://scan.runic.build',
|
6541
|
+
icon: 'runic-testnet',
|
6542
|
+
standard: 'EIP3091'
|
6543
|
+
}
|
6544
|
+
]
|
6545
|
+
},
|
6512
6546
|
{
|
6513
6547
|
name: 'CheckDot Blockchain Devnet',
|
6514
6548
|
chain: 'CDT Blockchain',
|
@@ -6798,8 +6832,13 @@ const chainArray = [
|
|
6798
6832
|
chainId: 917,
|
6799
6833
|
networkId: 917,
|
6800
6834
|
slip44: 1,
|
6801
|
-
explorers: [
|
6802
|
-
|
6835
|
+
explorers: [
|
6836
|
+
{
|
6837
|
+
name: 'FireScan',
|
6838
|
+
url: 'https://rinia.firescan.io',
|
6839
|
+
standard: 'EIP3091'
|
6840
|
+
}
|
6841
|
+
]
|
6803
6842
|
},
|
6804
6843
|
{
|
6805
6844
|
name: 'Mode Testnet',
|
@@ -12145,16 +12184,25 @@ const chainArray = [
|
|
12145
12184
|
shortName: 'astrzk',
|
12146
12185
|
title: 'Astar zkEVM Mainnet',
|
12147
12186
|
chain: 'ETH',
|
12148
|
-
icon: '
|
12149
|
-
rpc: [],
|
12187
|
+
icon: 'astar',
|
12188
|
+
rpc: [ 'https://rpc.startale.com/astar-zkevm' ],
|
12150
12189
|
faucets: [],
|
12151
12190
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
12152
12191
|
infoURL: 'https://astar.network',
|
12153
12192
|
chainId: 3776,
|
12154
12193
|
networkId: 3776,
|
12155
|
-
explorers: [
|
12156
|
-
|
12157
|
-
|
12194
|
+
explorers: [
|
12195
|
+
{
|
12196
|
+
name: 'Blockscout Astar zkEVM explorer',
|
12197
|
+
url: 'https://astar-zkevm.explorer.startale.com',
|
12198
|
+
standard: 'EIP3091'
|
12199
|
+
}
|
12200
|
+
],
|
12201
|
+
parent: {
|
12202
|
+
type: 'L2',
|
12203
|
+
chain: 'eip155-1',
|
12204
|
+
bridges: [ { url: 'https://portal.astar.network' } ]
|
12205
|
+
}
|
12158
12206
|
},
|
12159
12207
|
{
|
12160
12208
|
name: 'AlveyChain Mainnet',
|
@@ -12210,14 +12258,14 @@ const chainArray = [
|
|
12210
12258
|
]
|
12211
12259
|
},
|
12212
12260
|
{
|
12213
|
-
name: 'Firechain zkEVM
|
12214
|
-
title: 'Firechain zkEVM
|
12261
|
+
name: 'Firechain zkEVM Ghostrider',
|
12262
|
+
title: 'Firechain zkEVM Testnet',
|
12215
12263
|
chain: 'Firechain',
|
12216
12264
|
rpc: [ 'https://rpc-zkevm-ghostrider.thefirechain.com' ],
|
12217
12265
|
faucets: [ 'zkevm-faucet.thefirechain.com' ],
|
12218
12266
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
12219
12267
|
infoURL: 'https://docs.thefirechain.com/',
|
12220
|
-
shortName: 'firechain-zkEVM-
|
12268
|
+
shortName: 'firechain-zkEVM-testnet',
|
12221
12269
|
chainId: 3885,
|
12222
12270
|
networkId: 3885,
|
12223
12271
|
explorers: []
|
@@ -13571,8 +13619,8 @@ const chainArray = [
|
|
13571
13619
|
rpc: [
|
13572
13620
|
'https://rpc.tanenbaum.io',
|
13573
13621
|
'wss://rpc.tanenbaum.io/wss',
|
13574
|
-
'https://syscoin-tanenbaum-evm
|
13575
|
-
'wss://syscoin-tanenbaum-evm
|
13622
|
+
'https://syscoin-tanenbaum-evm.publicnode.com',
|
13623
|
+
'wss://syscoin-tanenbaum-evm.publicnode.com'
|
13576
13624
|
],
|
13577
13625
|
faucets: [ 'https://faucet.tanenbaum.io' ],
|
13578
13626
|
nativeCurrency: { name: 'Testnet Syscoin', symbol: 'tSYS', decimals: 18 },
|
@@ -14440,14 +14488,9 @@ const chainArray = [
|
|
14440
14488
|
chain: 'Canto',
|
14441
14489
|
rpc: [
|
14442
14490
|
'https://canto.slingshot.finance',
|
14443
|
-
'https://canto.
|
14491
|
+
'https://canto-rpc.ansybl.io',
|
14444
14492
|
'https://mainnode.plexnode.org:8545',
|
14445
|
-
'https://canto.gravitychain.io/'
|
14446
|
-
'https://canto.evm.chandrastation.com/',
|
14447
|
-
'https://jsonrpc.canto.nodestake.top/',
|
14448
|
-
'https://canto.dexvaults.com/',
|
14449
|
-
'wss://canto.gravitychain.io:8546',
|
14450
|
-
'wss://canto.dexvaults.com/ws'
|
14493
|
+
'https://canto.gravitychain.io/'
|
14451
14494
|
],
|
14452
14495
|
faucets: [],
|
14453
14496
|
nativeCurrency: { name: 'Canto', symbol: 'CANTO', decimals: 18 },
|
@@ -14457,19 +14500,14 @@ const chainArray = [
|
|
14457
14500
|
networkId: 7700,
|
14458
14501
|
explorers: [
|
14459
14502
|
{
|
14460
|
-
name: 'Canto
|
14461
|
-
url: 'https://
|
14462
|
-
standard: '
|
14463
|
-
},
|
14464
|
-
{
|
14465
|
-
name: 'Canto Cosmos Explorer',
|
14466
|
-
url: 'https://cosmos-explorers.neobase.one',
|
14467
|
-
standard: 'none'
|
14503
|
+
name: 'Canto Explorer (OKLink)',
|
14504
|
+
url: 'https://www.oklink.com/canto',
|
14505
|
+
standard: 'EIP3091'
|
14468
14506
|
},
|
14469
14507
|
{
|
14470
14508
|
name: 'Canto EVM Explorer (Blockscout)',
|
14471
14509
|
url: 'https://tuber.build',
|
14472
|
-
standard: '
|
14510
|
+
standard: 'EIP3091'
|
14473
14511
|
},
|
14474
14512
|
{
|
14475
14513
|
name: 'dexguru',
|
@@ -24382,7 +24420,7 @@ const chainArray = [
|
|
24382
24420
|
networkId: 6038361,
|
24383
24421
|
explorers: [
|
24384
24422
|
{
|
24385
|
-
name: 'Blockscout zKyoto
|
24423
|
+
name: 'Blockscout zKyoto explorer',
|
24386
24424
|
url: 'https://astar-zkyoto.blockscout.com',
|
24387
24425
|
standard: 'EIP3091'
|
24388
24426
|
}
|
@@ -24394,8 +24432,7 @@ const chainArray = [
|
|
24394
24432
|
{ url: 'https://portal.astar.network' },
|
24395
24433
|
{ url: 'https://bridge.gelato.network/bridge/astar-zkyoto' }
|
24396
24434
|
]
|
24397
|
-
}
|
24398
|
-
status: 'incubating'
|
24435
|
+
}
|
24399
24436
|
},
|
24400
24437
|
{
|
24401
24438
|
name: 'Saakuru Mainnet',
|