eth-chainlist 0.0.518 → 0.0.519
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/data/chain.js +115 -11
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
3
11
|
### 0.0.518 (2024-10-17)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -8956,7 +8956,7 @@ const chainArray = [
|
|
8956
8956
|
chain: 'KAIA',
|
8957
8957
|
rpc: [ 'https://public-en.kairos.node.kaia.io' ],
|
8958
8958
|
faucets: [ 'https://faucet.kaia.io' ],
|
8959
|
-
nativeCurrency: { name: 'KAIA', symbol: '
|
8959
|
+
nativeCurrency: { name: 'KAIA', symbol: 'KAIA', decimals: 18 },
|
8960
8960
|
infoURL: 'https://kaia.io/',
|
8961
8961
|
shortName: 'kaia-kairos',
|
8962
8962
|
chainId: 1001,
|
@@ -8964,13 +8964,13 @@ const chainArray = [
|
|
8964
8964
|
slip44: 1,
|
8965
8965
|
explorers: [
|
8966
8966
|
{
|
8967
|
-
name: '
|
8968
|
-
url: 'https://
|
8967
|
+
name: 'Kaiascope',
|
8968
|
+
url: 'https://kairos.kaiascope.com',
|
8969
8969
|
standard: 'EIP3091'
|
8970
8970
|
},
|
8971
8971
|
{
|
8972
|
-
name: '
|
8973
|
-
url: 'https://
|
8972
|
+
name: 'Kaiascan',
|
8973
|
+
url: 'https://kairos.kaiascan.io',
|
8974
8974
|
standard: 'EIP3091'
|
8975
8975
|
}
|
8976
8976
|
]
|
@@ -13860,6 +13860,28 @@ const chainArray = [
|
|
13860
13860
|
}
|
13861
13861
|
]
|
13862
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
|
+
},
|
13863
13885
|
{
|
13864
13886
|
name: 'SnaxChain',
|
13865
13887
|
chain: 'ETH',
|
@@ -20259,7 +20281,7 @@ const chainArray = [
|
|
20259
20281
|
chain: 'KAIA',
|
20260
20282
|
rpc: [ 'https://public-en.node.kaia.io' ],
|
20261
20283
|
faucets: [],
|
20262
|
-
nativeCurrency: { name: 'KAIA', symbol: '
|
20284
|
+
nativeCurrency: { name: 'KAIA', symbol: 'KAIA', decimals: 18 },
|
20263
20285
|
infoURL: 'https://kaia.io',
|
20264
20286
|
shortName: 'kaia-mainnet',
|
20265
20287
|
chainId: 8217,
|
@@ -20267,13 +20289,13 @@ const chainArray = [
|
|
20267
20289
|
slip44: 8217,
|
20268
20290
|
explorers: [
|
20269
20291
|
{
|
20270
|
-
name: '
|
20271
|
-
url: 'https://
|
20292
|
+
name: 'Kaiascope',
|
20293
|
+
url: 'https://kaiascope.com',
|
20272
20294
|
standard: 'EIP3091'
|
20273
20295
|
},
|
20274
20296
|
{
|
20275
|
-
name: '
|
20276
|
-
url: 'https://
|
20297
|
+
name: 'Kaiascan',
|
20298
|
+
url: 'https://kaiascan.io',
|
20277
20299
|
standard: 'EIP3091'
|
20278
20300
|
}
|
20279
20301
|
]
|
@@ -23476,6 +23498,28 @@ const chainArray = [
|
|
23476
23498
|
}
|
23477
23499
|
]
|
23478
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
|
+
},
|
23479
23523
|
{
|
23480
23524
|
name: 'Susono',
|
23481
23525
|
chain: 'SUS',
|
@@ -24590,6 +24634,26 @@ const chainArray = [
|
|
24590
24634
|
}
|
24591
24635
|
]
|
24592
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
|
+
},
|
24593
24657
|
{
|
24594
24658
|
name: 'BTCIX Network',
|
24595
24659
|
chain: 'BTCIX',
|
@@ -27252,7 +27316,7 @@ const chainArray = [
|
|
27252
27316
|
name: 'Zircuit Testnet',
|
27253
27317
|
chain: 'Zircuit Testnet',
|
27254
27318
|
icon: 'zircuit',
|
27255
|
-
rpc: [ '
|
27319
|
+
rpc: [ 'https://zircuit1-testnet.p2pify.com/' ],
|
27256
27320
|
faucets: [],
|
27257
27321
|
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
27258
27322
|
infoURL: 'https://www.zircuit.com/',
|
@@ -28442,6 +28506,26 @@ const chainArray = [
|
|
28442
28506
|
bridges: [ { url: 'https://bridge.optopia.ai' } ]
|
28443
28507
|
}
|
28444
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
|
+
},
|
28445
28529
|
{
|
28446
28530
|
name: 'Citrea Devnet',
|
28447
28531
|
chain: 'Citrea',
|
@@ -34936,6 +35020,26 @@ const chainArray = [
|
|
34936
35020
|
}
|
34937
35021
|
]
|
34938
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
|
+
},
|
34939
35043
|
{
|
34940
35044
|
name: 'Astria EVM Dusknet',
|
34941
35045
|
chain: 'RIA',
|