Skip to content

Commit

Permalink
export more ibc storage keys to wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed May 27, 2024
1 parent 5a5838a commit c75f3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tx_prelude/src/ibc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c75f3e2

Please sign in to comment.