gemworks / gem-farm

Configurable staking for NFT Projects on Solana
https://gemfarm.gg/
MIT License
338 stars 252 forks source link

Custom RPC #91

Open witchkingdom opened 2 years ago

witchkingdom commented 2 years ago

Hi, may i know if there is a way to set and use my own custom RPC ?

StefosGeo commented 2 years ago

Yes, set up an enviromental variable called VUE_APP_MAINNET_URL equals to the http endpoint of your cluster.

You can check out at src/composables/clusters.ts

witchkingdom commented 2 years ago

thank you so much for your help