File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
contract_manager/store/contracts
target_chains/fuel/sdk/js Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
- chain : fuel_testnet
2
- address : " 0xcda57a8ab59090ab2b75d10e093af41a2ad9b7951a2805ab39100995c69f9b2a "
2
+ address : " 0x73591bf32f010ce4e83d86005c24e7833b397be38014ab670a73f6fde59ad607 "
3
3
type : FuelPriceFeedContract
Original file line number Diff line number Diff line change 1
1
- chain : fuel_testnet
2
- address : " 0xcda57a8ab59090ab2b75d10e093af41a2ad9b7951a2805ab39100995c69f9b2a "
2
+ address : " 0x73591bf32f010ce4e83d86005c24e7833b397be38014ab670a73f6fde59ad607 "
3
3
type : FuelWormholeContract
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pythnetwork/pyth-fuel-js" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " Pyth Network Fuel Utils in JS" ,
5
5
"homepage" : " https://pyth.network" ,
6
6
"author" : {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import PYTH_CONTRACT_ABI from "./abi/pyth-contract-abi.json";
2
2
3
3
/** Address of the Pyth contract on Fuel Sepolia (testnet). */
4
4
export const PYTH_CONTRACT_ADDRESS_SEPOLIA =
5
- "0x273172b23903a5587d034173f9c607c6473dc55afecec4b9efa3a1f9da5f27f6 " ;
5
+ "0x73591bf32f010ce4e83d86005c24e7833b397be38014ab670a73f6fde59ad607 " ;
6
6
7
7
/** Asset ID of ETH on Fuel. */
8
8
export const FUEL_ETH_ASSET_ID =
You can’t perform that action at this time.
0 commit comments