denotify-client 1.1.14 → 1.1.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -199,7 +199,7 @@ export type HandlerFunctionCallV2RawResponse = {
199
199
  abi: string[];
200
200
  version: number;
201
201
  };
202
- export type Network = "avalanche" | "ethereum";
202
+ export type Network = "ethereum" | "avalanche" | "bsc" | "polygon" | "fantom" | "optimism" | "arbitrum" | "canto";
203
203
  export type TriggerConfig = PollFunctionV2 | PollFunctionV1 | OnchainEventV1;
204
204
  export type TriggerTypeId = "PollFunctionV2" | "OnchainEventV1" | "PollFunctionV1";
205
205
  export type TriggerUpdate = HandlerFunctionCallV2Update | HandlerFunctionCallUpdate | HandlerOnchainEventUpdate;