eth-chainlist 0.0.518 → 0.0.520
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 +146 -11
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.520 (2024-10-19)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.519 ([e67d965](https://github.com/poowf/eth-chainlist/commit/e67d965997df10d66e2eaf171b71b91c616e1962))
|
|
9
|
+
* update chain data ([e2b6270](https://github.com/poowf/eth-chainlist/commit/e2b627086815af8a8f095f29381feb80cbcc9d6c))
|
|
10
|
+
|
|
11
|
+
### 0.0.519 (2024-10-18)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.518 ([47850e9](https://github.com/poowf/eth-chainlist/commit/47850e96036c659ef803bdff2ad9287013ef362d))
|
|
17
|
+
* update chain data ([0540792](https://github.com/poowf/eth-chainlist/commit/0540792423c5950fef7832bfae26d5cc66d99475))
|
|
18
|
+
|
|
3
19
|
### 0.0.518 (2024-10-17)
|
|
4
20
|
|
|
5
21
|
|
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',
|
|
@@ -32982,6 +33066,37 @@ const chainArray = [
|
|
|
32982
33066
|
}
|
|
32983
33067
|
]
|
|
32984
33068
|
},
|
|
33069
|
+
{
|
|
33070
|
+
name: 'Camp Network Testnet V2',
|
|
33071
|
+
chain: 'ETH',
|
|
33072
|
+
icon: 'camp',
|
|
33073
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
33074
|
+
rpc: [ 'https://rpc-campnetwork.xyz' ],
|
|
33075
|
+
faucets: [ 'https://www.campnetwork.xyz/faucet' ],
|
|
33076
|
+
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
|
33077
|
+
infoURL: 'https://docs.campnetwork.xyz/',
|
|
33078
|
+
shortName: 'CampV2',
|
|
33079
|
+
chainId: 325000,
|
|
33080
|
+
networkId: 325000,
|
|
33081
|
+
slip44: 1,
|
|
33082
|
+
explorers: [
|
|
33083
|
+
{
|
|
33084
|
+
name: 'blockscout',
|
|
33085
|
+
url: 'https://camp-network-testnet.blockscout.com',
|
|
33086
|
+
icon: 'blockscout',
|
|
33087
|
+
standard: 'EIP3091'
|
|
33088
|
+
}
|
|
33089
|
+
],
|
|
33090
|
+
parent: {
|
|
33091
|
+
type: 'L2',
|
|
33092
|
+
chain: 'eip155-1',
|
|
33093
|
+
bridges: [
|
|
33094
|
+
{
|
|
33095
|
+
url: 'https://bridge.gelato.network/bridge/camp-network-testnet'
|
|
33096
|
+
}
|
|
33097
|
+
]
|
|
33098
|
+
}
|
|
33099
|
+
},
|
|
32985
33100
|
{
|
|
32986
33101
|
name: 'WABA Chain Testnet',
|
|
32987
33102
|
chain: 'WABA Testnet',
|
|
@@ -34936,6 +35051,26 @@ const chainArray = [
|
|
|
34936
35051
|
}
|
|
34937
35052
|
]
|
|
34938
35053
|
},
|
|
35054
|
+
{
|
|
35055
|
+
name: 'Odyssey Testnet',
|
|
35056
|
+
chain: 'ETH',
|
|
35057
|
+
rpc: [ 'https://odyssey.ithaca.xyz' ],
|
|
35058
|
+
faucets: [],
|
|
35059
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
35060
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
35061
|
+
infoURL: 'https://ithaca.xyz',
|
|
35062
|
+
shortName: 'odyssey-testnet',
|
|
35063
|
+
chainId: 911867,
|
|
35064
|
+
networkId: 911867,
|
|
35065
|
+
explorers: [
|
|
35066
|
+
{
|
|
35067
|
+
name: 'odyssey explorer',
|
|
35068
|
+
url: 'https://odyssey-explorer.ithaca.xyz',
|
|
35069
|
+
icon: 'blockscout',
|
|
35070
|
+
standard: 'EIP3091'
|
|
35071
|
+
}
|
|
35072
|
+
]
|
|
35073
|
+
},
|
|
34939
35074
|
{
|
|
34940
35075
|
name: 'Astria EVM Dusknet',
|
|
34941
35076
|
chain: 'RIA',
|