Skip to content

Commit

Permalink
pnpm run build
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpeluche committed Aug 21, 2023
1 parent 6560962 commit 7ba41b4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"badger-dao",
"balancer",
"bancor-v3",
"baseswap",
"beefy",
"bella-protocol",
"belt-finance",
Expand Down
2 changes: 0 additions & 2 deletions src/adapters/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import babylonFinance from '@adapters/babylon-finance'
import badgerDao from '@adapters/badger-dao'
import balancer from '@adapters/balancer'
import bancorV3 from '@adapters/bancor-v3'
import baseswap from '@adapters/baseswap'
import beefy from '@adapters/beefy'
import bellaProtocol from '@adapters/bella-protocol'
import beltFinance from '@adapters/belt-finance'
Expand Down Expand Up @@ -263,7 +262,6 @@ export const adapters: Adapter[] = [
badgerDao,
balancer,
bancorV3,
baseswap,
beefy,
bellaProtocol,
beltFinance,
Expand Down
2 changes: 1 addition & 1 deletion src/lib/providers/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import {
base,
bsc,
celo,
mainnet as ethereum,
fantom,
harmonyOne as harmony,
mainnet as ethereum,
moonbeam,
optimism,
polygon,
Expand Down

0 comments on commit 7ba41b4

Please sign in to comment.