Skip to content

Commit

Permalink
Updates contract ids.
Browse files Browse the repository at this point in the history
  • Loading branch information
esdrubal committed Jun 17, 2024
1 parent 58732e9 commit 1b134d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use basic_storage_abi::{BasicStorage, Quad};
#[cfg(experimental_new_encoding = false)]
const CONTRACT_ID = 0x044ab65bcabeebb73c88d8625ce392224c613cb1dae21ebedaa36bf6db1f5f4e;
#[cfg(experimental_new_encoding = true)]
const CONTRACT_ID = 0x06c3b5e51ecc62583bba9754e937446501f6afff669bb0cb715b2436264be18c;
const CONTRACT_ID = 0x0550df4fa340d2bbfe638adc3f078cb522153073466bd246c141866f3a07b6e4;

fn main() -> u64 {
let addr = abi(BasicStorage, CONTRACT_ID);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use dynamic_contract_call::*;
#[cfg(experimental_new_encoding = false)]
const CONTRACT_ID = 0x080ca4b6a4661d3cc2138f733cbe54095ce8b910eee73d913c1f43ecad6bf0d2;
#[cfg(experimental_new_encoding = true)]
const CONTRACT_ID = 0x4aec889245b6bd61b8a9a5223987aca61edab4f949571ac1ca1798892f6fc62c;
const CONTRACT_ID = 0xe2e720d182b0e443a995ca4bfd1cd44dd5ca8cd4ef393dd2e8f3be509e9f9e34;

fn main() -> bool {
let the_abi = abi(Incrementor, CONTRACT_ID);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use storage_enum_abi::*;
#[cfg(experimental_new_encoding = false)]
const CONTRACT_ID = 0x0d2d9546e833c166b64a340f5694fa01ca6bb53c3ec681d6c1ade1b9c0a2bf46;
#[cfg(experimental_new_encoding = true)]
const CONTRACT_ID = 0x7328b03ea40e76d9ca035034718feee78844c437f2f79a43db098903c499c653;
const CONTRACT_ID = 0xc27baae5959faf586dabd2387ff1332b5af71c0c91c62f31bc4f826d61bd6574;

fn main() -> u64 {
let caller = abi(StorageEnum, CONTRACT_ID);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use std::hash::*;
#[cfg(experimental_new_encoding = false)]
const CONTRACT_ID = 0x88732a14508defea37a44d0b0ae9af5c776253215180a1c3288f8d504ebb84db;
#[cfg(experimental_new_encoding = true)]
const CONTRACT_ID = 0x65a734e6ace3e7dc982a05cc6dfafe4a09ee01d51cff5d1b043645739c26adfa;
const CONTRACT_ID = 0x68d755d3d33d463a1eea52b5a5d38eff4c579f2be440dad02ef6cd8417ce3422;

fn main() -> bool {
let caller = abi(StorageAccess, CONTRACT_ID);
Expand Down

0 comments on commit 1b134d4

Please sign in to comment.