Skip to content

Commit

Permalink
chore: add abis to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerilym committed Jul 1, 2024
1 parent 903c3bc commit e686812
Show file tree
Hide file tree
Showing 16 changed files with 4,289 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Add yarn to pnpm
run: pnpm add -g yarn

- name: Install dependencies
run: pnpm install

Expand Down
3 changes: 2 additions & 1 deletion packages/contracts/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
abis/*
# TODO - Investigate proper abi post-install generation
# abis/*
6 changes: 6 additions & 0 deletions packages/contracts/abis/BN256G1.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// This file is generated by the generate-abis script. Do not modify it manually.

/**
* Generated ABI for the BN256G1 contract.
*/
export const BN256G1Abi = [] as const;
6 changes: 6 additions & 0 deletions packages/contracts/abis/BN256G2.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// This file is generated by the generate-abis script. Do not modify it manually.

/**
* Generated ABI for the BN256G2 contract.
*/
export const BN256G2Abi = [] as const;
6 changes: 6 additions & 0 deletions packages/contracts/abis/Pairing.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// This file is generated by the generate-abis script. Do not modify it manually.

/**
* Generated ABI for the Pairing contract.
*/
export const PairingAbi = [] as const;
Loading

0 comments on commit e686812

Please sign in to comment.