Skip to content

Commit

Permalink
fix: issue #11 ERC20 swap key name
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Mar 27, 2024
1 parent 28c3a2f commit fa29b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ekoke_erc20_swap/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pub const THREE_HOURS: Duration = Duration::from_secs(60 * 60 * 3);

/// Ethereum address public key name
#[cfg(target_family = "wasm")]
pub const ETH_PUBKEY_NAME: &str = "eth-pubkey";
pub const ETH_PUBKEY_NAME: &str = "key_1";

/// Minimum amount of ckEth which can be withdrawn from the Ethereum bridge (wei)
pub const ETH_MIN_WITHDRAWAL_AMOUNT: u64 = 30_000_000_000_000_000;
Expand Down

0 comments on commit fa29b51

Please sign in to comment.