Skip to content

Commit

Permalink
updates staging addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
FlacoJones committed Mar 3, 2023
1 parent a3bfcea commit bcbab84
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 6 deletions.
53 changes: 53 additions & 0 deletions abis/ClaimManager.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,19 @@
"name": "OwnershipTransferred",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "account",
"type": "address"
}
],
"name": "Paused",
"type": "event"
},
{
"anonymous": false,
"inputs": [
Expand Down Expand Up @@ -307,6 +320,19 @@
"name": "TokenBalanceClaimed",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "account",
"type": "address"
}
],
"name": "Unpaused",
"type": "event"
},
{
"anonymous": false,
"inputs": [
Expand Down Expand Up @@ -450,6 +476,26 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "pause",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "paused",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -540,6 +586,13 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "unpause",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
Expand Down
12 changes: 6 additions & 6 deletions config/staging.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"network": "matic",
"openQAddress": "0x5ec31C5fAc97a104823B3DC44D409DF1162D040F",
"openQStartBlock": 39749323,
"claimManagerAddress": "0xEA786058bc9df37E5B9776F3eDC0D26F90C19474",
"claimManagerStartBlock": 39749323,
"depositManagerAddress": "0x97c9E29AB85Ad84Cec440973BE20651d056dE319",
"depositManagerStartBlock": 39749323
"openQAddress": "0xBa1027c275f28bEE2B9aD2c6820A82E5e7f5171a",
"openQStartBlock": 39929443,
"claimManagerAddress": "0xbC79945dBd4dCaB554a8d8945dB9CC96C0F92796",
"claimManagerStartBlock": 39929443,
"depositManagerAddress": "0x57322A376aF677486312Ff555219f1C12Df857C7",
"depositManagerStartBlock": 39929443
}

0 comments on commit bcbab84

Please sign in to comment.