Skip to content

Commit

Permalink
adding correct .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
scguaquetam committed Sep 27, 2024
1 parent dc746bb commit 20ec139
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
NEXT_PUBLIC_AIRDROP_MANAGER_ADDRESS=
NEXT_PUBLIC_RPC_URL=
NEXT_PUBLIC_EXPLORER=
NEXT_PUBLIC_EXPLORER=https://explorer.testnet.rootstock.io

NEXT_PUBLIC_BUNDLER_API_KEY="eyJvcmciOiI2NTIzZjY5MzUwOTBmNzAwMDFiYjJkZWIiLCJpZCI6IjMxMDZiOGY2NTRhZTRhZTM4MGVjYjJiN2Q2NDMzMjM4IiwiaCI6Im11cm11cjEyOCJ9"
NEXT_PUBLIC_CUSTOM_BUNDLER_URL="https://rootstocktestnet-bundler.etherspot.io/"
NEXT_PUBLIC_CHAIN_ID="31"
NEXT_PUBLIC_ARKA_PUBLIC_KEY="arka_public_key"
NEXT_PUBLIC_PK=
NEXT_PUBLIC_PINATA_URL=

0 comments on commit 20ec139

Please sign in to comment.