Skip to content

Commit f1b1df2

Browse files
committed
test 2
1 parent 4cd636e commit f1b1df2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
npm install
4444
npm run build
4545
env:
46-
VITE_SOLANA_MAINNET_RPC: https://omniscient-fabled-pool.solana-mainnet.quiknode.pro/c07218c84ba51cac60d68e60364f24225bd5e972
46+
VITE_APP_SOLANA_MAINNET_RPC: https://omniscient-fabled-pool.solana-mainnet.quiknode.pro/c07218c84ba51cac60d68e60364f24225bd5e972
4747
VITE_APP_PIMLICO_API_KEY: ${{ secrets.PIMLICO_API_KEY }}
4848

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

demo/vue-app-new/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export const chainConfigs: Record<ChainNamespaceType, CustomChainConfig[]> = {
8181
},
8282
{
8383
chainNamespace: CHAIN_NAMESPACES.SOLANA,
84-
rpcTarget: import.meta.env.VITE_SOLANA_MAINNET_RPC,
84+
rpcTarget: import.meta.env.VITE_APP_SOLANA_MAINNET_RPC,
8585
blockExplorerUrl: "https://explorer.solana.com",
8686
logo: "https://cryptologos.cc/logos/solana-sol-logo.png",
8787
chainId: "0x65",

0 commit comments

Comments
 (0)