Skip to content

Commit

Permalink
Added @matterlabs/hardhat-zksync-node
Browse files Browse the repository at this point in the history
  • Loading branch information
bmschwartz committed Aug 10, 2024
1 parent b978434 commit d5a762b
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 0 deletions.
73 changes: 73 additions & 0 deletions .upgradable/zkSync-testnet-sepolia.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
{
"manifestVersion": "3.2",
"admin": {
"address": "0x5ee325e315e9186Ed26A569DF6bA2B0E0Ab9B3CB",
"txHash": "0x1d93ae50c953facc93f8b292ef421a8efbddc765b4c555657e0320cfd9ceb14c"
},
"proxies": [
{
"address": "0x1f998995E9ef94f82f45E9dDeD0fb13380C173C0",
"txHash": "0xb51b30221938fc1693984eaefaab459801b16eb3def75c9f037e760c43d9127f",
"kind": "transparent"
}
],
"impls": {
"a2da510b244a18010535462d833c62c4e2e38a20fd6ad5ead2ea3d71b9e9901b": {
"address": "0x31576b36d75d9719511A49786fBDCCa0E062ED4A",
"txHash": "0x3d9472450ab7f30a26dd7b80a2dc36e6ea49771fcbaf93d4e9fafb0d99d89415",
"layout": {
"solcVersion": "0.8.24",
"storage": [
{
"label": "_initialized",
"offset": 0,
"slot": "0",
"type": "t_uint8",
"contract": "Initializable",
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:63",
"retypedFrom": "bool"
},
{
"label": "_initializing",
"offset": 1,
"slot": "0",
"type": "t_bool",
"contract": "Initializable",
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:68"
},
{
"label": "dataFeed",
"offset": 2,
"slot": "0",
"type": "t_contract(AggregatorV3Interface)162",
"contract": "BasePriceOracle",
"src": "contracts/PriceOracle/BasePriceOracle.sol:9"
},
{
"label": "useFixedPrice",
"offset": 22,
"slot": "0",
"type": "t_bool",
"contract": "BasePriceOracle",
"src": "contracts/PriceOracle/BasePriceOracle.sol:10"
}
],
"types": {
"t_bool": {
"label": "bool",
"numberOfBytes": "1"
},
"t_contract(AggregatorV3Interface)162": {
"label": "contract AggregatorV3Interface",
"numberOfBytes": "20"
},
"t_uint8": {
"label": "uint8",
"numberOfBytes": "1"
}
},
"namespaces": {}
}
}
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"@matterlabs/hardhat-zksync": "1.1.0",
"@matterlabs/hardhat-zksync-deploy": "1.5.0",
"@matterlabs/hardhat-zksync-ethers": "1.1.0",
"@matterlabs/hardhat-zksync-node": "1.1.1",
"@matterlabs/hardhat-zksync-solc": "1.2.1",
"@matterlabs/hardhat-zksync-verify": "1.6.0",
"@openzeppelin/contracts": "4.6.0",
Expand Down
3 changes: 3 additions & 0 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 d5a762b

Please sign in to comment.