Skip to content

Commit

Permalink
fix: update public key resolver contract
Browse files Browse the repository at this point in the history
  • Loading branch information
irisdv committed May 30, 2024
1 parent a929e85 commit 90536d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/__test__/resolve.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe("test starknetid.js sdk", () => {

// Deploy resolver contract
const publicKey =
"0x1ef1ffcd39066b79fd741ed17c8bed5fab0160591d8b7177211f5e7f5517a04";
"0x566d69d8c99f62bc71118399bab25c1f03719463eab8d6a444cd11ece131616";
console.log("addr", account.address);
const serverUri = ["http://0.0.0.0:8090/resolve?do", "main="];
const resolverResponse = await account.declareAndDeploy(
Expand Down

0 comments on commit 90536d7

Please sign in to comment.