Skip to content

Commit

Permalink
馃殌 ethereum: deploy new debt previewer
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Aug 17, 2023
1 parent b099cc4 commit 189faaa
Show file tree
Hide file tree
Showing 5 changed files with 195 additions and 429 deletions.
5 changes: 5 additions & 0 deletions .changeset/empty-sheep-fetch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@exactly/protocol": patch
---

馃殌 ethereum: deploy new debt previewer
64 changes: 64 additions & 0 deletions .openzeppelin/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@
"address": "0xa6FCa9d9F2c2DaA0C16F09ec33Ad0B064a6160Ae",
"txHash": "0x4e4299e3d2af4a26f745a5ddac6e2faa464fd26e6e4986aa70944ff5688f0510",
"kind": "transparent"
},
{
"address": "0x9A9baa66bd7239e14F900aED6124446626ACCfc5",
"txHash": "0x0f95cbd7a97143a7e13fcaacd2f34f64a578547e97674b12c0574e0d15352599",
"kind": "transparent"
}
],
"impls": {
Expand Down Expand Up @@ -15215,6 +15220,65 @@
}
}
}
},
"0x1E5eFdf50e47176E062770d5c0EAB5a2f196C012": {
"address": "0x1E5eFdf50e47176E062770d5c0EAB5a2f196C012",
"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"
}
}
}
}
}
}

0 comments on commit 189faaa

Please sign in to comment.