From 00c62b18bffa99e672c33dc118205a66479aed9d Mon Sep 17 00:00:00 2001 From: Bojan Angjelkoski Date: Thu, 5 Dec 2024 14:49:54 +0000 Subject: [PATCH] GITBOOK-87: change request with no subject merged in GitBook --- .gitbook/core-modules/wasm.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitbook/core-modules/wasm.md b/.gitbook/core-modules/wasm.md index 566548ff0..86403253c 100644 --- a/.gitbook/core-modules/wasm.md +++ b/.gitbook/core-modules/wasm.md @@ -3,11 +3,9 @@ The `wasm` module is the heart of interacting with the wasm smart contracts deployed on the injective chain, here you can find a list of [smart contracts](https://explorer.injective.network/contracts/) that are deployed on the Injective chain. {% hint style="info" %} -`MsgUpdateCode` and `MsgStoreCode` are not support by the Metamask wallet. +`MsgUpdateCode` and `MsgStoreCode` are not supported by Ethereum (ex: Metamask) wallets. {% endhint %} - - ### MsgExecuteContract (Transfer) This message is used to execute contract function, below we will use the [CW20 spec](https://github.com/CosmWasm/cw-plus/blob/main/packages/cw20/README.md) transfer message as an example.