Skip to content

Commit 8975f82

Browse files
committed
feat(app): new contract
1 parent fbea172 commit 8975f82

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

packages/app/src/abi.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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,
@@ -20,7 +20,6 @@
2020
"Kevin Wang <[email protected]>"
2121
]
2222
},
23-
"image": null,
2423
"spec": {
2524
"constructors": [
2625
{
@@ -1942,4 +1941,4 @@
19421941
}
19431942
],
19441943
"version": "4"
1945-
}
1944+
}

packages/app/src/machines/actors/contract.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import abi from '@/abi.json'
22
import { fromPromise } from "xstate";
33
import { PinkContractPromise } from '@phala/sdk';
44

5-
const BAZK_CONTRACT_ID = '0x8113a143dc2b8d5e7b2ea82f2741c35228052360bb1a4deb3a57467fa76918ee'
5+
const BAZK_CONTRACT_ID = '0xd72ac19567088e35a446e0dacdfadc5f266ea68d2481401d9e6b374310fac3de'
66

77
export const contractConnection = fromPromise(
88
async ({ input }: any) => {

0 commit comments

Comments
 (0)