Skip to content

Commit 373e109

Browse files
authored
chore: update fuel testnet contract (#1842)
* update fuel contract * bump
1 parent 6b7745f commit 373e109

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: "0x73591bf32f010ce4e83d86005c24e7833b397be38014ab670a73f6fde59ad607"
2+
address: "0xc3c47cdeaec412778fc86842b44fb061b350db57f9d52def4f73036156f71506"
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: "0x73591bf32f010ce4e83d86005c24e7833b397be38014ab670a73f6fde59ad607"
2+
address: "0xc3c47cdeaec412778fc86842b44fb061b350db57f9d52def4f73036156f71506"
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.4",
3+
"version": "1.0.5",
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-
"0x73591bf32f010ce4e83d86005c24e7833b397be38014ab670a73f6fde59ad607";
5+
"0xc3c47cdeaec412778fc86842b44fb061b350db57f9d52def4f73036156f71506";
66

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

0 commit comments

Comments
 (0)