Skip to content

Commit b6cc61b

Browse files
authored
fix pyth publish js ci (#1846)
1 parent 0714994 commit b6cc61b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

target_chains/fuel/sdk/js/src/types/PythContract.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2178,7 +2178,6 @@ const storageSlots: StorageSlot[] = [
21782178
value: "0000000000000000000000000000000000000000000000000000000000000000",
21792179
},
21802180
];
2181-
21822181
export class PythContractInterface extends Interface {
21832182
constructor() {
21842183
super(abi);

target_chains/fuel/sdk/js/src/types/PythContractFactory.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)