diff --git a/cmd/monogen/testapp/wallet/index.html b/cmd/monogen/testapp/wallet/index.html index 13109895..caa84cc9 100644 --- a/cmd/monogen/testapp/wallet/index.html +++ b/cmd/monogen/testapp/wallet/index.html @@ -149,20 +149,5 @@

L1 to L2 ETH Deposits

-
-

Monomer L2 Wallet Integration

-
-

Keplr Integration

-

- Before adding the Monomer L2 to your Keplr wallet, please - remove the chain from your wallet if it was previously - added. After adding the Monomer L2 chain config to Keplr, - you can make the chain visible in your wallet by navigating - to the "General" settings and adding the chain through the - "Add/Remove Non-Native Chains" page. -

- -
-
diff --git a/cmd/monogen/testapp/wallet/metamask-integration.js b/cmd/monogen/testapp/wallet/metamask-integration.js index 562dd6a8..fdd0f9a8 100644 --- a/cmd/monogen/testapp/wallet/metamask-integration.js +++ b/cmd/monogen/testapp/wallet/metamask-integration.js @@ -32,6 +32,7 @@ async function connectMetamask() { await addL1ChainToMetaMask(); await switchToMonomerDevnet(); + await runKeplrIntegration(); console.log("Connected to MetaMask and contract instantiated."); } catch (error) {