Skip to content

Commit

Permalink
feat(app): new contract
Browse files Browse the repository at this point in the history
  • Loading branch information
1Mateus committed May 9, 2024
1 parent fbea172 commit 8975f82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions packages/app/src/abi.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"source": {
"hash": "0xa6162c09e1f9e1c1576f6580260379a0b561b3a7d2148db8426b9d758d45db79",
"hash": "0x6ee2fb88c053ae5a47e97e28b590e7302cfb40e3e35bbdd66ad48a9f89afc508",
"language": "ink! 4.3.0",
"compiler": "rustc 1.77.2",
"compiler": "rustc 1.73.0",
"build_info": {
"build_mode": "Debug",
"cargo_contract_version": "4.1.1",
"cargo_contract_version": "3.2.0",
"rust_toolchain": "stable-x86_64-unknown-linux-gnu",
"wasm_opt_settings": {
"keep_debug_symbols": false,
Expand All @@ -20,7 +20,6 @@
"Kevin Wang <[email protected]>"
]
},
"image": null,
"spec": {
"constructors": [
{
Expand Down Expand Up @@ -1942,4 +1941,4 @@
}
],
"version": "4"
}
}
2 changes: 1 addition & 1 deletion packages/app/src/machines/actors/contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import abi from '@/abi.json'
import { fromPromise } from "xstate";
import { PinkContractPromise } from '@phala/sdk';

const BAZK_CONTRACT_ID = '0x8113a143dc2b8d5e7b2ea82f2741c35228052360bb1a4deb3a57467fa76918ee'
const BAZK_CONTRACT_ID = '0xd72ac19567088e35a446e0dacdfadc5f266ea68d2481401d9e6b374310fac3de'

export const contractConnection = fromPromise(
async ({ input }: any) => {
Expand Down

0 comments on commit 8975f82

Please sign in to comment.