Added old proxies to fetch every encrypted accounts
This commit is contained in:
parent
dcae291add
commit
92b18c448c
@ -17,6 +17,18 @@ const contracts = [
|
||||
network: 'matic',
|
||||
address: '0x0D5550d52428E7e3175bfc9550207e4ad3859b17',
|
||||
},
|
||||
{
|
||||
prod: 12143762,
|
||||
name: 'Proxy-old1',
|
||||
network: 'mainnet',
|
||||
address: '0x722122dF12D4e14e13Ac3b6895a86e84145b6967',
|
||||
},
|
||||
{
|
||||
prod: 15402258,
|
||||
name: 'Proxy-old2',
|
||||
network: 'mainnet',
|
||||
address: '0x00fce327a1c64b24a626c353e68222275d184c40',
|
||||
},
|
||||
{
|
||||
prod: 14248730,
|
||||
name: 'Proxy',
|
||||
|
@ -12,7 +12,7 @@ module.exports = {
|
||||
entities: ['EncryptedNote'],
|
||||
abis: [
|
||||
{
|
||||
event: 'Proxy',
|
||||
name: 'Proxy',
|
||||
path: '../abis/Proxy.json',
|
||||
},
|
||||
],
|
||||
|
@ -24,7 +24,7 @@
|
||||
{{/entities}}
|
||||
abis:
|
||||
{{#abis}}
|
||||
- name: {{name}}
|
||||
- name: {{&name}}
|
||||
file: {{&path}}
|
||||
{{/abis}}
|
||||
eventHandlers:
|
||||
|
@ -461,6 +461,46 @@
|
||||
handler: handleDeposit
|
||||
- event: Withdrawal(address,bytes32,indexed address,uint256)
|
||||
handler: handleWithdrawal
|
||||
- kind: ethereum/contract
|
||||
name: Proxy-old1
|
||||
network: mainnet
|
||||
source:
|
||||
address: "0x722122dF12D4e14e13Ac3b6895a86e84145b6967"
|
||||
abi: Proxy
|
||||
startBlock: 12143762
|
||||
mapping:
|
||||
kind: ethereum/events
|
||||
apiVersion: 0.0.4
|
||||
language: wasm/assemblyscript
|
||||
file: ../src/mapping-encrypted-note.ts
|
||||
entities:
|
||||
- EncryptedNote
|
||||
abis:
|
||||
- name: Proxy
|
||||
file: ../abis/Proxy.json
|
||||
eventHandlers:
|
||||
- event: EncryptedNote(indexed address,bytes)
|
||||
handler: handleEncryptedNote
|
||||
- kind: ethereum/contract
|
||||
name: Proxy-old2
|
||||
network: mainnet
|
||||
source:
|
||||
address: "0x00fce327a1c64b24a626c353e68222275d184c40"
|
||||
abi: Proxy
|
||||
startBlock: 15402258
|
||||
mapping:
|
||||
kind: ethereum/events
|
||||
apiVersion: 0.0.4
|
||||
language: wasm/assemblyscript
|
||||
file: ../src/mapping-encrypted-note.ts
|
||||
entities:
|
||||
- EncryptedNote
|
||||
abis:
|
||||
- name: Proxy
|
||||
file: ../abis/Proxy.json
|
||||
eventHandlers:
|
||||
- event: EncryptedNote(indexed address,bytes)
|
||||
handler: handleEncryptedNote
|
||||
- kind: ethereum/contract
|
||||
name: Proxy
|
||||
network: mainnet
|
||||
|
Loading…
Reference in New Issue
Block a user