-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deposit Funds with BOSON tokens is failing on Sepolia Base Network #910
Comments
on BASE Networks, no token (BOSON, WETH, USDC) implements executeMetaTransaction |
Looking into PayMaster feature on how to support sponsored/gas less transactions for token methods |
The following BOSON core-sdk commands are impacted:
A way to disable usage of meta-transaction for a specific token on a specific network would be to change the CoreSDK MetaTx configuration (REACT_APP_META_TX_API_IDS_MAP in the UIs) |
The following FERMION core-sdk commands are impacted:
|
Action variables updated for the following repos:
|
Maybe the Boson Token contract doesn't have the getNonce() or nonces() methods?
If not, how could we manage meta-transaction on this token contract?
The text was updated successfully, but these errors were encountered: