VersionedDeployment
addressstringrequired
On-chain identifier for this deployment.
typestringnullablerequired
Deployment type name.
versionstringnullablerequired
Deployment version string.
isActivebooleanrequired
Whether this deployment is the current active deployment.
JSON
VersionedDeployment
{
"address": "0x31b07A32e5c1D7F1a0bB4a472faBDcF3E9aa5644",
"type": "TokenPoolFactory",
"version": "1.6.0",
"isActive": true
}