Skip to content

Commit 370c8dd

Browse files
authored
chore(target_chains/fuel): update fuel contract address on fuel sdk (#1801)
* update fuel testnet address to the latest deployment * bump pyth-fuel-js
1 parent 8bec015 commit 370c8dd

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

target_chains/fuel/sdk/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/pyth-fuel-js",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Pyth Network Fuel Utils in JS",
55
"homepage": "https://pyth.network",
66
"author": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import PYTH_CONTRACT_ABI from "./abi/pyth-contract-abi.json";
22

33
/** Address of the Pyth contract on Fuel Sepolia (testnet). */
44
export const PYTH_CONTRACT_ADDRESS_SEPOLIA =
5-
"0x1ab91bc1402a187055d3e827017ace566a103ce2a4126517da5d656d6a436aea";
5+
"0x273172b23903a5587d034173f9c607c6473dc55afecec4b9efa3a1f9da5f27f6";
66

77
/** Asset ID of ETH on Fuel. */
88
export const FUEL_ETH_ASSET_ID =

target_chains/fuel/sdk/js/src/types/factories/PythContractAbi__factory.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1924,7 +1924,6 @@ const _storageSlots: StorageSlot[] = [
19241924
value: "0000000000000000000000000000000000000000000000000000000000000000",
19251925
},
19261926
];
1927-
19281927
export const PythContractAbi__factory = {
19291928
abi: _abi,
19301929

0 commit comments

Comments
 (0)