From 353701d288e0b004eb846effef8fdc2ec8de1b23 Mon Sep 17 00:00:00 2001 From: _dssei_ Date: Mon, 8 Apr 2024 15:25:34 -0700 Subject: [PATCH] Update README --- packages/sei-cosmwasm/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/sei-cosmwasm/README.md b/packages/sei-cosmwasm/README.md index 6a93ad4..82ae4aa 100644 --- a/packages/sei-cosmwasm/README.md +++ b/packages/sei-cosmwasm/README.md @@ -57,6 +57,12 @@ Currently, Sei Bindings support query and message support for the sei custom mod - Change the Admin of the Denom. Only the current admin can change the admin. - SetMetadata - Set the denom metadata of a factory denom. Only the current admin can set metadata. +- EVM + - Query + - GetEvmAddress + - Get the EVM address associated with a Sei address + - GetSeiAddress + - Get the Sei address associated with an EVM address ## Usage