Skip to content

Commit

Permalink
Update storage layouts to accomodate localSkills renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
kronosapiens committed Jul 25, 2024
1 parent 12e659d commit e8eb3f9
Show file tree
Hide file tree
Showing 64 changed files with 2,624 additions and 2,624 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"storage": [
{
"astId": 50364,
"astId": 49441,
"contract": "contracts/bridging/WormholeBridgeForColony.sol:WormholeBridgeForColony",
"label": "authority",
"offset": 0,
"slot": "0",
"type": "t_contract(DSAuthority)50350"
"type": "t_contract(DSAuthority)49427"
},
{
"astId": 50366,
"astId": 49443,
"contract": "contracts/bridging/WormholeBridgeForColony.sol:WormholeBridgeForColony",
"label": "owner",
"offset": 0,
Expand All @@ -30,7 +30,7 @@
"label": "wormhole",
"offset": 0,
"slot": "3",
"type": "t_contract(IWormhole)54240"
"type": "t_contract(IWormhole)53317"
},
{
"astId": 2588,
Expand All @@ -55,12 +55,12 @@
"label": "address",
"numberOfBytes": "20"
},
"t_contract(DSAuthority)50350": {
"t_contract(DSAuthority)49427": {
"encoding": "inplace",
"label": "contract DSAuthority",
"numberOfBytes": "20"
},
"t_contract(IWormhole)54240": {
"t_contract(IWormhole)53317": {
"encoding": "inplace",
"label": "contract IWormhole",
"numberOfBytes": "20"
Expand Down
Loading

0 comments on commit e8eb3f9

Please sign in to comment.