Skip to content

Commit

Permalink
chore: update contract address and abi
Browse files Browse the repository at this point in the history
  • Loading branch information
gratestas committed May 31, 2023
1 parent 9972284 commit 3b45734
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 9 deletions.
45 changes: 38 additions & 7 deletions abis/TruthPost.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
"internalType": "uint256",
"name": "_loserStakeMultiplier",
"type": "uint256"
},
{
"internalType": "address payable",
"name": "_treasury",
"type": "address"
}
],
"stateMutability": "nonpayable",
Expand Down Expand Up @@ -439,6 +444,19 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "TREASURY",
"outputs": [
{
"internalType": "address payable",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "VERSION",
Expand Down Expand Up @@ -531,13 +549,6 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "buyAndBurn",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "categoryCounter",
Expand Down Expand Up @@ -628,6 +639,19 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address payable",
"name": "_newTreasury",
"type": "address"
}
],
"name": "changeTreasury",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -972,6 +996,13 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "transferBalanceToTreasury",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
Expand Down
4 changes: 2 additions & 2 deletions subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ dataSources:
name: TruthPost
network: goerli
source:
address: "0xA5002f1f0D0f7c4477d11137f9dDc0F1cEE38Ed3"
address: "0x597ACAeF5A4b09add9e304EFeD453d33DDecA76a"
abi: TruthPost
startBlock: 8922769
startBlock: 9093289
mapping:
kind: ethereum/events
apiVersion: 0.0.6
Expand Down

0 comments on commit 3b45734

Please sign in to comment.