File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
target_chains/fuel/sdk/js Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pythnetwork/pyth-fuel-js" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
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
- "0x1ab91bc1402a187055d3e827017ace566a103ce2a4126517da5d656d6a436aea " ;
5
+ "0x273172b23903a5587d034173f9c607c6473dc55afecec4b9efa3a1f9da5f27f6 " ;
6
6
7
7
/** Asset ID of ETH on Fuel. */
8
8
export const FUEL_ETH_ASSET_ID =
Original file line number Diff line number Diff line change @@ -1924,7 +1924,6 @@ const _storageSlots: StorageSlot[] = [
1924
1924
value : "0000000000000000000000000000000000000000000000000000000000000000" ,
1925
1925
} ,
1926
1926
] ;
1927
-
1928
1927
export const PythContractAbi__factory = {
1929
1928
abi : _abi ,
1930
1929
You can’t perform that action at this time.
0 commit comments