You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dapps’ incentive ERC20 tokens cannot have transfer funcs that consume more than 500k gas (otherwise their incentive token will never transfer to validators and delegates)
Will need to manually audited and reviewed before whitelisting any erc20 token as incentive.
From auditors: It's technically possible, albeit highly unlikely, for a legitimate token transfer to cost more than 500k gas, particularly for tokens with non-standard mechanisms such as rebasing, fee-on-transfer, liquidity management, etc..
What is the type of issue?
Documentation is missing
What is the issue?
dapps’ incentive ERC20 tokens cannot have transfer funcs that consume more than 500k gas (otherwise their incentive token will never transfer to validators and delegates)
Will need to manually audited and reviewed before whitelisting any erc20 token as incentive.
From auditors: It's technically possible, albeit highly unlikely, for a legitimate token transfer to cost more than 500k gas, particularly for tokens with non-standard mechanisms such as rebasing, fee-on-transfer, liquidity management, etc..
Where did you find it?
https://github.com/berachain/contracts-monorepo/pull/468
The text was updated successfully, but these errors were encountered: