Skip to content

Commit

Permalink
Merge pull request #317 from reservoirprotocol/pedro/grwth-3239-defau…
Browse files Browse the repository at this point in the history
…lt-to-oracle-biding-for-the-explorer

Enable oracle orders for bidding
  • Loading branch information
pedromcunha authored Sep 12, 2023
2 parents 478eee9 + 6980af9 commit a3e7613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/buttons/Bid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ const Bid: FC<Props> = ({
openState={openState}
feesBps={orderFees}
currencies={bidCurrencies}
oracleEnabled={true}
chainId={marketplaceChain.id}
onClose={(data, stepData, currentStep) => {
if (mutate && currentStep == BidStep.Complete) mutate()
Expand Down
1 change: 1 addition & 0 deletions components/buttons/CollectionOffer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ const CollectionOffer: FC<Props> = ({
attribute={attribute}
feesBps={orderFees}
currencies={bidCurrencies}
oracleEnabled={true}
chainId={marketplaceChain.id}
onClose={(data, stepData, currentStep) => {
if (mutate && currentStep == BidStep.Complete) mutate()
Expand Down

2 comments on commit a3e7613

@vercel
Copy link

@vercel vercel bot commented on a3e7613 Sep 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

artblocks-v2 – ./

artblocks-v2-git-main-unevenlabs.vercel.app
artblocks-v2.vercel.app
artblocks-v2-unevenlabs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on a3e7613 Sep 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.