eth-chainlist 0.0.517 → 0.0.519
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 +142 -11
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.519 (2024-10-18)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.518 ([47850e9](https://github.com/poowf/eth-chainlist/commit/47850e96036c659ef803bdff2ad9287013ef362d))
|
9
|
+
* update chain data ([0540792](https://github.com/poowf/eth-chainlist/commit/0540792423c5950fef7832bfae26d5cc66d99475))
|
10
|
+
|
11
|
+
### 0.0.518 (2024-10-17)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.517 ([fb39c65](https://github.com/poowf/eth-chainlist/commit/fb39c656e8debb439800a9d53b46f6af0025d651))
|
17
|
+
* update chain data ([897c6ca](https://github.com/poowf/eth-chainlist/commit/897c6caab902f10ce5f4f2665062cbb1c733641b))
|
18
|
+
|
3
19
|
### 0.0.517 (2024-10-16)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -8419,6 +8419,33 @@ const chainArray = [
|
|
8419
8419
|
}
|
8420
8420
|
]
|
8421
8421
|
},
|
8422
|
+
{
|
8423
|
+
name: 'Haust Mainnet',
|
8424
|
+
title: 'Haust Mainnet',
|
8425
|
+
chain: 'Haust',
|
8426
|
+
rpc: [ 'https://haust-network-rpc.eu-north-2.gateway.fm' ],
|
8427
|
+
faucets: [],
|
8428
|
+
features: [ { name: 'EIP155' } ],
|
8429
|
+
nativeCurrency: { name: 'HAUST', symbol: 'HAUST', decimals: 18 },
|
8430
|
+
infoURL: 'https://haust.network/',
|
8431
|
+
shortName: 'haust',
|
8432
|
+
chainId: 938,
|
8433
|
+
networkId: 938,
|
8434
|
+
icon: 'haust',
|
8435
|
+
explorers: [
|
8436
|
+
{
|
8437
|
+
name: 'blockscout',
|
8438
|
+
url: 'https://haust-network-blockscout.eu-north-2.gateway.fm',
|
8439
|
+
icon: 'haust',
|
8440
|
+
standard: 'EIP3091'
|
8441
|
+
}
|
8442
|
+
],
|
8443
|
+
parent: {
|
8444
|
+
type: 'L2',
|
8445
|
+
chain: 'eip155-1',
|
8446
|
+
bridges: [ { url: 'https://haust-network-bridge.eu-north-2.gateway.fm' } ]
|
8447
|
+
}
|
8448
|
+
},
|
8422
8449
|
{
|
8423
8450
|
name: 'PulseChain Testnet',
|
8424
8451
|
shortName: 'tpls',
|
@@ -8929,7 +8956,7 @@ const chainArray = [
|
|
8929
8956
|
chain: 'KAIA',
|
8930
8957
|
rpc: [ 'https://public-en.kairos.node.kaia.io' ],
|
8931
8958
|
faucets: [ 'https://faucet.kaia.io' ],
|
8932
|
-
nativeCurrency: { name: 'KAIA', symbol: '
|
8959
|
+
nativeCurrency: { name: 'KAIA', symbol: 'KAIA', decimals: 18 },
|
8933
8960
|
infoURL: 'https://kaia.io/',
|
8934
8961
|
shortName: 'kaia-kairos',
|
8935
8962
|
chainId: 1001,
|
@@ -8937,13 +8964,13 @@ const chainArray = [
|
|
8937
8964
|
slip44: 1,
|
8938
8965
|
explorers: [
|
8939
8966
|
{
|
8940
|
-
name: '
|
8941
|
-
url: 'https://
|
8967
|
+
name: 'Kaiascope',
|
8968
|
+
url: 'https://kairos.kaiascope.com',
|
8942
8969
|
standard: 'EIP3091'
|
8943
8970
|
},
|
8944
8971
|
{
|
8945
|
-
name: '
|
8946
|
-
url: 'https://
|
8972
|
+
name: 'Kaiascan',
|
8973
|
+
url: 'https://kairos.kaiascan.io',
|
8947
8974
|
standard: 'EIP3091'
|
8948
8975
|
}
|
8949
8976
|
]
|
@@ -13833,6 +13860,28 @@ const chainArray = [
|
|
13833
13860
|
}
|
13834
13861
|
]
|
13835
13862
|
},
|
13863
|
+
{
|
13864
|
+
name: 'Game7',
|
13865
|
+
title: 'Game7',
|
13866
|
+
chain: 'Game7',
|
13867
|
+
rpc: [ 'https://mainnet-rpc.game7.io', 'wss://mainnet-rpc.game7.io' ],
|
13868
|
+
faucets: [],
|
13869
|
+
nativeCurrency: { name: 'G7', symbol: 'G7', decimals: 18 },
|
13870
|
+
features: [ { name: 'EIP155' } ],
|
13871
|
+
infoURL: 'https://game7.io/',
|
13872
|
+
shortName: 'g7',
|
13873
|
+
chainId: 2187,
|
13874
|
+
networkId: 2187,
|
13875
|
+
icon: 'game7',
|
13876
|
+
explorers: [
|
13877
|
+
{
|
13878
|
+
name: 'Blockscout',
|
13879
|
+
url: 'https://mainnet.game7.io',
|
13880
|
+
icon: 'game7',
|
13881
|
+
standard: 'EIP3091'
|
13882
|
+
}
|
13883
|
+
]
|
13884
|
+
},
|
13836
13885
|
{
|
13837
13886
|
name: 'SnaxChain',
|
13838
13887
|
chain: 'ETH',
|
@@ -20232,7 +20281,7 @@ const chainArray = [
|
|
20232
20281
|
chain: 'KAIA',
|
20233
20282
|
rpc: [ 'https://public-en.node.kaia.io' ],
|
20234
20283
|
faucets: [],
|
20235
|
-
nativeCurrency: { name: 'KAIA', symbol: '
|
20284
|
+
nativeCurrency: { name: 'KAIA', symbol: 'KAIA', decimals: 18 },
|
20236
20285
|
infoURL: 'https://kaia.io',
|
20237
20286
|
shortName: 'kaia-mainnet',
|
20238
20287
|
chainId: 8217,
|
@@ -20240,13 +20289,13 @@ const chainArray = [
|
|
20240
20289
|
slip44: 8217,
|
20241
20290
|
explorers: [
|
20242
20291
|
{
|
20243
|
-
name: '
|
20244
|
-
url: 'https://
|
20292
|
+
name: 'Kaiascope',
|
20293
|
+
url: 'https://kaiascope.com',
|
20245
20294
|
standard: 'EIP3091'
|
20246
20295
|
},
|
20247
20296
|
{
|
20248
|
-
name: '
|
20249
|
-
url: 'https://
|
20297
|
+
name: 'Kaiascan',
|
20298
|
+
url: 'https://kaiascan.io',
|
20250
20299
|
standard: 'EIP3091'
|
20251
20300
|
}
|
20252
20301
|
]
|
@@ -23449,6 +23498,28 @@ const chainArray = [
|
|
23449
23498
|
}
|
23450
23499
|
]
|
23451
23500
|
},
|
23501
|
+
{
|
23502
|
+
name: 'Game7 Testnet',
|
23503
|
+
title: 'Game7 Testnet',
|
23504
|
+
chain: 'Game7',
|
23505
|
+
rpc: [ 'https://testnet-rpc.game7.io', 'wss://testnet-rpc.game7.io' ],
|
23506
|
+
faucets: [],
|
23507
|
+
nativeCurrency: { name: 'TG7T', symbol: 'TG7T', decimals: 18 },
|
23508
|
+
features: [ { name: 'EIP155' } ],
|
23509
|
+
infoURL: 'https://game7.io',
|
23510
|
+
shortName: 'g7t',
|
23511
|
+
chainId: 13746,
|
23512
|
+
networkId: 13746,
|
23513
|
+
icon: 'game7testnet',
|
23514
|
+
explorers: [
|
23515
|
+
{
|
23516
|
+
name: 'Blockscout',
|
23517
|
+
url: 'https://testnet.game7.io',
|
23518
|
+
icon: 'game7testnet',
|
23519
|
+
standard: 'EIP3091'
|
23520
|
+
}
|
23521
|
+
]
|
23522
|
+
},
|
23452
23523
|
{
|
23453
23524
|
name: 'Susono',
|
23454
23525
|
chain: 'SUS',
|
@@ -24563,6 +24634,26 @@ const chainArray = [
|
|
24563
24634
|
}
|
24564
24635
|
]
|
24565
24636
|
},
|
24637
|
+
{
|
24638
|
+
name: 'Astra Sepolia',
|
24639
|
+
chain: 'Astra Sepolia',
|
24640
|
+
icon: 'astrasepolia',
|
24641
|
+
rpc: [ 'https://rpc-astra-9on2f72wzn.t.conduit.xyz' ],
|
24642
|
+
faucets: [],
|
24643
|
+
nativeCurrency: { name: 'Astra', symbol: 'ATX', decimals: 18 },
|
24644
|
+
infoURL: 'https://explorer-astra-9on2f72wzn.t.conduit.xyz',
|
24645
|
+
shortName: 'astra-sepolia',
|
24646
|
+
chainId: 19777,
|
24647
|
+
networkId: 19777,
|
24648
|
+
slip44: 1,
|
24649
|
+
explorers: [
|
24650
|
+
{
|
24651
|
+
name: 'Astra Sepolia Explorer',
|
24652
|
+
url: 'https://explorer-astra-9on2f72wzn.t.conduit.xyz',
|
24653
|
+
standard: 'EIP3091'
|
24654
|
+
}
|
24655
|
+
]
|
24656
|
+
},
|
24566
24657
|
{
|
24567
24658
|
name: 'BTCIX Network',
|
24568
24659
|
chain: 'BTCIX',
|
@@ -27225,7 +27316,7 @@ const chainArray = [
|
|
27225
27316
|
name: 'Zircuit Testnet',
|
27226
27317
|
chain: 'Zircuit Testnet',
|
27227
27318
|
icon: 'zircuit',
|
27228
|
-
rpc: [ '
|
27319
|
+
rpc: [ 'https://zircuit1-testnet.p2pify.com/' ],
|
27229
27320
|
faucets: [],
|
27230
27321
|
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
27231
27322
|
infoURL: 'https://www.zircuit.com/',
|
@@ -28415,6 +28506,26 @@ const chainArray = [
|
|
28415
28506
|
bridges: [ { url: 'https://bridge.optopia.ai' } ]
|
28416
28507
|
}
|
28417
28508
|
},
|
28509
|
+
{
|
28510
|
+
name: 'TikTrix Testnet',
|
28511
|
+
chain: 'tTTX',
|
28512
|
+
icon: 'tiktrix',
|
28513
|
+
rpc: [ 'https://tiktrix-rpc.xyz' ],
|
28514
|
+
faucets: [],
|
28515
|
+
nativeCurrency: { name: 'tTTX', symbol: 'tTTX', decimals: 18 },
|
28516
|
+
infoURL: 'https://tiktrix.gg',
|
28517
|
+
shortName: 'tiktrix-testnet',
|
28518
|
+
chainId: 62092,
|
28519
|
+
networkId: 62092,
|
28520
|
+
slip44: 1,
|
28521
|
+
explorers: [
|
28522
|
+
{
|
28523
|
+
name: 'TikTrix Testnet Explorer',
|
28524
|
+
url: 'https://tiktrix.xyz',
|
28525
|
+
standard: 'EIP3091'
|
28526
|
+
}
|
28527
|
+
]
|
28528
|
+
},
|
28418
28529
|
{
|
28419
28530
|
name: 'Citrea Devnet',
|
28420
28531
|
chain: 'Citrea',
|
@@ -34909,6 +35020,26 @@ const chainArray = [
|
|
34909
35020
|
}
|
34910
35021
|
]
|
34911
35022
|
},
|
35023
|
+
{
|
35024
|
+
name: 'Odyssey Testnet',
|
35025
|
+
chain: 'ETH',
|
35026
|
+
rpc: [ 'https://odyssey.ithaca.xyz' ],
|
35027
|
+
faucets: [],
|
35028
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
35029
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
35030
|
+
infoURL: 'https://ithaca.xyz',
|
35031
|
+
shortName: 'odyssey-testnet',
|
35032
|
+
chainId: 911867,
|
35033
|
+
networkId: 911867,
|
35034
|
+
explorers: [
|
35035
|
+
{
|
35036
|
+
name: 'odyssey explorer',
|
35037
|
+
url: 'https://odyssey-explorer.ithaca.xyz',
|
35038
|
+
icon: 'blockscout',
|
35039
|
+
standard: 'EIP3091'
|
35040
|
+
}
|
35041
|
+
]
|
35042
|
+
},
|
34912
35043
|
{
|
34913
35044
|
name: 'Astria EVM Dusknet',
|
34914
35045
|
chain: 'RIA',
|