Skip to content

Commit

Permalink
use NFT checkout embed SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
tanguyenvn committed Dec 9, 2024
1 parent 7766e91 commit f6e0eff
Show file tree
Hide file tree
Showing 6 changed files with 108 additions and 110 deletions.
3 changes: 0 additions & 3 deletions .env.development
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
VITE_APP_WS_EMBED_BUILD_ENV=development
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
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:

- name: Generate build
run: npm run build
env:
VITE_APP_NFT_CHECKOUT_HOST: 'https://develop-nft-checkout.web3auth.io'
VITE_APP_NFT_CHECKOUT_API_KEY: 'pk_test_4ca499b1f017c2a96bac63493dca4ac2eb08d1e91de0a796d87137dc7278e0af'

# Set the credentials from repository settings/secrets
- name: Configure AWS credentials
Expand Down
126 changes: 88 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@
"@toruslabs/vue-components": "^7.9.0",
"@toruslabs/vue-icons": "^7.6.2",
"@web3auth/auth-adapter": "^9.4.0",
"@web3auth/base": "^9.4.0",
"@web3auth/base": "9.4.5",
"@web3auth/default-evm-adapter": "^9.4.0",
"@web3auth/ethereum-provider": "^9.4.0",
"@web3auth/modal": "^9.4.0",
"@web3auth/modal-vue-composables": "^9.4.0",
"@web3auth/nft-checkout-plugin": "9.5.0-alpha.1",
"@web3auth/wallet-connect-v2-adapter": "^9.4.0",
"@web3auth/wallet-services-plugin": "^9.4.0",
"@web3auth/wallet-services-plugin-vue-composables": "^9.4.0",
Expand Down
Loading

0 comments on commit f6e0eff

Please sign in to comment.