Update Registry ABI file.

This commit is contained in:
Spencer Ofwiti
2021-05-13 12:57:36 +03:00
parent 2699dc5bcc
commit b47d0100b6
3 changed files with 2 additions and 49 deletions

View File

@@ -5,52 +5,5 @@
"outputs": [{ "internalType": "address", "name": "", "type": "address" }],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [{ "internalType": "bytes32", "name": "_identifier", "type": "bytes32" }],
"name": "chainOf",
"outputs": [{ "internalType": "bytes32", "name": "", "type": "bytes32" }],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [{ "internalType": "bytes32", "name": "_chain", "type": "bytes32" }],
"name": "configSumOf",
"outputs": [{ "internalType": "bytes32", "name": "", "type": "bytes32" }],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "identifiers",
"outputs": [{ "internalType": "bytes32[]", "name": "", "type": "bytes32[]" }],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "owner",
"outputs": [{ "internalType": "address", "name": "", "type": "address" }],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "seal",
"outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{ "internalType": "bytes32", "name": "_identifier", "type": "bytes32" },
{ "internalType": "address", "name": "_address", "type": "address" },
{ "internalType": "bytes32", "name": "_chainDescriptor", "type": "bytes32" },
{ "internalType": "bytes32", "name": "_chainConfig", "type": "bytes32" }
],
"name": "set",
"outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
"stateMutability": "nonpayable",
"type": "function"
}
]