Skip to content

Commit

Permalink
Merge branch 'fraccaman/export-ibc-storage-keys-to-wasm' (#3321)
Browse files Browse the repository at this point in the history
* origin/fraccaman/export-ibc-storage-keys-to-wasm:
  fmt
  export more ibc storage keys to wasm
  • Loading branch information
brentstone committed May 31, 2024
2 parents d25cb83 + 5a0432a commit 1208010
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/tx_prelude/src/ibc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ 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_limit_key, mint_tokens,
throughput_limit_key,
};
pub use namada_ibc::{
IbcActions, IbcCommonContext, IbcStorageContext, NftTransferModule,
Expand Down

0 comments on commit 1208010

Please sign in to comment.