We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c9787 commit 43f2b6fCopy full SHA for 43f2b6f
examples/hosted-counter/index.html
@@ -69,7 +69,7 @@ <h2>Chain history for <code id="chain-id" class="hex">requesting chain…</code>
69
async function run() {
70
await linera.default();
71
const faucet = await new linera.Faucet(import.meta.env.VITE_FAUCET_URL);
72
- const signer = await new signer.MetaMaskEIP191Signer();
+ const signer = await new signer.PrivateKey("f77a21701522a03b01c111ad2d2cdaf2b8403b47507ee0aec3c2e52b765d7a66");
73
const wallet = await faucet.createWallet();
74
const owner = await signer.address();
75
document.getElementById('owner').innerText = owner;
0 commit comments