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
Browse files Browse the repository at this point in the history
  • Loading branch information
gaulois committed Sep 26, 2023
1 parent fff50a4 commit 3d17925
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 3d17925

Please sign in to comment.