Skip to content

Commit 4eb8956

Browse files
authored
fix fuel ci (#1856)
1 parent 64c9a28 commit 4eb8956

File tree

6 files changed

+321
-46
lines changed

6 files changed

+321
-46
lines changed

pnpm-lock.yaml

Lines changed: 315 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

target_chains/fuel/sdk/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
"typescript": "^5.4.5"
4545
},
4646
"dependencies": {
47-
"fuels": "^0.94.0"
47+
"fuels": "^0.94.2"
4848
}
4949
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* eslint-disable @typescript-eslint/consistent-type-imports */
66

77
/*
8-
Fuels version: 0.94.0
8+
Fuels version: 0.94.2
99
*/
1010

1111
import { Contract, Interface } from "fuels";

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

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

target_chains/fuel/sdk/js/src/types/common.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* eslint-disable @typescript-eslint/consistent-type-imports */
66

77
/*
8-
Fuels version: 0.94.0
8+
Fuels version: 0.94.2
99
*/
1010

1111
/**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* eslint-disable @typescript-eslint/consistent-type-imports */
66

77
/*
8-
Fuels version: 0.94.0
8+
Fuels version: 0.94.2
99
*/
1010

1111
export { PythContract } from "./PythContract";

0 commit comments

Comments
 (0)