Wormhole · Schema

governor.GovConfigChains

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
bigTransactionSize integer
chainId object
notionalLimit integer
View JSON Schema on GitHub

JSON Schema

governor-govconfigchains.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/governor-govconfigchains",
  "title": "governor.GovConfigChains",
  "type": "object",
  "properties": {
    "bigTransactionSize": {
      "type": "integer"
    },
    "chainId": {
      "$ref": "#/definitions/vaa.ChainID"
    },
    "notionalLimit": {
      "type": "integer"
    }
  }
}