Skip to content

Commit

Permalink
change back
Browse files Browse the repository at this point in the history
  • Loading branch information
GundamDweeb committed Jul 8, 2022
1 parent 28afb8f commit 9672f9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions abis/ERC20.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@
"anonymous": false,
"inputs": [
{
"indexed": false,
"indexed": true,
"internalType": "address",
"name": "from",
"type": "address"
},
{
"indexed": false,
"indexed": true,
"internalType": "address",
"name": "to",
"type": "address"
Expand Down
4 changes: 2 additions & 2 deletions subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ templates:
- name: ERC20
file: ./abis/ERC20.json
eventHandlers:
- event: Transfer(address,address,uint256)
- event: Transfer(indexed address,indexed address,uint256)
topic0: '0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef'
handler: handleTransfer
file: ./src/tokenx-template.ts
Expand All @@ -109,7 +109,7 @@ templates:
- name: ERC20
file: ./abis/ERC20.json
eventHandlers:
- event: Transfer(address,address,uint256)
- event: Transfer(indexed address,indexed address,uint256)
topic0: '0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef'
handler: handleTransfer
file: ./src/tokenxweth-template.ts

0 comments on commit 9672f9e

Please sign in to comment.