Skip to content

Commit

Permalink
feat: add permit2 and permit2proxy from /chains (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
H3xept authored Oct 10, 2024
1 parent a40a86b commit 7dbdd7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/types",
"version": "15.15.1",
"version": "15.16.0-beta.2",
"description": "Types for the LI.FI stack",
"keywords": [
"sdk",
Expand Down
2 changes: 2 additions & 0 deletions src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,8 @@ export interface FullStatusData extends StatusData {
export interface ExtendedChain extends Chain {
nativeToken: Token
diamondAddress: string
permit2?: string
permit2Proxy?: string
}

export interface ChainsResponse {
Expand Down

0 comments on commit 7dbdd7a

Please sign in to comment.