Skip to content

Commit 3cf772e

Browse files
committed
🔁 Update Dependencies and Block Explorer Links
Signed-off-by: pcaversaccio <pascal.caversaccio@hotmail.ch>
1 parent 4de0f69 commit 3cf772e

File tree

9 files changed

+274
-274
lines changed

9 files changed

+274
-274
lines changed

.github/workflows/test-createx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
github-token: ${{ secrets.GITHUB_TOKEN }}
177177

178178
# The following steps act as a temporary workaround, as LCOV `2.4` is not yet supported
179-
# in `zgosalvez/github-actions-report-lcov@v6`: https://github.com/zgosalvez/github-actions-report-lcov/issues/168.
179+
# in `zgosalvez/github-actions-report-lcov@v7`: https://github.com/zgosalvez/github-actions-report-lcov/issues/168.
180180
- name: Set up LCOV `1.16`
181181
run: |
182182
wget https://github.com/linux-test-project/lcov/releases/download/v1.16/lcov-1.16.tar.gz
@@ -197,7 +197,7 @@ jobs:
197197
run: lcov --remove lcov.info 'test/*' --output-file lcov.info --rc lcov_branch_coverage=1
198198

199199
- name: Verify minimum coverage
200-
uses: zgosalvez/github-actions-report-lcov@v6
200+
uses: zgosalvez/github-actions-report-lcov@v7
201201
with:
202202
coverage-files: ./lcov.info
203203
minimum-coverage: 100

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2181,7 +2181,7 @@ To verify a deployed [`CreateX`](./src/CreateX.sol) contract on a block explorer
21812181
- [opBNB](https://opbnb.bscscan.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
21822182
- [OP (Optimism)](https://optimistic.etherscan.io/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
21832183
- [Arbitrum One](https://arbiscan.io/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
2184-
- [Arbitrum Nova](https://nova.arbiscan.io/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
2184+
- [Arbitrum Nova](https://arbitrum-nova.blockscout.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
21852185
- [Polygon](https://polygonscan.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
21862186
- [Polygon zkEVM](https://zkevm.polygonscan.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
21872187
- [Fantom](https://explorer.fantom.network/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
@@ -2253,7 +2253,7 @@ To verify a deployed [`CreateX`](./src/CreateX.sol) contract on a block explorer
22532253
- [MegaETH](https://mega.etherscan.io/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
22542254
- [Bitlayer](https://www.btrscan.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
22552255
- [Ronin](https://app.roninchain.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
2256-
- [ZKsync Era](https://era.zksync.network/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
2256+
- [ZKsync Era](https://explorer.zksync.io/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
22572257
- [Immutable zkEVM](https://explorer.immutable.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
22582258
- [Abstract](https://abscan.org/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
22592259
- [HyperEVM](https://hyperevmscan.io/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
@@ -2351,7 +2351,7 @@ To verify a deployed [`CreateX`](./src/CreateX.sol) contract on a block explorer
23512351
- [MegaETH Testnet](https://testnet-mega.etherscan.io/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
23522352
- [Bitlayer Testnet](https://testnet-scan.bitlayer.org/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
23532353
- [Ronin Testnet (Saigon)](https://saigon-app.roninchain.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
2354-
- [ZKsync Era Sepolia Testnet](https://sepolia-era.zksync.network/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
2354+
- [ZKsync Era Sepolia Testnet](https://sepolia.explorer.zksync.io/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
23552355
- [Immutable zkEVM Sepolia Testnet](https://explorer.testnet.immutable.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
23562356
- [Abstract Sepolia Testnet](https://sepolia.abscan.org/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
23572357
- [HyperEVM Testnet](https://testnet.purrsec.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)

deployments/deployments.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"name": "Arbitrum Nova",
4343
"chainId": 42170,
4444
"urls": [
45-
"https://nova.arbiscan.io/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed",
45+
"https://arbitrum-nova.blockscout.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed",
4646
"https://repo.sourcify.dev/42170/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed"
4747
]
4848
},
@@ -578,7 +578,7 @@
578578
"name": "ZKsync Era",
579579
"chainId": 324,
580580
"urls": [
581-
"https://era.zksync.network/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed"
581+
"https://explorer.zksync.io/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed"
582582
]
583583
},
584584
{
@@ -1247,7 +1247,7 @@
12471247
"name": "ZKsync Era Sepolia Testnet",
12481248
"chainId": 300,
12491249
"urls": [
1250-
"https://sepolia-era.zksync.network/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed"
1250+
"https://sepolia.explorer.zksync.io/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed"
12511251
]
12521252
},
12531253
{

foundry.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"lib/forge-std": {
33
"branch": {
44
"name": "master",
5-
"rev": "0844d7e1fc5e60d77b68e469bff60265f236c398"
5+
"rev": "722afcc99a78706335b5a2ece83a4f0de4bc083d"
66
}
77
},
88
"lib/openzeppelin-contracts": {
99
"branch": {
1010
"name": "master",
11-
"rev": "6b55a93ee9bf4c412de1a03536701de33dfccb87"
11+
"rev": "c1edd06131cf989cf3e0c72c089cbead127384e6"
1212
}
1313
},
1414
"lib/solady": {

interface/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"devDependencies": {
4343
"@eslint/js": "^9.39.3",
4444
"@next/eslint-plugin-next": "^16.1.6",
45-
"@tailwindcss/postcss": "^4.2.0",
45+
"@tailwindcss/postcss": "^4.2.1",
4646
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
4747
"@types/node": "^25.3.0",
4848
"@types/react": "^19.2.14",
@@ -57,8 +57,8 @@
5757
"postcss": "^8.5.6",
5858
"prettier": "^3.8.1",
5959
"prettier-plugin-tailwindcss": "^0.7.2",
60-
"tailwindcss": "^4.2.0",
60+
"tailwindcss": "^4.2.1",
6161
"typescript": "^5.9.3",
62-
"typescript-eslint": "^8.56.0"
62+
"typescript-eslint": "^8.56.1"
6363
}
6464
}

package.json

Lines changed: 3 additions & 3 deletions
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.30.1",
24+
"packageManager": "pnpm@10.30.2",
2525
"scripts": {
2626
"clean": "hardhat clean && forge clean",
2727
"test": "forge test --out forge-artifacts",
@@ -264,7 +264,7 @@
264264
"@nomicfoundation/hardhat-verify": "^2.1.3",
265265
"@typechain/ethers-v6": "^0.5.1",
266266
"@typechain/hardhat": "^9.1.0",
267-
"eslint": "^10.0.1",
267+
"eslint": "^10.0.2",
268268
"eslint-config-prettier": "^10.1.8",
269269
"ethers": "^6.16.0",
270270
"globals": "^17.3.0",
@@ -278,6 +278,6 @@
278278
"ts-node": "^10.9.2",
279279
"typechain": "^8.3.2",
280280
"typescript": "^5.9.3",
281-
"typescript-eslint": "^8.56.0"
281+
"typescript-eslint": "^8.56.1"
282282
}
283283
}

0 commit comments

Comments
 (0)