Skip to content

Commit

Permalink
feat(@nftx/config): support base
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmellis committed May 13, 2024
1 parent 2c87c8f commit 78ecf6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/config/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,13 @@ const defaultConfig: Config = {
[Network.Mainnet]: 0,
[Network.Sepolia]: 0,
[Network.Arbitrum]: 0,
[Network.Base]: 0,
},
apiBlockNumber: {
[Network.Mainnet]: 0,
[Network.Sepolia]: 0,
[Network.Arbitrum]: 0,
[Network.Base]: 0,
},
blockBuffer: 10,
},
Expand Down

0 comments on commit 78ecf6e

Please sign in to comment.