Update contract registries

These registries were updated using the ones in
3703a8342a321b9197cfe6e960c17e1f77e331bb
pull/3588/head
Manuel Montenegro 2025-04-08 17:19:00 +02:00
parent 0f5dcabcea
commit 2127289a7d
No known key found for this signature in database
GPG Key ID: AB138CC82DC9FAD4
3 changed files with 1300 additions and 494 deletions

View File

@ -7542,4 +7542,4 @@
"deployer": "0x3B42d26E19FF860bC4dEbB920DD8caA53F93c600"
}
}
}
}

View File

@ -2330,6 +2330,19 @@
}
]
},
{
"type": "function",
"name": "FEE_MODEL_MANAGER_ROLE",
"stateMutability": "view",
"inputs": [],
"outputs": [
{
"name": "",
"type": "bytes32",
"internalType": "bytes32"
}
]
},
{
"type": "function",
"name": "TREASURY_ROLE",
@ -3165,6 +3178,25 @@
}
]
},
{
"type": "function",
"name": "isProviderKeySet",
"stateMutability": "view",
"inputs": [
{
"name": "provider",
"type": "address",
"internalType": "address"
}
],
"outputs": [
{
"name": "",
"type": "bool",
"internalType": "bool"
}
]
},
{
"type": "function",
"name": "isProviderPublicKeySet",
@ -3336,6 +3368,37 @@
],
"outputs": []
},
{
"type": "function",
"name": "publishTranscript",
"stateMutability": "nonpayable",
"inputs": [
{
"name": "ritualId",
"type": "uint32",
"internalType": "uint32"
},
{
"name": "transcript",
"type": "bytes",
"internalType": "bytes"
}
],
"outputs": []
},
{
"type": "function",
"name": "reinitializeDefaultAdmin",
"stateMutability": "nonpayable",
"inputs": [
{
"name": "newDefaultAdmin",
"type": "address",
"internalType": "address"
}
],
"outputs": []
},
{
"type": "function",
"name": "renounceRole",
@ -3603,9 +3666,9 @@
"outputs": []
}
],
"tx_hash": "0x2a7f64225d9884b6b854ba7454283ecd4730785cbc862b72d4d8111224688e13",
"block_number": 50224074,
"deployer": "0xFfFd7092685bDeeBD121D1A0FEA3c349114Cce50"
"tx_hash": "0x7858c6f34297752433f772ef6b7fa7086608ac3207fc9df5d4d6136ed7ab9b1f",
"block_number": 70019855,
"deployer": "0x1591165F1BF8B73de7053A6BE6f239BC15076879"
},
"FreeFeeModel": {
"address": "0x1acaf2677B987e690A09296BabdCe6376712213d",
@ -6345,4 +6408,4 @@
"deployer": "0xFfFd7092685bDeeBD121D1A0FEA3c349114Cce50"
}
}
}
}

File diff suppressed because it is too large Load Diff