-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The following screenshots show the issue
this is the ABI of the function with the error:
{
"inputs": [
{
"components": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "bool",
"name": "isProtected",
"type": "bool"
}
],
"internalType": "struct SubdomainClaimer.ProtectedDomain",
"name": "_protectedDomain",
"type": "tuple"
}
],
"name": "updateProtectedDomains",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}While in the method that requires a tuple[] works
This is the ABI working
{
"inputs": [
{
"components": [
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "bool",
"name": "isProtected",
"type": "bool"
}
],
"internalType": "struct SubdomainClaimer.ProtectedDomain[]",
"name": "_protectedDomains",
"type": "tuple[]"
}
],
"name": "initializeV2",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working


