Skip to content

Commit

Permalink
🔁 Bump Deps
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
  • Loading branch information
pcaversaccio committed Dec 24, 2023
1 parent 83279b2 commit 4f7ebb8
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 77 deletions.
6 changes: 3 additions & 3 deletions contracts/Create2DeployerLocal.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.19;
pragma solidity ^0.8.23;

import {Create2Deployer} from "xdeployer/src/contracts/Create2Deployer.sol";
import {CreateX} from "xdeployer/src/contracts/CreateX.sol";

contract Create2DeployerLocal is Create2Deployer {}
contract Create2DeployerLocal is CreateX {}
8 changes: 4 additions & 4 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -745,16 +745,16 @@ const config: HardhatUserConfig = {
network: "celo",
chainId: 42220,
urls: {
apiURL: "https://explorer.celo.org/mainnet/api",
browserURL: "https://explorer.celo.org/mainnet",
apiURL: "https://api.celoscan.io/api",
browserURL: "https://celoscan.io",
},
},
{
network: "alfajores",
chainId: 44787,
urls: {
apiURL: "https://explorer.celo.org/alfajores/api",
browserURL: "https://explorer.celo.org/alfajores",
apiURL: "https://api-alfajores.celoscan.io/api",
browserURL: "https://alfajores.celoscan.io",
},
},
{
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@
"lint:fix": "pnpm run prettier:fix && pnpm run solhint:fix && npx eslint **/*.{js,ts} --fix"
},
"devDependencies": {
"@matterlabs/hardhat-zksync-deploy": "^1.1.1",
"@matterlabs/hardhat-zksync-ethers": "0.0.1-beta.1",
"@matterlabs/hardhat-zksync-solc": "^1.0.5",
"@matterlabs/hardhat-zksync-verify": "^1.2.1",
"@matterlabs/hardhat-zksync-deploy": "^1.1.2",
"@matterlabs/hardhat-zksync-ethers": "0.0.1-beta.2",
"@matterlabs/hardhat-zksync-solc": "^1.0.6",
"@matterlabs/hardhat-zksync-verify": "^1.2.2",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.2",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomicfoundation/hardhat-ledger": "^1.0.1",
Expand All @@ -140,13 +140,13 @@
"hardhat-contract-sizer": "^2.10.0",
"hardhat-gas-reporter": "^1.0.9",
"prettier": "^3.1.1",
"prettier-plugin-solidity": "^1.2.0",
"prettier-plugin-solidity": "^1.3.1",
"solhint": "^4.0.0",
"solidity-coverage": "^0.8.5",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.3.3",
"xdeployer": "^2.2.2",
"xdeployer": "^3.0.0",
"zksync-ethers": "^6.0.0"
}
}
126 changes: 62 additions & 64 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4f7ebb8

Please sign in to comment.