Skip to content

Commit

Permalink
fix pyth publish js ci (#1846)
Browse files Browse the repository at this point in the history
  • Loading branch information
cctdaniel authored Aug 27, 2024
1 parent 0714994 commit b6cc61b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion target_chains/fuel/sdk/js/src/types/PythContract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2178,7 +2178,6 @@ const storageSlots: StorageSlot[] = [
value: "0000000000000000000000000000000000000000000000000000000000000000",
},
];

export class PythContractInterface extends Interface {
constructor() {
super(abi);
Expand Down
2 changes: 1 addition & 1 deletion target_chains/fuel/sdk/js/src/types/PythContractFactory.ts

Large diffs are not rendered by default.

0 comments on commit b6cc61b

Please sign in to comment.