Skip to content

Commit 1eb838e

Browse files
committed
📝 Deprecate the Holešky Network
Signed-off-by: pcaversaccio <pascal.caversaccio@hotmail.ch>
1 parent e83441b commit 1eb838e

6 files changed

Lines changed: 55 additions & 64 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2267,7 +2267,6 @@ To verify a deployed [`CreateX`](./src/CreateX.sol) contract on a block explorer
22672267
#### Ethereum Test Networks
22682268

22692269
- [Sepolia](https://sepolia.etherscan.io/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
2270-
- [Holešky (Holešovice)](https://holesky.etherscan.io/address/0xba5ed099633d3b313e4d5f7bdc1305d3c28ba5ed)
22712270
- [Hoodi](https://hoodi.etherscan.io/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
22722271

22732272
#### Additional EVM-Based Test Networks
@@ -2334,7 +2333,7 @@ To verify a deployed [`CreateX`](./src/CreateX.sol) contract on a block explorer
23342333
- [Swellchain Sepolia Testnet](https://swell-testnet-explorer.alt.technology/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
23352334
- [Hemi Sepolia Testnet](https://testnet.explorer.hemi.xyz/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
23362335
- [Berachain Testnet (Bepolia)](https://testnet.berascan.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
2337-
- [Monad Testnet](https://testnet.monvision.io/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
2336+
- [Monad Testnet](https://testnet.monadvision.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
23382337
- [Corn Sepolia Testnet](https://testnet.cornscan.io/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
23392338
- [Arena-Z Sepolia Testnet](https://arena-z.blockscout.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
23402339
- [IoTeX Testnet](https://testnet.iotexscan.io/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)

deployments/deployments.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -653,14 +653,6 @@
653653
"https://repo.sourcify.dev/11155111/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed"
654654
]
655655
},
656-
{
657-
"name": "Holešky (Holešovice)",
658-
"chainId": 17000,
659-
"urls": [
660-
"https://holesky.etherscan.io/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed",
661-
"https://repo.sourcify.dev/17000/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed"
662-
]
663-
},
664656
{
665657
"name": "Hoodi",
666658
"chainId": 560048,
@@ -1127,7 +1119,7 @@
11271119
"name": "Monad Testnet",
11281120
"chainId": 10143,
11291121
"urls": [
1130-
"https://testnet.monvision.io/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed"
1122+
"https://testnet.monadvision.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed"
11311123
]
11321124
},
11331125
{

foundry.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lib/openzeppelin-contracts": {
99
"branch": {
1010
"name": "master",
11-
"rev": "6308fdc5e8e0d5e8a94dc9d5d4c79f6331334c81"
11+
"rev": "0de8004a14d281e1522a12da6b84ea8d389e1631"
1212
}
1313
},
1414
"lib/solady": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"author": "pcaversaccio (https://pcaversaccio.com), Matt Solomon (https://mattsolomon.dev)",
2323
"license": "AGPL-3.0-only",
24-
"packageManager": "pnpm@10.22.0",
24+
"packageManager": "pnpm@10.23.0",
2525
"scripts": {
2626
"clean": "npx hardhat clean && forge clean",
2727
"test": "forge test --out forge-artifacts",

pnpm-lock.yaml

Lines changed: 50 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)