Skip to content

Commit

Permalink
chore(target_chains/fuel): update abi (#1800)
Browse files Browse the repository at this point in the history
* update abi

* update abi
  • Loading branch information
cctdaniel authored Jul 26, 2024
1 parent 1bad16e commit 8bec015
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 4 deletions.
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

0 comments on commit 8bec015

Please sign in to comment.