Skip to content

Commit

Permalink
chore: remove confusing typegen
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocbsr committed Aug 7, 2024
1 parent 65a6b83 commit 96a5cd6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 12 deletions.
2 changes: 0 additions & 2 deletions packages/evm-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
"scripts": {
"fuels:build": "pnpm fuels build",
"postfuels:build": "tsx ./scripts/versions.ts",
"fuels:typegen": "fuels typegen -p --output=./src/generated/predicates/new --inputs=./predicate/out/release/verification-predicate-abi.json",
"postfuels:typegen": "tsx ./scripts/versions.ts",
"build": "tsup --dts-only",
"build:watch": "pnpm run fuels:build && tsup --watch --dts-only",
"ts:check": "tsc --noEmit",
Expand Down
2 changes: 0 additions & 2 deletions packages/solana-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
"scripts": {
"fuels:build": "pnpm fuels build",
"postfuels:build": "tsx ./scripts/versions.ts",
"fuels:typegen": "fuels typegen -p --output=./src/generated/predicates/new --inputs=./predicate/out/release/verification-predicate-abi.json",
"postfuels:typegen": "tsx ./scripts/versions.ts",
"build": "tsup --dts-only",
"build:watch": "pnpm run fuels:build && tsup --watch --dts-only",
"ts:check": "tsc --noEmit",
Expand Down
2 changes: 0 additions & 2 deletions packages/walletconnect-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
"scripts": {
"fuels:build": "pnpm fuels build",
"postfuels:build": "tsx ./scripts/versions.ts",
"fuels:typegen": "fuels typegen -p --output=./src/generated/predicates/new --inputs=./predicate/out/release/verification-predicate-abi.json",
"postfuels:typegen": "tsx ./scripts/versions.ts",
"build": "tsup --dts-only",
"build:watch": "pnpm run fuels:build && tsup --watch --dts-only",
"ts:check": "tsc --noEmit",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file. Do not edit manually. */

export const generationDate = 1722897450301;
export const generationDate = 1723073762756;
// biome-ignore lint: Autogenerated file
export const abi = {
encoding: '1',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import {
generationDate as generationDate1722561429916,
} from './0x279df00c04dcb33686e6212b4da2a08dbd5a2fa5cb5b2d0998aeb98906f1d7d7';
import {
abi as abi1722897450301,
bin as bin1722897450301,
generationDate as generationDate1722897450301,
abi as abi1723073762756,
bin as bin1723073762756,
generationDate as generationDate1723073762756,
} from './0xca07380d3c0d9890519ee727bf522eaf19e2acefab240c9a22b0aa90f41c87d6';

export const PREDICATE_VERSIONS = {
Expand All @@ -18,7 +18,7 @@ export const PREDICATE_VERSIONS = {
generatedAt: generationDate1722561429916,
},
'0xca07380d3c0d9890519ee727bf522eaf19e2acefab240c9a22b0aa90f41c87d6': {
predicate: { abi: abi1722897450301, bin: bin1722897450301 },
generatedAt: generationDate1722897450301,
predicate: { abi: abi1723073762756, bin: bin1723073762756 },
generatedAt: generationDate1723073762756,
},
} as Record<string, PredicateVersion>;

0 comments on commit 96a5cd6

Please sign in to comment.