Skip to content

Commit

Permalink
🚀 optimism: 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 778bbae commit f940754
Show file tree
Hide file tree
Showing 6 changed files with 188 additions and 113 deletions.
5 changes: 5 additions & 0 deletions .changeset/weak-icons-stare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@exactly/protocol": patch
---

🚀 optimism: deploy previewer rewards hotfix
134 changes: 134 additions & 0 deletions .openzeppelin/optimism.json
Original file line number Diff line number Diff line change
Expand Up @@ -8544,6 +8544,140 @@
}
}
}
},
"0x86f6D8b717D49527Db3126F31Bdd3B0047694bf9": {
"address": "0x86f6D8b717D49527Db3126F31Bdd3B0047694bf9",
"layout": {
"solcVersion": "0.8.17",
"storage": [],
"types": {}
}
},
"0x3744877F596db480c52AA89D8c8B1c67678fEB93": {
"address": "0x3744877F596db480c52AA89D8c8B1c67678fEB93",
"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"
}
}
}
},
"0xa15566E9cF856F3780706715A1b1EfB2918304aF": {
"address": "0xa15566E9cF856F3780706715A1b1EfB2918304aF",
"layout": {
"solcVersion": "0.8.17",
"storage": [],
"types": {}
}
},
"0xA6b60fb117809b05263c126691c707FB19713825": {
"address": "0xA6b60fb117809b05263c126691c707FB19713825",
"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"
}
}
}
}
}
}
65 changes: 8 additions & 57 deletions deployments/optimism/DebtPreviewer.json

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions deployments/optimism/DebtPreviewer_Implementation.json

Large diffs are not rendered by default.

31 changes: 8 additions & 23 deletions deployments/optimism/Previewer.json

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

0 comments on commit f940754

Please sign in to comment.