Skip to content

Commit

Permalink
🚀 goerli: deploy previewer rewards hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Jul 26, 2023
1 parent b6fd0a7 commit 778bbae
Show file tree
Hide file tree
Showing 5 changed files with 114 additions and 241 deletions.
67 changes: 67 additions & 0 deletions .openzeppelin/goerli.json
Original file line number Diff line number Diff line change
Expand Up @@ -29257,6 +29257,73 @@
}
}
}
},
"0xc0a766D7eFBB280CF442905B00C92BAdA744A60B": {
"address": "0xc0a766D7eFBB280CF442905B00C92BAdA744A60B",
"layout": {
"solcVersion": "0.8.17",
"storage": [],
"types": {}
}
},
"0x3F38F4d59D324682ef4832cD2735769b72CC57A4": {
"address": "0x3F38F4d59D324682ef4832cD2735769b72CC57A4",
"layout": {
"solcVersion": "0.8.17",
"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": "poolFees",
"offset": 0,
"slot": "1",
"type": "t_mapping(t_address,t_mapping(t_address,t_uint24))",
"contract": "DebtPreviewer",
"src": "contracts/periphery/DebtPreviewer.sol:36"
}
],
"types": {
"t_address": {
"label": "address",
"numberOfBytes": "20"
},
"t_bool": {
"label": "bool",
"numberOfBytes": "1"
},
"t_mapping(t_address,t_mapping(t_address,t_uint24))": {
"label": "mapping(address => mapping(address => uint24))",
"numberOfBytes": "32"
},
"t_mapping(t_address,t_uint24)": {
"label": "mapping(address => uint24)",
"numberOfBytes": "32"
},
"t_uint24": {
"label": "uint24",
"numberOfBytes": "3"
},
"t_uint8": {
"label": "uint8",
"numberOfBytes": "1"
}
}
}
}
}
}
125 changes: 8 additions & 117 deletions deployments/goerli/DebtPreviewer.json

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions deployments/goerli/DebtPreviewer_Implementation.json

Large diffs are not rendered by default.

101 changes: 8 additions & 93 deletions deployments/goerli/Previewer.json

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions deployments/goerli/Previewer_Implementation.json

Large diffs are not rendered by default.

0 comments on commit 778bbae

Please sign in to comment.