From c75f3e253314b90a53b85a81a7ceba68c2fef122 Mon Sep 17 00:00:00 2001 From: Gianmarco Fraccaroli Date: Mon, 27 May 2024 12:39:28 +0200 Subject: [PATCH] export more ibc storage keys to wasm --- crates/tx_prelude/src/ibc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tx_prelude/src/ibc.rs b/crates/tx_prelude/src/ibc.rs index a52f10038e..14a289f23a 100644 --- a/crates/tx_prelude/src/ibc.rs +++ b/crates/tx_prelude/src/ibc.rs @@ -9,7 +9,7 @@ use namada_core::token::Amount; use namada_events::EventTypeBuilder; pub use namada_ibc::event::{IbcEvent, IbcEventType}; pub use namada_ibc::storage::{ - burn_tokens, ibc_token, is_ibc_key, mint_tokens, + burn_tokens, ibc_token, is_ibc_key, mint_tokens, mint_limit_key, throughput_limit_key }; pub use namada_ibc::{ IbcActions, IbcCommonContext, IbcStorageContext, NftTransferModule,