From bbf9eac2b0978ae6fb91a30a7577de7253930fd7 Mon Sep 17 00:00:00 2001 From: Daniel Chew Date: Mon, 14 Oct 2024 16:16:47 +0900 Subject: [PATCH] Update PythContract.ts with latest changes --- target_chains/fuel/sdk/js/src/types/PythContract.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/target_chains/fuel/sdk/js/src/types/PythContract.ts b/target_chains/fuel/sdk/js/src/types/PythContract.ts index 48ef88e375..a3fb24427c 100644 --- a/target_chains/fuel/sdk/js/src/types/PythContract.ts +++ b/target_chains/fuel/sdk/js/src/types/PythContract.ts @@ -2171,7 +2171,6 @@ const storageSlots: StorageSlot[] = [ value: "0000000000000000000000000000000000000000000000000000000000000000", }, ]; - export class PythContractInterface extends Interface { constructor() { super(abi);