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