Skip to content

Commit 91f7481

Browse files
committed
Merge branch 'master' into feat/sdk-v10
2 parents 061c235 + 1245b4b commit 91f7481

File tree

14 files changed

+5707
-1243
lines changed

14 files changed

+5707
-1243
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ jobs:
4343
npm install
4444
npm run build
4545
env:
46-
VITE_APP_SOLANA_MAINNET_RPC: ${{ secrets.VITE_APP_SOLANA_MAINNET_RPC }}
46+
VITE_APP_SOLANA_MAINNET_RPC: ${{ secrets.SOLANA_MAINNET_RPC }}
47+
VITE_APP_SOLANA_TESTNET_RPC: ${{ secrets.SOLANA_TESTNET_RPC }}
48+
VITE_APP_SOLANA_DEVNET_RPC: ${{ secrets.SOLANA_DEVNET_RPC }}
4749
VITE_APP_PIMLICO_API_KEY: ${{ secrets.PIMLICO_API_KEY }}
4850

4951
# Copy the files from build folder to the S3 bucket

demo/react-app-no-modal/package-lock.json

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)