Skip to content

Commit 8bec015

Browse files
authored
chore(target_chains/fuel): update abi (#1800)
* update abi * update abi
1 parent 1bad16e commit 8bec015

File tree

6 files changed

+22
-4
lines changed

6 files changed

+22
-4
lines changed

target_chains/fuel/contracts/pyth-contract/out/release/pyth-contract-abi.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,11 @@
143143
"type": 0,
144144
"typeArguments": null
145145
},
146+
{
147+
"name": "FuturePriceNotAllowed",
148+
"type": 0,
149+
"typeArguments": null
150+
},
146151
{
147152
"name": "GuardianSetNotFound",
148153
"type": 0,
@@ -1838,7 +1843,7 @@
18381843
"type": 6,
18391844
"typeArguments": []
18401845
},
1841-
"offset": 117008
1846+
"offset": 117592
18421847
}
18431848
]
18441849
}
Binary file not shown.

target_chains/fuel/sdk/js/src/abi/pyth-contract-abi.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,11 @@
143143
"type": 0,
144144
"typeArguments": null
145145
},
146+
{
147+
"name": "FuturePriceNotAllowed",
148+
"type": 0,
149+
"typeArguments": null
150+
},
146151
{
147152
"name": "GuardianSetNotFound",
148153
"type": 0,
@@ -1838,7 +1843,7 @@
18381843
"type": 6,
18391844
"typeArguments": []
18401845
},
1841-
"offset": 117008
1846+
"offset": 117592
18421847
}
18431848
]
18441849
}

target_chains/fuel/sdk/js/src/types/PythContractAbi.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export enum InitializationErrorOutput {
7878
}
7979
export enum PythErrorInput {
8080
FeesCanOnlyBePaidInTheBaseAsset = "FeesCanOnlyBePaidInTheBaseAsset",
81+
FuturePriceNotAllowed = "FuturePriceNotAllowed",
8182
GuardianSetNotFound = "GuardianSetNotFound",
8283
IncorrectMessageType = "IncorrectMessageType",
8384
InsufficientFee = "InsufficientFee",
@@ -114,6 +115,7 @@ export enum PythErrorInput {
114115
}
115116
export enum PythErrorOutput {
116117
FeesCanOnlyBePaidInTheBaseAsset = "FeesCanOnlyBePaidInTheBaseAsset",
118+
FuturePriceNotAllowed = "FuturePriceNotAllowed",
117119
GuardianSetNotFound = "GuardianSetNotFound",
118120
IncorrectMessageType = "IncorrectMessageType",
119121
InsufficientFee = "InsufficientFee",

target_chains/fuel/sdk/js/src/types/PythContractAbi.hex.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

target_chains/fuel/sdk/js/src/types/factories/PythContractAbi__factory.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,11 @@ const _abi = {
169169
type: 0,
170170
typeArguments: null,
171171
},
172+
{
173+
name: "FuturePriceNotAllowed",
174+
type: 0,
175+
typeArguments: null,
176+
},
172177
{
173178
name: "GuardianSetNotFound",
174179
type: 0,
@@ -1864,7 +1869,7 @@ const _abi = {
18641869
type: 6,
18651870
typeArguments: [],
18661871
},
1867-
offset: 117008,
1872+
offset: 117592,
18681873
},
18691874
],
18701875
};
@@ -1919,6 +1924,7 @@ const _storageSlots: StorageSlot[] = [
19191924
value: "0000000000000000000000000000000000000000000000000000000000000000",
19201925
},
19211926
];
1927+
19221928
export const PythContractAbi__factory = {
19231929
abi: _abi,
19241930

0 commit comments

Comments
 (0)