Skip to content

Commit

Permalink
remove BetaProgramInitiator from mainnet registry
Browse files Browse the repository at this point in the history
  • Loading branch information
KPrasch committed Aug 2, 2024
1 parent 935c330 commit 79cf0e3
Showing 1 changed file with 0 additions and 369 deletions.
369 changes: 0 additions & 369 deletions deployment/artifacts/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -1581,375 +1581,6 @@
}
},
"137": {
"BetaProgramInitiator": {
"address": "0x7CEbC88351061b2721865f01d2aCEc4c3eC92E8d",
"abi": [
{
"type": "constructor",
"stateMutability": "nonpayable",
"inputs": [
{
"name": "_coordinator",
"type": "address",
"internalType": "contract Coordinator"
},
{
"name": "_executor",
"type": "address",
"internalType": "address"
}
]
},
{
"type": "error",
"name": "AddressEmptyCode",
"inputs": [
{
"name": "target",
"type": "address",
"internalType": "address"
}
]
},
{
"type": "error",
"name": "AddressInsufficientBalance",
"inputs": [
{
"name": "account",
"type": "address",
"internalType": "address"
}
]
},
{
"type": "error",
"name": "FailedInnerCall",
"inputs": []
},
{
"type": "error",
"name": "SafeERC20FailedOperation",
"inputs": [
{
"name": "token",
"type": "address",
"internalType": "address"
}
]
},
{
"type": "event",
"name": "FailedRequestRefunded",
"inputs": [
{
"name": "requestIndex",
"type": "uint256",
"internalType": "uint256",
"indexed": true
},
{
"name": "refundAmount",
"type": "uint256",
"internalType": "uint256",
"indexed": false
}
],
"anonymous": false
},
{
"type": "event",
"name": "RequestCanceled",
"inputs": [
{
"name": "sender",
"type": "address",
"internalType": "address",
"indexed": true
},
{
"name": "requestIndex",
"type": "uint256",
"internalType": "uint256",
"indexed": true
}
],
"anonymous": false
},
{
"type": "event",
"name": "RequestExecuted",
"inputs": [
{
"name": "requestIndex",
"type": "uint256",
"internalType": "uint256",
"indexed": true
},
{
"name": "ritualId",
"type": "uint256",
"internalType": "uint256",
"indexed": true
}
],
"anonymous": false
},
{
"type": "event",
"name": "RequestRegistered",
"inputs": [
{
"name": "sender",
"type": "address",
"internalType": "address",
"indexed": true
},
{
"name": "requestIndex",
"type": "uint256",
"internalType": "uint256",
"indexed": true
},
{
"name": "providers",
"type": "address[]",
"internalType": "address[]",
"indexed": false
},
{
"name": "authority",
"type": "address",
"internalType": "address",
"indexed": false
},
{
"name": "duration",
"type": "uint32",
"internalType": "uint32",
"indexed": false
},
{
"name": "accessController",
"type": "address",
"internalType": "contract IEncryptionAuthorizer",
"indexed": false
},
{
"name": "payment",
"type": "uint256",
"internalType": "uint256",
"indexed": false
}
],
"anonymous": false
},
{
"type": "function",
"name": "NO_RITUAL",
"stateMutability": "view",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint32",
"internalType": "uint32"
}
]
},
{
"type": "function",
"name": "cancelInitiationRequest",
"stateMutability": "nonpayable",
"inputs": [
{
"name": "requestIndex",
"type": "uint256",
"internalType": "uint256"
}
],
"outputs": []
},
{
"type": "function",
"name": "coordinator",
"stateMutability": "view",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address",
"internalType": "contract Coordinator"
}
]
},
{
"type": "function",
"name": "currency",
"stateMutability": "view",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address",
"internalType": "contract IERC20"
}
]
},
{
"type": "function",
"name": "executeInitiationRequest",
"stateMutability": "nonpayable",
"inputs": [
{
"name": "requestIndex",
"type": "uint256",
"internalType": "uint256"
}
],
"outputs": []
},
{
"type": "function",
"name": "executor",
"stateMutability": "view",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address",
"internalType": "address"
}
]
},
{
"type": "function",
"name": "getProviders",
"stateMutability": "view",
"inputs": [
{
"name": "requestIndex",
"type": "uint256",
"internalType": "uint256"
}
],
"outputs": [
{
"name": "",
"type": "address[]",
"internalType": "address[]"
}
]
},
{
"type": "function",
"name": "getRequestsLength",
"stateMutability": "view",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint256",
"internalType": "uint256"
}
]
},
{
"type": "function",
"name": "refundFailedRequest",
"stateMutability": "nonpayable",
"inputs": [
{
"name": "requestIndex",
"type": "uint256",
"internalType": "uint256"
}
],
"outputs": []
},
{
"type": "function",
"name": "registerInitiationRequest",
"stateMutability": "nonpayable",
"inputs": [
{
"name": "providers",
"type": "address[]",
"internalType": "address[]"
},
{
"name": "authority",
"type": "address",
"internalType": "address"
},
{
"name": "duration",
"type": "uint32",
"internalType": "uint32"
},
{
"name": "accessController",
"type": "address",
"internalType": "contract IEncryptionAuthorizer"
}
],
"outputs": [
{
"name": "requestIndex",
"type": "uint256",
"internalType": "uint256"
}
]
},
{
"type": "function",
"name": "requests",
"stateMutability": "view",
"inputs": [
{
"name": "",
"type": "uint256",
"internalType": "uint256"
}
],
"outputs": [
{
"name": "authority",
"type": "address",
"internalType": "address"
},
{
"name": "duration",
"type": "uint32",
"internalType": "uint32"
},
{
"name": "accessController",
"type": "address",
"internalType": "contract IEncryptionAuthorizer"
},
{
"name": "sender",
"type": "address",
"internalType": "address"
},
{
"name": "ritualId",
"type": "uint32",
"internalType": "uint32"
},
{
"name": "payment",
"type": "uint256",
"internalType": "uint256"
}
]
}
],
"tx_hash": "0xca501b1153acf6d47a2def2413fc5c72302f6d87c050f4e859eacc888e3fc492",
"block_number": 52701776,
"deployer": "0x1591165F1BF8B73de7053A6BE6f239BC15076879"
},
"BqETHSubscription": {
"address": "0x91c904D655e17daD2b6c1840b15696A674744446",
"abi": [
Expand Down

0 comments on commit 79cf0e3

Please sign in to comment.