Closed arhag closed 1 year ago
After https://github.com/eosnetworkfoundation/eos-evm/issues/612.
The erc20 contract should have action that requires get_self() authorization for now which allows for withdrawing the collected fees for a registered token.
get_self()
Also add the setingressfee action that we forgot to include in https://github.com/eosnetworkfoundation/evm-bridge-contracts/pull/5 before merging it in.
setingressfee
After https://github.com/eosnetworkfoundation/eos-evm/issues/612.
The erc20 contract should have action that requires
get_self()
authorization for now which allows for withdrawing the collected fees for a registered token.