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

Add files via upload #16

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
10 changes: 4 additions & 6 deletions .env
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Program Owner in this file needs to match program owner that is part of on-chain swap program
# Applicable only to token-swap programs compiled with feature flag: ('program-owner-fees')
SWAP_PROGRAM_OWNER_FEE_ADDRESS=''
SWAP_PROGRAM_OWNER_FEE_ADDRESS=3cRvZBxMJa6aiEmnHX1F8zhqC6FFizatC5w4sNo4uUbn

# HOST Public Key used for additional swap fees
SWAP_HOST_FEE_ADDRESS=''
SWAP_HOST_FEE_ADDRESS=3cRvZBxMJa6aiEmnHX1F8zhqC6FFizatC5w4sNo4uUbn

# Rewired variables to comply with CRA restrictions
REACT_APP_SWAP_HOST_FEE_ADDRESS=$SWAP_HOST_FEE_ADDRESS
REACT_APP_SWAP_PROGRAM_OWNER_FEE_ADDRESS=$SWAP_PROGRAM_OWNER_FEE_ADDRESS


REACT_APP_SWAP_HOST_FEE_ADDRESS=3cRvZBxMJa6aiEmnHX1F8zhqC6FFizatC5w4sNo4uUbn $SWAP_HOST_FEE_ADDRESS=3cRvZBxMJa6aiEmnHX1F8zhqC6FFizatC5w4sNo4uUbn'
REACT_APP_SWAP_PROGRAM_OWNER_FEE_ADDRESS=3cRvZBxMJa6aiEmnHX1F8zhqC6FFizatC5w4sNo4uUbn $"SWAP_PROGRAM_OWNER_FEE_ADDRESS=3cRvZBxMJa6aiEmnHX1F8zhqC6FFizatC5w4sNo4uUbn"
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.