diff --git a/refiner-lib/src/refiner_inner.rs b/refiner-lib/src/refiner_inner.rs index 512448a..898096f 100644 --- a/refiner-lib/src/refiner_inner.rs +++ b/refiner-lib/src/refiner_inner.rs @@ -1076,7 +1076,7 @@ fn fill_tx(tx: AuroraTransactionBuilder, input: Vec) -> AuroraTransactionBui /// Describes the type of a specific mint transaction. enum TokenMintKind { Eth, - ERC20, + Erc20, } /// Returns the type of token minted in an `ft_on_transfer` transaction (either ETH or ERC20).