Skip to content

Commit

Permalink
Updates proxy-abi contract .bin .json.
Browse files Browse the repository at this point in the history
  • Loading branch information
esdrubal committed Aug 14, 2024
1 parent 1d55638 commit 0d3f777
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions forc-plugins/forc-client/proxy_abi/proxy_contract-abi.json
Original file line number Diff line number Diff line change
Expand Up @@ -713,12 +713,12 @@
{
"name": "INITIAL_TARGET",
"concreteTypeId": "0d79387ad3bacdc3b7aad9da3a96f4ce60d9a1b6002df254069ad95a3931d5c8",
"offset": 17240
"offset": 13272
},
{
"name": "INITIAL_OWNER",
"concreteTypeId": "192bc7098e2fe60635a9918afb563e4e5419d386da2bdbf0d716b4bc8549802c",
"offset": 17192
"offset": 13224
}
]
}
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[
{
"key": "7bb458adc1d118713319a5baa00a2d049dd64d2916477d2688d76970c898cd55",
"key": "72fc5f2af3af1d5912212382d8323bd34e899429c427791cee5428ab6d77afe7",
"value": "0000000000000000000000000000000000000000000000000000000000000000"
},
{
"key": "7bb458adc1d118713319a5baa00a2d049dd64d2916477d2688d76970c898cd56",
"key": "72fc5f2af3af1d5912212382d8323bd34e899429c427791cee5428ab6d77afe8",
"value": "0000000000000000000000000000000000000000000000000000000000000000"
},
{
"key": "bb79927b15d9259ea316f2ecb2297d6cc8851888a98278c0a2e03e1a091ea754",
"key": "dd1352527e2ee01f3fff7946c7c316b4e551db9056e31664aeae6f96735601f7",
"value": "0000000000000000000000000000000000000000000000000000000000000000"
},
{
"key": "bb79927b15d9259ea316f2ecb2297d6cc8851888a98278c0a2e03e1a091ea755",
"key": "dd1352527e2ee01f3fff7946c7c316b4e551db9056e31664aeae6f96735601f8",
"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(
"5237df8db3edbe825ce83f4292094923c989efe3265b0115ed050925593a3488",
"153a2fb18a40fc42abb3f5a377cfdc7e83a7ea2a270dbaeddaa94acb532fee0f",
)
.unwrap(),
),
Expand Down

0 comments on commit 0d3f777

Please sign in to comment.