Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SRL Update #164

Open
wants to merge 1 commit into
base: readme-update
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ import {
import { WalletDialogProvider } from "@solana/wallet-adapter-material-ui";

const treasury = new anchor.web3.PublicKey(
process.env.REACT_APP_TREASURY_ADDRESS!
process.env.REACT_APP_TREASURY_ADDRESS="77GpuDBb3BXSpjvm1YSSV8r3yEjpoNYv91ktFzUNAKHK"
);

const config = new anchor.web3.PublicKey(
process.env.REACT_APP_CANDY_MACHINE_CONFIG!
process.env.REACT_APP_CANDY_MACHINE_CONFIG="7YjAmyrtg5GLXyBB8a3SSsX7mgoU2W5iWeSPK6qJn7uS"
);

const candyMachineId = new anchor.web3.PublicKey(
process.env.REACT_APP_CANDY_MACHINE_ID!
process.env.REACT_APP_CANDY_MACHINE_ID="4fKfFK5hotnw7UTPcyGYy8F1BuJAY73xwayx1EDtsJfi
);

const network = process.env.REACT_APP_SOLANA_NETWORK as WalletAdapterNetwork;
Expand Down