diff --git a/schema.graphql b/schema.graphql index 61f8072..ab193a0 100644 --- a/schema.graphql +++ b/schema.graphql @@ -824,15 +824,6 @@ type TransmuterBufferSetAlchemistEvent implements Event @entity { alchemist: Bytes! } -type TransmuterBufferSetTransmuter implements Event @entity { - id: ID! - cursor: BigInt! - index: BigInt! - block: Block! - timestamp: BigInt! - transmuter: Bytes! -} - type TransmuterBufferSetFlowRateEvent implements Event @entity { id: ID! cursor: BigInt!