Skip to content

Commit

Permalink
fix: support gnosis
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Oct 24, 2023
1 parent bb1850f commit 3eab8a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions generator/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export const V3_POOLS = [
'AaveV3Arbitrum',
'AaveV3Metis',
'AaveV3Base',
'AaveV3Gnosis',
] as const satisfies readonly (keyof typeof addressBook)[];

export const POOLS = [
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,16 @@
chalk "^2.4.2"
js-tokens "^4.0.0"

"@bgd-labs/[email protected]", "@bgd-labs/aave-address-book@^2.7.0":
"@bgd-labs/[email protected]":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@bgd-labs/aave-address-book/-/aave-address-book-2.7.0.tgz#ae26abb1a340fe795b9a2febd87f842c2ed06a99"
integrity sha512-TYErogNQIecHnnr7NXxGSnr1d/QuXNP9o5L8wRzx0+GIJiCi7Dmy9dlJxQO/nEky/Nq512l09xYKjRVnTz37Tg==

"@bgd-labs/aave-address-book@^2.8.0":
version "2.8.0"
resolved "https://registry.yarnpkg.com/@bgd-labs/aave-address-book/-/aave-address-book-2.8.0.tgz#6d4169c5b8e70bc9b847f5173b4ea2ca59f7a21b"
integrity sha512-oBcoPtwxnMZ310iYZHLqViuKAy4Q8hvwq6enW33LdqDL5Y+iU7c8TptKl6KdsojxwlluNZ1sahW5PfKNUT0jIQ==

"@bgd-labs/[email protected]":
version "0.0.27-454eafdfe0f9813ef73c81bc25457e3efd418c50.0"
resolved "https://registry.yarnpkg.com/@bgd-labs/aave-cli/-/aave-cli-0.0.27-454eafdfe0f9813ef73c81bc25457e3efd418c50.0.tgz#c91e8f2d970a8a2c615dc2ae977d77e0b4cfe41d"
Expand Down

0 comments on commit 3eab8a9

Please sign in to comment.