Skip to main content
Version: mainnet (v0.71)

ERC20SetAssetLimitsBundle

Response for the signature bundle to update the token limits (maxLifetimeDeposit and withdrawThreshold) for a given ERC20 token (already allowlisted) in the collateral bridge

type ERC20SetAssetLimitsBundle {
assetSource: String!
vegaAssetId: String!
nonce: String!
lifetimeLimit: String!
threshold: String!
signatures: String!
}

Fields

ERC20SetAssetLimitsBundle.assetSource ● String! non-null scalar

The address of the asset on ethereum

ERC20SetAssetLimitsBundle.vegaAssetId ● String! non-null scalar

The ID of the vega asset

ERC20SetAssetLimitsBundle.nonce ● String! non-null scalar

The nonce, which is actually the internal reference for the proposal

ERC20SetAssetLimitsBundle.lifetimeLimit ● String! non-null scalar

The lifetime limit deposit for this asset

ERC20SetAssetLimitsBundle.threshold ● String! non-null scalar

The threshold withdraw for this asset

ERC20SetAssetLimitsBundle.signatures ● String! non-null scalar

The signatures bundle as hex encoded data, forward by 0x e.g: 0x + sig1 + sig2 + ... + sixN

Returned by

erc20SetAssetLimitsBundle query