v3.5.0
What's Changed
- Added
AdminErc20Bridger.approveGasTokenForCustomTokenRegistration
(@brtkx in #477)- You can use it to approve the gas token to be spent on registering a custom token (only on a custom gas token chain)
- Added
Erc20Bridger.isRegistered
(@brtkx in #481)- You can use it to check if a token is properly registered on gateways (mostly useful for custom gateways)
- Fixed wrong ABI usage for L2GatewayRouter (@justmert in #388)
- Fixed an issue in
InboxTools
for finding the force includable block range when parent is an Arbitrum chain (@brtkx in #475)
New Contributors
Full Changelog: v3.4.1...v3.5.0