Skip to content

Commit

Permalink
add support for blast
Browse files Browse the repository at this point in the history
  • Loading branch information
malik672 committed Apr 29, 2024
1 parent ed62b52 commit f7e62a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entities/base_currency.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub struct CurrencyLike<M> {
/// Metadata associated with the currency
pub meta: M,
}

/// A currency is any fungible financial instrument, including Ether, all ERC20 tokens, and other
/// chain-native currencies
pub trait BaseCurrency: Clone {
Expand Down

0 comments on commit f7e62a3

Please sign in to comment.