Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
feat(kwenta): staking v2 (#2943)
Browse files Browse the repository at this point in the history
Co-authored-by: gaulois <[email protected]>
Co-authored-by: William Poulin <[email protected]>
  • Loading branch information
3 people authored Sep 28, 2023
1 parent 6c4d177 commit a74bb31
Show file tree
Hide file tree
Showing 11 changed files with 4,435 additions and 5 deletions.
1,356 changes: 1,356 additions & 0 deletions src/apps/kwenta/contracts/abis/kwenta-staking-v-2.json

Large diffs are not rendered by default.

1,619 changes: 1,619 additions & 0 deletions src/apps/kwenta/contracts/ethers/KwentaStakingV2.ts

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ const _abi = [
stateMutability: 'nonpayable',
type: 'function',
},
];
] as const;

export class KwentaAccountResolver__factory {
static readonly abi = _abi;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ const _abi = [
stateMutability: 'view',
type: 'function',
},
];
] as const;

export class KwentaEscrow__factory {
static readonly abi = _abi;
Expand Down
Loading

0 comments on commit a74bb31

Please sign in to comment.