Skip to content

Commit

Permalink
(release) fix: mint emissions to flip token contract (#1628)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Nash authored May 3, 2022
1 parent bcb5aef commit 5edc5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state-chain/runtime/src/chainflip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ impl TransactionBuilder<Ethereum, EthereumApi> for EthTransactionBuilder {
},
EthereumApi::UpdateFlipSupply(_) => eth::UnsignedTransaction {
chain_id: Environment::ethereum_chain_id(),
contract: Environment::stake_manager_address().into(),
contract: Environment::flip_token_address().into(),
data,
..Default::default()
},
Expand Down

0 comments on commit 5edc5f0

Please sign in to comment.