UpdateERC20
An asset originated from an Ethereum ERC20 Token
type UpdateERC20 {
lifetimeLimit: String!
withdrawThreshold: String!
}
Fields
UpdateERC20.lifetimeLimit
● String!
non-null scalar
The lifetime limits deposit per address Note: this is a temporary measure that can be changed by governance
UpdateERC20.withdrawThreshold
● String!
non-null scalar
The maximum you can withdraw instantly. All withdrawals over the threshold will be delayed by the withdrawal delay. There is no limit on the size of a withdrawal Note: this is a temporary measure that can be changed by governance
Implemented by
UpdateAssetSource
union