Skip to content

Commit

Permalink
feat(target_chains/fuel): update testnet address (#1817)
Browse files Browse the repository at this point in the history
* update fuel testnet add

* update contract manager
  • Loading branch information
cctdaniel authored Aug 9, 2024
1 parent 2c599bd commit a36f7ac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- chain: fuel_testnet
address: "0xcda57a8ab59090ab2b75d10e093af41a2ad9b7951a2805ab39100995c69f9b2a"
address: "0x73591bf32f010ce4e83d86005c24e7833b397be38014ab670a73f6fde59ad607"
type: FuelPriceFeedContract
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- chain: fuel_testnet
address: "0xcda57a8ab59090ab2b75d10e093af41a2ad9b7951a2805ab39100995c69f9b2a"
address: "0x73591bf32f010ce4e83d86005c24e7833b397be38014ab670a73f6fde59ad607"
type: FuelWormholeContract
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.3",
"version": "1.0.4",
"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 =
"0x273172b23903a5587d034173f9c607c6473dc55afecec4b9efa3a1f9da5f27f6";
"0x73591bf32f010ce4e83d86005c24e7833b397be38014ab670a73f6fde59ad607";

/** Asset ID of ETH on Fuel. */
export const FUEL_ETH_ASSET_ID =
Expand Down

0 comments on commit a36f7ac

Please sign in to comment.