Skip to content

Commit

Permalink
chore(target_chains/fuel): update fuel contract address on fuel sdk (#…
Browse files Browse the repository at this point in the history
…1801)

* update fuel testnet address to the latest deployment

* bump pyth-fuel-js
  • Loading branch information
cctdaniel authored Jul 26, 2024
1 parent 8bec015 commit 370c8dd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion target_chains/fuel/sdk/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pythnetwork/pyth-fuel-js",
"version": "1.0.2",
"version": "1.0.3",
"description": "Pyth Network Fuel Utils in JS",
"homepage": "https://pyth.network",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion target_chains/fuel/sdk/js/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import PYTH_CONTRACT_ABI from "./abi/pyth-contract-abi.json";

/** Address of the Pyth contract on Fuel Sepolia (testnet). */
export const PYTH_CONTRACT_ADDRESS_SEPOLIA =
"0x1ab91bc1402a187055d3e827017ace566a103ce2a4126517da5d656d6a436aea";
"0x273172b23903a5587d034173f9c607c6473dc55afecec4b9efa3a1f9da5f27f6";

/** Asset ID of ETH on Fuel. */
export const FUEL_ETH_ASSET_ID =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1924,7 +1924,6 @@ const _storageSlots: StorageSlot[] = [
value: "0000000000000000000000000000000000000000000000000000000000000000",
},
];

export const PythContractAbi__factory = {
abi: _abi,

Expand Down

0 comments on commit 370c8dd

Please sign in to comment.