Skip to content

Commit d383ea6

Browse files
authored
feat: remove support for Holesky (#255)
1 parent ddf9634 commit d383ea6

17 files changed

+5
-60
lines changed

patches/@wagmi+cli+1.5.2.patch

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
diff --git a/node_modules/@wagmi/cli/dist/plugins/index.d.ts b/node_modules/@wagmi/cli/dist/plugins/index.d.ts
2-
index 04a78d1..1574961 100644
2+
index 04a78d1..0eb6430 100644
33
--- a/node_modules/@wagmi/cli/dist/plugins/index.d.ts
44
+++ b/node_modules/@wagmi/cli/dist/plugins/index.d.ts
5-
@@ -114,12 +114,15 @@ declare const apiUrls: {
6-
1: string;
7-
5: string;
8-
11155111: string;
9-
+ 17000: string;
10-
10: string;
11-
420: string;
5+
@@ -119,7 +119,9 @@ declare const apiUrls: {
126
137: string;
137
80001: string;
148
42161: string;
@@ -19,7 +13,7 @@ index 04a78d1..1574961 100644
1913
97: string;
2014
128: string;
2115
diff --git a/node_modules/@wagmi/cli/dist/plugins/index.js b/node_modules/@wagmi/cli/dist/plugins/index.js
22-
index 8e23da2..7fa021f 100644
16+
index 8e23da2..e075435 100644
2317
--- a/node_modules/@wagmi/cli/dist/plugins/index.js
2418
+++ b/node_modules/@wagmi/cli/dist/plugins/index.js
2519
@@ -386,12 +386,12 @@ function blockExplorer({
@@ -37,13 +31,7 @@ index 8e23da2..7fa021f 100644
3731
})}${apiKey ? `&apikey=${apiKey}` : ""}`
3832
};
3933
}
40-
@@ -1381,12 +1381,15 @@ var apiUrls = {
41-
[1]: "https://api.etherscan.io/api",
42-
[5]: "https://api-goerli.etherscan.io/api",
43-
[11155111]: "https://api-sepolia.etherscan.io/api",
44-
+ [17000]: "https://api-holesky.etherscan.io/api",
45-
[10]: "https://api-optimistic.etherscan.io/api",
46-
[420]: "https://api-goerli-optimistic.etherscan.io/api",
34+
@@ -1386,7 +1386,9 @@ var apiUrls = {
4735
[137]: "https://api.polygonscan.com/api",
4836
[80001]: "https://api-testnet.polygonscan.com/api",
4937
[42161]: "https://api.arbiscan.io/api",
@@ -53,7 +41,7 @@ index 8e23da2..7fa021f 100644
5341
[56]: "https://api.bscscan.com/api",
5442
[97]: "https://api-testnet.bscscan.com/api",
5543
[128]: "https://api.hecoinfo.com/api",
56-
@@ -1413,12 +1416,12 @@ function etherscan({
44+
@@ -1413,12 +1415,12 @@ function etherscan({
5745
baseUrl: apiUrls[chainId],
5846
cacheDuration,
5947
contracts,

src/__snapshots__/getDefaultChallengeGracePeriodBlocks.unit.test.ts.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ exports[`returns default value for challengeGracePeriodBlocks based on parent ch
55
"1": 14400n,
66
"11155111": 14400n,
77
"1337": 14400n,
8-
"17000": 14400n,
98
"412346": 14400n,
109
"42161": 14400n,
1110
"421614": 14400n,

src/__snapshots__/getDefaultConfirmPeriodBlocks.unit.test.ts.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ exports[`returns default value for confirmPeriodBlocks based on parent chain 1`]
55
"1": 50400n,
66
"11155111": 150n,
77
"1337": 150n,
8-
"17000": 150n,
98
"412346": 150n,
109
"42161": 50400n,
1110
"421614": 150n,

src/__snapshots__/getDefaultMinimumAssertionPeriod.unit.test.ts.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ exports[`returns default value for minimumAssertionPeriod based on parent chain
55
"1": 75n,
66
"11155111": 75n,
77
"1337": 75n,
8-
"17000": 75n,
98
"412346": 75n,
109
"42161": 75n,
1110
"421614": 75n,

src/__snapshots__/getDefaultSequencerInboxMaxTimeVariation.unit.test.ts.snap

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ exports[`returns default value for sequencerInboxMaxTimeVariation based on paren
2020
"futureBlocks": 300n,
2121
"futureSeconds": 3600n,
2222
},
23-
"17000": {
24-
"delayBlocks": 28800n,
25-
"delaySeconds": 345600n,
26-
"futureBlocks": 300n,
27-
"futureSeconds": 3600n,
28-
},
2923
"412346": {
3024
"delayBlocks": 28800n,
3125
"delaySeconds": 345600n,

src/__snapshots__/getDefaultValidatorAfkBlocks.unit.test.ts.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ exports[`returns default value for validatorAfkBlocks based on parent chain 1`]
55
"1": 201600n,
66
"11155111": 201600n,
77
"1337": 201600n,
8-
"17000": 201600n,
98
"412346": 201600n,
109
"42161": 201600n,
1110
"421614": 201600n,

src/chains.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import {
55
arbitrumNova,
66
base,
77
sepolia,
8-
holesky,
98
arbitrumSepolia,
109
baseSepolia,
1110
} from 'viem/chains';
@@ -137,7 +136,6 @@ export const mainnets = [
137136
export const testnets = [
138137
// testnet L1
139138
sepolia,
140-
holesky,
141139
// testnet L2
142140
arbitrumSepolia,
143141
baseSepolia,
@@ -158,7 +156,6 @@ export {
158156
base,
159157
// testnet L1
160158
sepolia,
161-
holesky,
162159
// testnet L2
163160
arbitrumSepolia,
164161
baseSepolia,

src/contracts/RollupCreator/v1.1.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x90d68b056c411015eae3ec0b98ad94e2c91419f1)
77
* -
88
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x850F050C65B34966895AdA26a4D06923901916DB)
9-
* -
109
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x9CAd81628aB7D8e239F1A5B497313341578c5F71)
1110
* - [__View Contract on Arbitrum Nova Arbiscan__](https://nova.arbiscan.io/address/0x9CAd81628aB7D8e239F1A5B497313341578c5F71)
1211
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x1E0921818df948c338380e722C8aE91Bb285763C)
@@ -205,7 +204,6 @@ export const rollupCreatorABI = [
205204
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x90d68b056c411015eae3ec0b98ad94e2c91419f1)
206205
* -
207206
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x850F050C65B34966895AdA26a4D06923901916DB)
208-
* -
209207
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x9CAd81628aB7D8e239F1A5B497313341578c5F71)
210208
* - [__View Contract on Arbitrum Nova Arbiscan__](https://nova.arbiscan.io/address/0x9CAd81628aB7D8e239F1A5B497313341578c5F71)
211209
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x1E0921818df948c338380e722C8aE91Bb285763C)
@@ -216,7 +214,6 @@ export const rollupCreatorAddress = {
216214
1: '0x90D68B056c411015eaE3EC0b98AD94E2C91419F1',
217215
1337: '0x596eAbE0291D4cdAfAC7ef53D16C92Bf6922b5e0',
218216
8453: '0x850F050C65B34966895AdA26a4D06923901916DB',
219-
17000: '0xB512078282F462Ba104231ad856464Ceb0a7747e',
220217
42161: '0x9CAd81628aB7D8e239F1A5B497313341578c5F71',
221218
42170: '0x9CAd81628aB7D8e239F1A5B497313341578c5F71',
222219
84532: '0x1E0921818df948c338380e722C8aE91Bb285763C',
@@ -229,7 +226,6 @@ export const rollupCreatorAddress = {
229226
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x90d68b056c411015eae3ec0b98ad94e2c91419f1)
230227
* -
231228
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x850F050C65B34966895AdA26a4D06923901916DB)
232-
* -
233229
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x9CAd81628aB7D8e239F1A5B497313341578c5F71)
234230
* - [__View Contract on Arbitrum Nova Arbiscan__](https://nova.arbiscan.io/address/0x9CAd81628aB7D8e239F1A5B497313341578c5F71)
235231
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x1E0921818df948c338380e722C8aE91Bb285763C)

src/contracts/RollupCreator/v2.1.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x8c88430658a03497D13cDff7684D37b15aA2F3e1)
77
* -
88
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x091b8FC0F48613b191f81009797ce55Cf97Af7C8)
9-
* -
109
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x79607f00e61E6d7C0E6330bd7E9c4AC320D50FC9)
1110
* - [__View Contract on Arbitrum Nova Arbiscan__](https://nova.arbiscan.io/address/0x9B523BF5F77e8d90e0E9eb0924aEA6E40B081aE6)
1211
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x6e244cD02BBB8a6dbd7F626f05B2ef82151Ab502)
@@ -206,7 +205,6 @@ export const rollupCreatorABI = [
206205
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x8c88430658a03497D13cDff7684D37b15aA2F3e1)
207206
* -
208207
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x091b8FC0F48613b191f81009797ce55Cf97Af7C8)
209-
* -
210208
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x79607f00e61E6d7C0E6330bd7E9c4AC320D50FC9)
211209
* - [__View Contract on Arbitrum Nova Arbiscan__](https://nova.arbiscan.io/address/0x9B523BF5F77e8d90e0E9eb0924aEA6E40B081aE6)
212210
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x6e244cD02BBB8a6dbd7F626f05B2ef82151Ab502)
@@ -217,7 +215,6 @@ export const rollupCreatorAddress = {
217215
1: '0x8c88430658a03497D13cDff7684D37b15aA2F3e1',
218216
1337: '0x82A3c114b40ecF1FC34745400A1B9B9115c33d31',
219217
8453: '0x091b8FC0F48613b191f81009797ce55Cf97Af7C8',
220-
17000: '0x03c70F125Df471E4fd0515ca38504edFE6900F19',
221218
42161: '0x79607f00e61E6d7C0E6330bd7E9c4AC320D50FC9',
222219
42170: '0x9B523BF5F77e8d90e0E9eb0924aEA6E40B081aE6',
223220
84532: '0x6e244cD02BBB8a6dbd7F626f05B2ef82151Ab502',
@@ -230,7 +227,6 @@ export const rollupCreatorAddress = {
230227
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x8c88430658a03497D13cDff7684D37b15aA2F3e1)
231228
* -
232229
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x091b8FC0F48613b191f81009797ce55Cf97Af7C8)
233-
* -
234230
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x79607f00e61E6d7C0E6330bd7E9c4AC320D50FC9)
235231
* - [__View Contract on Arbitrum Nova Arbiscan__](https://nova.arbiscan.io/address/0x9B523BF5F77e8d90e0E9eb0924aEA6E40B081aE6)
236232
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x6e244cD02BBB8a6dbd7F626f05B2ef82151Ab502)

src/contracts/TokenBridgeCreator/v1.2.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x60D9A46F24D5a35b95A78Dd3E793e55D94EE0660)
77
* -
88
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x4C240987d6fE4fa8C7a0004986e3db563150CA55)
9-
* -
109
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x2f5624dc8800dfA0A82AC03509Ef8bb8E7Ac000e)
1110
* - [__View Contract on Arbitrum Nova Arbiscan__](https://nova.arbiscan.io/address/0x8B9D9490a68B1F16ac8A21DdAE5Fd7aB9d708c14)
1211
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0xFC71d21a4FE10Cc0d34745ba9c713836f82f8DE3)
@@ -406,7 +405,6 @@ export const tokenBridgeCreatorABI = [
406405
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x60D9A46F24D5a35b95A78Dd3E793e55D94EE0660)
407406
* -
408407
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x4C240987d6fE4fa8C7a0004986e3db563150CA55)
409-
* -
410408
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x2f5624dc8800dfA0A82AC03509Ef8bb8E7Ac000e)
411409
* - [__View Contract on Arbitrum Nova Arbiscan__](https://nova.arbiscan.io/address/0x8B9D9490a68B1F16ac8A21DdAE5Fd7aB9d708c14)
412410
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0xFC71d21a4FE10Cc0d34745ba9c713836f82f8DE3)
@@ -417,7 +415,6 @@ export const tokenBridgeCreatorAddress = {
417415
1: '0x60D9A46F24D5a35b95A78Dd3E793e55D94EE0660',
418416
1337: '0x4Af567288e68caD4aA93A272fe6139Ca53859C70',
419417
8453: '0x4C240987d6fE4fa8C7a0004986e3db563150CA55',
420-
17000: '0xac890ED9bC2494C053cE701F138958df95966d94',
421418
42161: '0x2f5624dc8800dfA0A82AC03509Ef8bb8E7Ac000e',
422419
42170: '0x8B9D9490a68B1F16ac8A21DdAE5Fd7aB9d708c14',
423420
84532: '0xFC71d21a4FE10Cc0d34745ba9c713836f82f8DE3',
@@ -430,7 +427,6 @@ export const tokenBridgeCreatorAddress = {
430427
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x60D9A46F24D5a35b95A78Dd3E793e55D94EE0660)
431428
* -
432429
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x4C240987d6fE4fa8C7a0004986e3db563150CA55)
433-
* -
434430
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x2f5624dc8800dfA0A82AC03509Ef8bb8E7Ac000e)
435431
* - [__View Contract on Arbitrum Nova Arbiscan__](https://nova.arbiscan.io/address/0x8B9D9490a68B1F16ac8A21DdAE5Fd7aB9d708c14)
436432
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0xFC71d21a4FE10Cc0d34745ba9c713836f82f8DE3)

0 commit comments

Comments
 (0)