Bladeren bron

chore(target_chains/fuel): update fuel contract address on fuel sdk (#1801)

* update fuel testnet address to the latest deployment

* bump pyth-fuel-js
Daniel Chew 1 jaar geleden
bovenliggende
commit
370c8dd3a4

+ 1 - 1
target_chains/fuel/sdk/js/package.json

@@ -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": {

+ 1 - 1
target_chains/fuel/sdk/js/src/index.ts

@@ -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 =

+ 0 - 1
target_chains/fuel/sdk/js/src/types/factories/PythContractAbi__factory.ts

@@ -1924,7 +1924,6 @@ const _storageSlots: StorageSlot[] = [
     value: "0000000000000000000000000000000000000000000000000000000000000000",
   },
 ];
-
 export const PythContractAbi__factory = {
   abi: _abi,