Skip to content

Commit

Permalink
fix contract id
Browse files Browse the repository at this point in the history
  • Loading branch information
xunilrj committed Sep 20, 2023
1 parent c666020 commit 78ed9f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ script;
use basic_storage_abi::{BasicStorage, Quad};

fn main() -> u64 {
let addr = abi(BasicStorage, 0x72c3d8608b58c12b5166d43346dc6b7f5a731f9b3f3761c6306d3962d261d025);
let addr = abi(BasicStorage, 0x2b30d419a93547d7dfd49efb63805fbaeefe72300c1d5028a313c998457c301d);

let key = 0x0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff;
let value = 4242;
Expand Down

0 comments on commit 78ed9f0

Please sign in to comment.