Skip to content

Commit

Permalink
fix fuel ci (#1856)
Browse files Browse the repository at this point in the history
  • Loading branch information
cctdaniel authored Aug 29, 2024
1 parent 64c9a28 commit 4eb8956
Show file tree
Hide file tree
Showing 6 changed files with 321 additions and 46 deletions.
355 changes: 315 additions & 40 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion target_chains/fuel/sdk/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"typescript": "^5.4.5"
},
"dependencies": {
"fuels": "^0.94.0"
"fuels": "^0.94.2"
}
}
2 changes: 1 addition & 1 deletion target_chains/fuel/sdk/js/src/types/PythContract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* eslint-disable @typescript-eslint/consistent-type-imports */

/*
Fuels version: 0.94.0
Fuels version: 0.94.2
*/

import { Contract, Interface } from "fuels";
Expand Down
4 changes: 2 additions & 2 deletions target_chains/fuel/sdk/js/src/types/PythContractFactory.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion target_chains/fuel/sdk/js/src/types/common.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* eslint-disable @typescript-eslint/consistent-type-imports */

/*
Fuels version: 0.94.0
Fuels version: 0.94.2
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion target_chains/fuel/sdk/js/src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* eslint-disable @typescript-eslint/consistent-type-imports */

/*
Fuels version: 0.94.0
Fuels version: 0.94.2
*/

export { PythContract } from "./PythContract";
Expand Down

0 comments on commit 4eb8956

Please sign in to comment.