You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, need a full set of tests for hardhat-viem, as it contains many utility methods like hre.viem.deployContract, but also had a bunch of problems the last time I tested it that made it problematic to use in practice if you wanted transaction encryption.
More code example:
constwalletClient=awaitwrapWalletClient(createWalletClient({
account, chain, transport
}));keyedClient={public: publicClient,wallet: walletClient}example=awaithre.viem.deployContract('Example',[],{client:keyedClient});
The text was updated successfully, but these errors were encountered:
From readme in sapphire-viem-v2:
However, need a full set of tests for hardhat-viem, as it contains many utility methods like
hre.viem.deployContract
, but also had a bunch of problems the last time I tested it that made it problematic to use in practice if you wanted transaction encryption.More code example:
The text was updated successfully, but these errors were encountered: