Skip to content

Commit

Permalink
fix tests by pinning storage slot
Browse files Browse the repository at this point in the history
  • Loading branch information
kayagokalp committed Aug 14, 2024
1 parent 7032f7a commit 83608fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[
{
"key": "35fa5b7532d53cf687e13e3db014eaf208c5b8c534ab693dd7090d5e02675f3e",
"key": "72fc5f2af3af1d5912212382d8323bd34e899429c427791cee5428ab6d77afe7",
"value": "0000000000000000000000000000000000000000000000000000000000000000"
},
{
"key": "35fa5b7532d53cf687e13e3db014eaf208c5b8c534ab693dd7090d5e02675f3f",
"key": "72fc5f2af3af1d5912212382d8323bd34e899429c427791cee5428ab6d77afe8",
"value": "0000000000000000000000000000000000000000000000000000000000000000"
},
{
"key": "b18f98389493a4aa04e99cbbb64c21d6e36d6f4cedecaa693fbaeea0cf660e8a",
"key": "7bb458adc1d118713319a5baa00a2d049dd64d2916477d2688d76970c898cd55",
"value": "0000000000000000000000000000000000000000000000000000000000000000"
},
{
"key": "b18f98389493a4aa04e99cbbb64c21d6e36d6f4cedecaa693fbaeea0cf660e8b",
"key": "7bb458adc1d118713319a5baa00a2d049dd64d2916477d2688d76970c898cd56",
"value": "0000000000000000000000000000000000000000000000000000000000000000"
}
]
Binary file modified forc-plugins/forc-client/proxy_abi/proxy_contract.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion forc-plugins/forc-client/tests/deploy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ async fn test_deploy_fresh_proxy() {
.unwrap(),
proxy: Some(
ContractId::from_str(
"153a2fb18a40fc42abb3f5a377cfdc7e83a7ea2a270dbaeddaa94acb532fee0f",
"ca196e29217545f6e676d93bbd03219aef6ee4adf96ce960b5005a67aa04fb5d",
)
.unwrap(),
),
Expand Down

0 comments on commit 83608fd

Please sign in to comment.