Skip to content

Commit

Permalink
change sandboxnet to crescendo
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthpun committed Dec 18, 2023
1 parent c777537 commit 5bf2678
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/NetworkLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function NetworkLinks() {
<img
src={
publicConfig.network === CRESCENDO_NET
? "sandboxnet-faucet-icon.svg"
? "crescendo-faucet-icon.svg"
: "gray-faucet-icon.svg"
}
alt="Crescendo Faucet"
Expand Down
1 change: 1 addition & 0 deletions env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
NEXT_PUBLIC_NETWORK=testnet
NEXT_PUBLIC_TEST_NET_URL=http://localhost:3000
NEXT_PUBLIC_CRESCENDO_URL=http://localhost:3000
NEXT_PUBLIC_MIXPANEL_TOKEN="dev"
NEXT_PUBLIC_TOKEN_AMOUNT_FLOW=1000.0
NEXT_PUBLIC_TOKEN_AMOUNT_FUSD=10.0
Expand Down
File renamed without changes
File renamed without changes

0 comments on commit 5bf2678

Please sign in to comment.