chore: update the subgraph config & deploy the latest version (#179)

* chore: update the address of the current proxy

* refactor: update contract address, network, and ABI file path in subgraph.yaml
This commit is contained in:
Shredder 2023-04-10 21:21:11 +03:30 committed by GitHub
parent 8eb73f1fd9
commit ef2645731b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -3,11 +3,11 @@ schema:
dataSources: dataSources:
- kind: ethereum - kind: ethereum
name: FleekNFA name: FleekNFA
network: mumbai network: goerli
source: source:
address: "0x550Ee47Fa9E0B81c1b9C394FeE62Fe699a955519" # <- Proxy Contract | Current implementation contract: 0x9e4a318c788e0097a24146fe7041a0cd93939d56 address: "0x8795608346Eb475E42e69F1281008AEAa522479D" # <- Proxy Contract
abi: FleekNFA abi: FleekNFA
startBlock: 32373064 startBlock: 8671990
mapping: mapping:
kind: ethereum/events kind: ethereum/events
apiVersion: 0.0.7 apiVersion: 0.0.7
@ -32,7 +32,7 @@ dataSources:
- ChangeAccessPointAutoApproval - ChangeAccessPointAutoApproval
abis: abis:
- name: FleekNFA - name: FleekNFA
file: ../contracts/artifacts/contracts/FleekERC721.sol/FleekERC721.json file: ../contracts/deployments/goerli/FleekERC721.json
eventHandlers: eventHandlers:
- event: Approval(indexed address,indexed address,indexed uint256) - event: Approval(indexed address,indexed address,indexed uint256)
handler: handleApproval handler: handleApproval