eosnetworkfoundation / evm-bridge-contracts

Contracts to support the trustless bridge of the EOS EVM
Other
1 stars 2 forks source link

Action to withdraw collected fees for registered token #10

Closed arhag closed 1 year ago

arhag commented 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.

arhag commented 1 year ago

Also add the setingressfee action that we forgot to include in https://github.com/eosnetworkfoundation/evm-bridge-contracts/pull/5 before merging it in.