diff --git a/forc-plugins/forc-client/proxy_abi/proxy_contract-abi.json b/forc-plugins/forc-client/proxy_abi/proxy_contract-abi.json index 011be5632e1..f19a27bdf39 100644 --- a/forc-plugins/forc-client/proxy_abi/proxy_contract-abi.json +++ b/forc-plugins/forc-client/proxy_abi/proxy_contract-abi.json @@ -514,7 +514,7 @@ { "name": "doc-comment", "arguments": [ - " * When `storage.proxy_owner` is not [State::Uninitialized]." + " * When `storage::SRC14.proxy_owner` is not [State::Uninitialized]." ] }, { @@ -713,12 +713,12 @@ { "name": "INITIAL_TARGET", "concreteTypeId": "0d79387ad3bacdc3b7aad9da3a96f4ce60d9a1b6002df254069ad95a3931d5c8", - "offset": 13272 + "offset": 13616 }, { "name": "INITIAL_OWNER", "concreteTypeId": "192bc7098e2fe60635a9918afb563e4e5419d386da2bdbf0d716b4bc8549802c", - "offset": 13224 + "offset": 13568 } ] } \ No newline at end of file diff --git a/forc-plugins/forc-client/proxy_abi/proxy_contract-storage_slots.json b/forc-plugins/forc-client/proxy_abi/proxy_contract-storage_slots.json index c648477bc2a..7401f63e638 100644 --- a/forc-plugins/forc-client/proxy_abi/proxy_contract-storage_slots.json +++ b/forc-plugins/forc-client/proxy_abi/proxy_contract-storage_slots.json @@ -1,10 +1,10 @@ [ { - "key": "72fc5f2af3af1d5912212382d8323bd34e899429c427791cee5428ab6d77afe7", + "key": "35fa5b7532d53cf687e13e3db014eaf208c5b8c534ab693dd7090d5e02675f3e", "value": "0000000000000000000000000000000000000000000000000000000000000000" }, { - "key": "72fc5f2af3af1d5912212382d8323bd34e899429c427791cee5428ab6d77afe8", + "key": "35fa5b7532d53cf687e13e3db014eaf208c5b8c534ab693dd7090d5e02675f3f", "value": "0000000000000000000000000000000000000000000000000000000000000000" }, { @@ -15,4 +15,4 @@ "key": "7bb458adc1d118713319a5baa00a2d049dd64d2916477d2688d76970c898cd56", "value": "0000000000000000000000000000000000000000000000000000000000000000" } -] \ No newline at end of file +] diff --git a/forc-plugins/forc-client/proxy_abi/proxy_contract.bin b/forc-plugins/forc-client/proxy_abi/proxy_contract.bin index 44b17e30c4c..ca4f22d1332 100644 Binary files a/forc-plugins/forc-client/proxy_abi/proxy_contract.bin and b/forc-plugins/forc-client/proxy_abi/proxy_contract.bin differ diff --git a/forc-plugins/forc-client/tests/deploy.rs b/forc-plugins/forc-client/tests/deploy.rs index 1f40025596d..faba22f143a 100644 --- a/forc-plugins/forc-client/tests/deploy.rs +++ b/forc-plugins/forc-client/tests/deploy.rs @@ -294,7 +294,7 @@ async fn test_deploy_fresh_proxy() { .unwrap(), proxy: Some( ContractId::from_str( - "ca196e29217545f6e676d93bbd03219aef6ee4adf96ce960b5005a67aa04fb5d", + "f2d67efbd6038c85ddaffdcdc859770d8bd20eeec8e3909911f1446b2ec9f764", ) .unwrap(), ),