|
| 1 | +specVersion: 1.0.0 |
| 2 | +schema: |
| 3 | + file: ./schema.graphql |
| 4 | +dataSources: |
| 5 | + - kind: ethereum |
| 6 | + name: WeightedPoolFactory |
| 7 | + network: optimism |
| 8 | + source: |
| 9 | + abi: BasePoolFactory |
| 10 | + address: "0x0f08eEf2C785AA5e7539684aF04755dEC1347b7c" |
| 11 | + startBlock: 133969639 |
| 12 | + mapping: |
| 13 | + kind: ethereum/events |
| 14 | + apiVersion: 0.0.7 |
| 15 | + language: wasm/assemblyscript |
| 16 | + entities: |
| 17 | + - Factory |
| 18 | + - Pool |
| 19 | + abis: |
| 20 | + - name: WeightedPool |
| 21 | + file: ./abis/WeightedPool.json |
| 22 | + - name: BasePoolFactory |
| 23 | + file: ./abis/BasePoolFactory.json |
| 24 | + eventHandlers: |
| 25 | + - event: PoolCreated(indexed address) |
| 26 | + handler: handleWeightedPoolCreated |
| 27 | + file: ./src/mappings/weighted.ts |
| 28 | + - kind: ethereum |
| 29 | + name: StablePoolV2Factory |
| 30 | + network: optimism |
| 31 | + source: |
| 32 | + abi: BasePoolFactory |
| 33 | + address: "0x268E2EE1413D768b6e2dc3F5a4ddc9Ae03d9AF42" |
| 34 | + startBlock: 133969860 |
| 35 | + mapping: |
| 36 | + kind: ethereum/events |
| 37 | + apiVersion: 0.0.7 |
| 38 | + language: wasm/assemblyscript |
| 39 | + entities: |
| 40 | + - Factory |
| 41 | + - Pool |
| 42 | + abis: |
| 43 | + - name: StablePool |
| 44 | + file: ./abis/StablePool.json |
| 45 | + - name: BasePoolFactory |
| 46 | + file: ./abis/BasePoolFactory.json |
| 47 | + eventHandlers: |
| 48 | + - event: PoolCreated(indexed address) |
| 49 | + handler: handleStablePoolCreated |
| 50 | + file: ./src/mappings/stable.ts |
| 51 | + - kind: ethereum |
| 52 | + name: Gyro2CLPPoolFactory |
| 53 | + network: optimism |
| 54 | + source: |
| 55 | + abi: BasePoolFactory |
| 56 | + address: "0x4b979eD48F982Ba0baA946cB69c1083eB799729c" |
| 57 | + startBlock: 134045195 |
| 58 | + mapping: |
| 59 | + kind: ethereum/events |
| 60 | + apiVersion: 0.0.7 |
| 61 | + language: wasm/assemblyscript |
| 62 | + entities: |
| 63 | + - Factory |
| 64 | + - Pool |
| 65 | + abis: |
| 66 | + - name: Gyro2CLPPool |
| 67 | + file: ./abis/Gyro2CLPPool.json |
| 68 | + - name: BasePoolFactory |
| 69 | + file: ./abis/BasePoolFactory.json |
| 70 | + eventHandlers: |
| 71 | + - event: PoolCreated(indexed address) |
| 72 | + handler: handleGyro2PoolCreated |
| 73 | + file: ./src/mappings/gyro2.ts |
| 74 | + - kind: ethereum |
| 75 | + name: GyroECLPPoolFactory |
| 76 | + network: optimism |
| 77 | + source: |
| 78 | + abi: BasePoolFactory |
| 79 | + address: "0x22625eEDd92c81a219A83e1dc48f88d54786B017" |
| 80 | + startBlock: 133969692 |
| 81 | + mapping: |
| 82 | + kind: ethereum/events |
| 83 | + apiVersion: 0.0.7 |
| 84 | + language: wasm/assemblyscript |
| 85 | + entities: |
| 86 | + - Factory |
| 87 | + - Pool |
| 88 | + abis: |
| 89 | + - name: GyroECLPPool |
| 90 | + file: ./abis/GyroECLPPool.json |
| 91 | + - name: BasePoolFactory |
| 92 | + file: ./abis/BasePoolFactory.json |
| 93 | + eventHandlers: |
| 94 | + - event: PoolCreated(indexed address) |
| 95 | + handler: handleGyroEPoolCreated |
| 96 | + file: ./src/mappings/gyroE.ts |
| 97 | + - kind: ethereum |
| 98 | + name: LBPoolFactory |
| 99 | + network: optimism |
| 100 | + source: |
| 101 | + abi: BasePoolFactory |
| 102 | + address: "0xC1A64500E035D9159C8826E982dFb802003227f0" |
| 103 | + startBlock: 133969827 |
| 104 | + mapping: |
| 105 | + kind: ethereum/events |
| 106 | + apiVersion: 0.0.7 |
| 107 | + language: wasm/assemblyscript |
| 108 | + entities: |
| 109 | + - Factory |
| 110 | + - Pool |
| 111 | + abis: |
| 112 | + - name: LBPool |
| 113 | + file: ./abis/LBPool.json |
| 114 | + - name: BasePoolFactory |
| 115 | + file: ./abis/BasePoolFactory.json |
| 116 | + eventHandlers: |
| 117 | + - event: PoolCreated(indexed address) |
| 118 | + handler: handleLBPoolCreated |
| 119 | + file: ./src/mappings/lbp.ts |
0 commit comments