Skip to content

Commit

Permalink
chore: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiorigam committed Dec 24, 2024
1 parent 6da2d4c commit 554208a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const SmartAccountProvider = ({
>();
const [owner, setOwner] = useState<string | undefined>();
const [chainId, setChainId] = useState('');
const thor = ThorClient.fromUrl(nodeUrl);
const thor = ThorClient.at(nodeUrl);
const [isDeployed, setIsDeployed] = useState(false);
const [accountFactory, setAccountFactory] = useState<string>();

Expand Down

0 comments on commit 554208a

Please sign in to comment.