Skip to content

Commit

Permalink
Merge pull request #29 from Web3Auth/feat/nft-checkout
Browse files Browse the repository at this point in the history
Add nft checkout section and preview it via iframe
  • Loading branch information
chaitanyapotti authored Jun 6, 2024
2 parents d7503e2 + 6b3766e commit 8d5b9b5
Show file tree
Hide file tree
Showing 16 changed files with 475 additions and 872 deletions.
4 changes: 3 additions & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
VITE_APP_WS_EMBED_BUILD_ENV=development
VITE_APP_INFURA_PROJECT_KEY=daeee53504be4cd3a997d4f2718d33e0
VITE_APP_INFURA_PROJECT_KEY=daeee53504be4cd3a997d4f2718d33e0
VITE_APP_NFT_CHECKOUT_HOST=https://develop-nft-checkout.web3auth.io
VITE_APP_NFT_CHECKOUT_API_KEY=pk_test_4ca499b1f017c2a96bac63493dca4ac2eb08d1e91de0a796d87137dc7278e0af
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

# Invalidate Cloudfront
- name: invalidate
uses: chaitanyapotti/cloudfront-update-distribution@v3
uses: chaitanyapotti/cloudfront-update-distribution@v4
with:
cloudfront-distribution-id: ${{ secrets.DISTRIBUTION_DEMO }}
cloudfront-invalidation-path: '/*'
Expand Down
Loading

0 comments on commit 8d5b9b5

Please sign in to comment.