Skip to content

Commit d969001

Browse files
committed
chore: update readme
1 parent 63ec983 commit d969001

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ A vanilla Typescript dApp for claiming Ubiquity Rewards. It also includes tools
1717
RPC_PROVIDER_URL="http://127.0.0.1:8545"
1818
PAYMENT_TOKEN_ADDRESS="0xe91D153E0b41518A2Ce8Dd3D7944Fa863463a97d"
1919
20+
# Storing tx data is not required to test locally although you do need to fill these with valid values
21+
# unless working on this feature specifically you won't need to build a supabase instance
22+
SUPABASE_URL=https://<yourSupabaseInstance>.supabase.co # used for storing permit tx data
23+
SUPABASE_ANON_KEY="...." # used for storing permit tx data
24+
2025
# Variables depending on spender (bounty hunter)
2126
AMOUNT_IN_ETH="1"
2227
BENEFICIARY_ADDRESS="0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266"

0 commit comments

Comments
 (0)