{{define "specific"}} {{if eq .ChainType 1}}
To update contract, use POST request to /admin/contract-info/ endpoint. Example:
            curl -k -v  \
            'https://<internaladdress>/admin/contract-info/' \
            -H 'Content-Type: application/json' \
            --data '[{ContractInfo},{ContractInfo},...]'        
        
{{else}} Not supported {{end}}{{end}}