File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "source" : {
3- "hash" : " 0xa6162c09e1f9e1c1576f6580260379a0b561b3a7d2148db8426b9d758d45db79 " ,
3+ "hash" : " 0x6ee2fb88c053ae5a47e97e28b590e7302cfb40e3e35bbdd66ad48a9f89afc508 " ,
44 "language" : " ink! 4.3.0" ,
5- "compiler" : " rustc 1.77.2 " ,
5+ "compiler" : " rustc 1.73.0 " ,
66 "build_info" : {
77 "build_mode" : " Debug" ,
8- "cargo_contract_version" : " 4.1.1 " ,
8+ "cargo_contract_version" : " 3.2.0 " ,
99 "rust_toolchain" : " stable-x86_64-unknown-linux-gnu" ,
1010 "wasm_opt_settings" : {
1111 "keep_debug_symbols" : false ,
20202121 ]
2222 },
23- "image" : null ,
2423 "spec" : {
2524 "constructors" : [
2625 {
19421941 }
19431942 ],
19441943 "version" : " 4"
1945- }
1944+ }
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import abi from '@/abi.json'
22import { fromPromise } from "xstate" ;
33import { PinkContractPromise } from '@phala/sdk' ;
44
5- const BAZK_CONTRACT_ID = '0x8113a143dc2b8d5e7b2ea82f2741c35228052360bb1a4deb3a57467fa76918ee '
5+ const BAZK_CONTRACT_ID = '0xd72ac19567088e35a446e0dacdfadc5f266ea68d2481401d9e6b374310fac3de '
66
77export const contractConnection = fromPromise (
88 async ( { input } : any ) => {
You can’t perform that action at this time.
0 commit comments