소스 검색

chore(target_chains/fuel): update abi (#1800)

* update abi

* update abi
Daniel Chew 1 년 전
부모
커밋
8bec01505f

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

@@ -143,6 +143,11 @@
           "type": 0,
           "type": 0,
           "typeArguments": null
           "typeArguments": null
         },
         },
+        {
+          "name": "FuturePriceNotAllowed",
+          "type": 0,
+          "typeArguments": null
+        },
         {
         {
           "name": "GuardianSetNotFound",
           "name": "GuardianSetNotFound",
           "type": 0,
           "type": 0,
@@ -1838,7 +1843,7 @@
         "type": 6,
         "type": 6,
         "typeArguments": []
         "typeArguments": []
       },
       },
-      "offset": 117008
+      "offset": 117592
     }
     }
   ]
   ]
 }
 }

BIN
target_chains/fuel/contracts/pyth-contract/out/release/pyth-contract.bin


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

@@ -143,6 +143,11 @@
           "type": 0,
           "type": 0,
           "typeArguments": null
           "typeArguments": null
         },
         },
+        {
+          "name": "FuturePriceNotAllowed",
+          "type": 0,
+          "typeArguments": null
+        },
         {
         {
           "name": "GuardianSetNotFound",
           "name": "GuardianSetNotFound",
           "type": 0,
           "type": 0,
@@ -1838,7 +1843,7 @@
         "type": 6,
         "type": 6,
         "typeArguments": []
         "typeArguments": []
       },
       },
-      "offset": 117008
+      "offset": 117592
     }
     }
   ]
   ]
 }
 }

+ 2 - 0
target_chains/fuel/sdk/js/src/types/PythContractAbi.d.ts

@@ -78,6 +78,7 @@ export enum InitializationErrorOutput {
 }
 }
 export enum PythErrorInput {
 export enum PythErrorInput {
   FeesCanOnlyBePaidInTheBaseAsset = "FeesCanOnlyBePaidInTheBaseAsset",
   FeesCanOnlyBePaidInTheBaseAsset = "FeesCanOnlyBePaidInTheBaseAsset",
+  FuturePriceNotAllowed = "FuturePriceNotAllowed",
   GuardianSetNotFound = "GuardianSetNotFound",
   GuardianSetNotFound = "GuardianSetNotFound",
   IncorrectMessageType = "IncorrectMessageType",
   IncorrectMessageType = "IncorrectMessageType",
   InsufficientFee = "InsufficientFee",
   InsufficientFee = "InsufficientFee",
@@ -114,6 +115,7 @@ export enum PythErrorInput {
 }
 }
 export enum PythErrorOutput {
 export enum PythErrorOutput {
   FeesCanOnlyBePaidInTheBaseAsset = "FeesCanOnlyBePaidInTheBaseAsset",
   FeesCanOnlyBePaidInTheBaseAsset = "FeesCanOnlyBePaidInTheBaseAsset",
+  FuturePriceNotAllowed = "FuturePriceNotAllowed",
   GuardianSetNotFound = "GuardianSetNotFound",
   GuardianSetNotFound = "GuardianSetNotFound",
   IncorrectMessageType = "IncorrectMessageType",
   IncorrectMessageType = "IncorrectMessageType",
   InsufficientFee = "InsufficientFee",
   InsufficientFee = "InsufficientFee",

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
target_chains/fuel/sdk/js/src/types/PythContractAbi.hex.ts


+ 7 - 1
target_chains/fuel/sdk/js/src/types/factories/PythContractAbi__factory.ts

@@ -169,6 +169,11 @@ const _abi = {
           type: 0,
           type: 0,
           typeArguments: null,
           typeArguments: null,
         },
         },
+        {
+          name: "FuturePriceNotAllowed",
+          type: 0,
+          typeArguments: null,
+        },
         {
         {
           name: "GuardianSetNotFound",
           name: "GuardianSetNotFound",
           type: 0,
           type: 0,
@@ -1864,7 +1869,7 @@ const _abi = {
         type: 6,
         type: 6,
         typeArguments: [],
         typeArguments: [],
       },
       },
-      offset: 117008,
+      offset: 117592,
     },
     },
   ],
   ],
 };
 };
@@ -1919,6 +1924,7 @@ const _storageSlots: StorageSlot[] = [
     value: "0000000000000000000000000000000000000000000000000000000000000000",
     value: "0000000000000000000000000000000000000000000000000000000000000000",
   },
   },
 ];
 ];
+
 export const PythContractAbi__factory = {
 export const PythContractAbi__factory = {
   abi: _abi,
   abi: _abi,
 
 

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.