Skip to content

Commit

Permalink
EPROD-885 explicit erc20 token address for erc20 minting (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso authored Jun 19, 2024
1 parent 81b49b3 commit d0cd53a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ homepage = "https://github.com/bitfinity-network/bitfinity-evm-sdk"
include = ["src/**/*", "LICENSE", "README.md"]
license = "MIT"
repository = "https://github.com/bitfinity-network/bitfinity-evm-sdk"
version = "0.25.0"
version = "0.26.0"

[workspace.dependencies]
alloy-primitives = { version = "0.7", default-feures = false }
Expand Down
3 changes: 3 additions & 0 deletions src/minter-did/src/reason.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ pub struct Icrc2Burn {
/// Principal of ICRC-2 token to burn.
pub icrc2_token_principal: Principal,

/// Address of the ERC20 token to mint.
pub erc20_token_address: H160,

/// Subaccount of the ICRC-2 token from which amount will be burned.
pub from_subaccount: Option<Subaccount>,

Expand Down

0 comments on commit d0cd53a

Please sign in to comment.