mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-12-02 05:57:29 +01:00
add debug log
This commit is contained in:
parent
057553b7f0
commit
50c5ac247c
@ -238,6 +238,9 @@ export function createPoolTransaction(
|
||||
event_type: string,
|
||||
userAddress: string
|
||||
): void {
|
||||
|
||||
debuglog('createPoolTransaction', event, [])
|
||||
|
||||
const poolId = event.address.toHex()
|
||||
const pool = PoolEntity.load(poolId)
|
||||
const ptx = event.transaction.hash.toHexString()
|
||||
|
Loading…
Reference in New Issue
Block a user