Skip to content

Commit

Permalink
Merge pull request #2 from dev-tom-0108/test-code
Browse files Browse the repository at this point in the history
feat: add env example
  • Loading branch information
0xapp123 committed Mar 26, 2024
2 parents 1f72ec8 + ed6a6a8 commit 485eded
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
PRODUCTION = "0"

PINATA_API_KEY=
PINATA_API_SECRET_KEY=
PINATA_DOMAIN=

# for testing only
KEYPAIR=
# allisa's blockengine keypiar
# JITO_AUTH_KEYPAIR=
JITO_AUTH_KEYPAIR=
# blockengine URL
JITO_BLOCK_ENGINE_URL=

0 comments on commit 485eded

Please sign in to comment.