Skip to content

Commit

Permalink
turn on base?
Browse files Browse the repository at this point in the history
  • Loading branch information
skylarbarrera committed Aug 25, 2023
1 parent 31d5313 commit 65369da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/networks/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const getBaseNetworkObject = (): NetworkProperties => {
txHistory: true,
flashbots: false,
walletconnect: true,
swaps: config.base_swaps_enabled,
swaps: true,
nfts: true,
savings: false,
pools: false,
Expand Down

0 comments on commit 65369da

Please sign in to comment.