Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,11 @@
"type": 0,
"typeArguments": null
},
{
"name": "FuturePriceNotAllowed",
"type": 0,
"typeArguments": null
},
{
"name": "GuardianSetNotFound",
"type": 0,
Expand Down Expand Up @@ -1838,7 +1843,7 @@
"type": 6,
"typeArguments": []
},
"offset": 117008
"offset": 117592
}
]
}
Binary file not shown.
7 changes: 6 additions & 1 deletion target_chains/fuel/sdk/js/src/abi/pyth-contract-abi.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,11 @@
"type": 0,
"typeArguments": null
},
{
"name": "FuturePriceNotAllowed",
"type": 0,
"typeArguments": null
},
{
"name": "GuardianSetNotFound",
"type": 0,
Expand Down Expand Up @@ -1838,7 +1843,7 @@
"type": 6,
"typeArguments": []
},
"offset": 117008
"offset": 117592
}
]
}
2 changes: 2 additions & 0 deletions target_chains/fuel/sdk/js/src/types/PythContractAbi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export enum InitializationErrorOutput {
}
export enum PythErrorInput {
FeesCanOnlyBePaidInTheBaseAsset = "FeesCanOnlyBePaidInTheBaseAsset",
FuturePriceNotAllowed = "FuturePriceNotAllowed",
GuardianSetNotFound = "GuardianSetNotFound",
IncorrectMessageType = "IncorrectMessageType",
InsufficientFee = "InsufficientFee",
Expand Down Expand Up @@ -114,6 +115,7 @@ export enum PythErrorInput {
}
export enum PythErrorOutput {
FeesCanOnlyBePaidInTheBaseAsset = "FeesCanOnlyBePaidInTheBaseAsset",
FuturePriceNotAllowed = "FuturePriceNotAllowed",
GuardianSetNotFound = "GuardianSetNotFound",
IncorrectMessageType = "IncorrectMessageType",
InsufficientFee = "InsufficientFee",
Expand Down
2 changes: 1 addition & 1 deletion target_chains/fuel/sdk/js/src/types/PythContractAbi.hex.ts

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,11 @@ const _abi = {
type: 0,
typeArguments: null,
},
{
name: "FuturePriceNotAllowed",
type: 0,
typeArguments: null,
},
{
name: "GuardianSetNotFound",
type: 0,
Expand Down Expand Up @@ -1864,7 +1869,7 @@ const _abi = {
type: 6,
typeArguments: [],
},
offset: 117008,
offset: 117592,
},
],
};
Expand Down Expand Up @@ -1919,6 +1924,7 @@ const _storageSlots: StorageSlot[] = [
value: "0000000000000000000000000000000000000000000000000000000000000000",
},
];

export const PythContractAbi__factory = {
abi: _abi,

Expand Down