Skip to content

Commit a36f7ac

Browse files
authored
feat(target_chains/fuel): update testnet address (#1817)
* update fuel testnet add * update contract manager
1 parent 2c599bd commit a36f7ac

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
- chain: fuel_testnet
2-
address: "0xcda57a8ab59090ab2b75d10e093af41a2ad9b7951a2805ab39100995c69f9b2a"
2+
address: "0x73591bf32f010ce4e83d86005c24e7833b397be38014ab670a73f6fde59ad607"
33
type: FuelPriceFeedContract
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
- chain: fuel_testnet
2-
address: "0xcda57a8ab59090ab2b75d10e093af41a2ad9b7951a2805ab39100995c69f9b2a"
2+
address: "0x73591bf32f010ce4e83d86005c24e7833b397be38014ab670a73f6fde59ad607"
33
type: FuelWormholeContract

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.3",
3+
"version": "1.0.4",
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-
"0x273172b23903a5587d034173f9c607c6473dc55afecec4b9efa3a1f9da5f27f6";
5+
"0x73591bf32f010ce4e83d86005c24e7833b397be38014ab670a73f6fde59ad607";
66

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

0 commit comments

Comments
 (0)