Skip to content

Commit

Permalink
chore: mainnet deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
wei3erHase authored Feb 6, 2023
1 parent 3bbc6c7 commit 387ef85
Show file tree
Hide file tree
Showing 16 changed files with 3,725 additions and 490 deletions.
137 changes: 114 additions & 23 deletions deployments/ethereum/ConnextSenderAdapter.json

Large diffs are not rendered by default.

532 changes: 451 additions & 81 deletions deployments/ethereum/DataFeed.json

Large diffs are not rendered by default.

312 changes: 210 additions & 102 deletions deployments/ethereum/DataFeedStrategy.json

Large diffs are not rendered by default.

229 changes: 228 additions & 1 deletion deployments/ethereum/Keep3r.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
"name": "AlreadyAKeeper",
"type": "error"
},
{
"inputs": [],
"name": "AlreadyDisputed",
"type": "error"
},
{
"inputs": [],
"name": "BondsLocked",
Expand All @@ -36,6 +41,11 @@
"name": "DisputerUnexistent",
"type": "error"
},
{
"inputs": [],
"name": "GasNotInitialized",
"type": "error"
},
{
"inputs": [],
"name": "InsufficientFunds",
Expand Down Expand Up @@ -131,16 +141,36 @@
"name": "MinRewardPeriod",
"type": "error"
},
{
"inputs": [],
"name": "NoGovernanceZeroAddress",
"type": "error"
},
{
"inputs": [],
"name": "NotDisputed",
"type": "error"
},
{
"inputs": [],
"name": "OnlyDisputer",
"type": "error"
},
{
"inputs": [],
"name": "OnlyGovernance",
"type": "error"
},
{
"inputs": [],
"name": "OnlyJobOwner",
"type": "error"
},
{
"inputs": [],
"name": "OnlyPendingGovernance",
"type": "error"
},
{
"inputs": [],
"name": "OnlyPendingJobOwner",
Expand Down Expand Up @@ -244,6 +274,25 @@
"name": "Bonding",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "_jobOrKeeper",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "_disputer",
"type": "address"
}
],
"name": "Dispute",
"type": "event"
},
{
"anonymous": false,
"inputs": [
Expand All @@ -270,6 +319,31 @@
"name": "DisputerRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "_token",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "_amount",
"type": "uint256"
},
{
"indexed": false,
"internalType": "address",
"name": "_to",
"type": "address"
}
],
"name": "DustSent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
Expand All @@ -283,6 +357,32 @@
"name": "FeeChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "_pendingGovernance",
"type": "address"
}
],
"name": "GovernanceProposal",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "_governance",
"type": "address"
}
],
"name": "GovernanceSet",
"type": "event"
},
{
"anonymous": false,
"inputs": [
Expand Down Expand Up @@ -755,6 +855,25 @@
"name": "LiquidityWithdrawal",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "_jobOrKeeper",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "_resolver",
"type": "address"
}
],
"name": "Resolve",
"type": "event"
},
{
"anonymous": false,
"inputs": [
Expand Down Expand Up @@ -919,6 +1038,13 @@
"name": "Withdrawal",
"type": "event"
},
{
"inputs": [],
"name": "acceptGovernance",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -1236,6 +1362,19 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "_jobOrKeeper",
"type": "address"
}
],
"name": "dispute",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -1324,6 +1463,19 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "governance",
"outputs": [
{
"internalType": "address",
"name": "_governance",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -1718,6 +1870,19 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "pendingGovernance",
"outputs": [
{
"internalType": "address",
"name": "_pendingGovernance",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -1811,6 +1976,19 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "_jobOrKeeper",
"type": "address"
}
],
"name": "resolve",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -1869,6 +2047,29 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "_token",
"type": "address"
},
{
"internalType": "uint256",
"name": "_amount",
"type": "uint256"
},
{
"internalType": "address",
"name": "_to",
"type": "address"
}
],
"name": "sendDust",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
Expand All @@ -1895,6 +2096,19 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "_governance",
"type": "address"
}
],
"name": "setGovernance",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -2079,6 +2293,19 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "totalBonds",
"outputs": [
{
"internalType": "uint256",
"name": "_totalBonds",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -2268,5 +2495,5 @@
"type": "function"
}
],
"numDeployments": 5
"numDeployments": 9
}
Loading

0 comments on commit 387ef85

Please sign in to comment.