Skip to content

Commit

Permalink
fix open value sharing
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Oct 30, 2024
1 parent f0591b3 commit 350c8dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { agent, consumerActor } from './consumer_actor';
import { createActor as createWalletActor } from './dfx_generated/wallet';
import { getTests } from './tests';

const canisterName = 'backend';
const canisterName = 'wallet';
const canisterId = getCanisterId(canisterName);
const walletActor = createWalletActor(canisterId, {
agentOptions: {
Expand Down

0 comments on commit 350c8dd

Please sign in to comment.