We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ec983 commit d969001Copy full SHA for d969001
README.md
@@ -17,6 +17,11 @@ A vanilla Typescript dApp for claiming Ubiquity Rewards. It also includes tools
17
RPC_PROVIDER_URL="http://127.0.0.1:8545"
18
PAYMENT_TOKEN_ADDRESS="0xe91D153E0b41518A2Ce8Dd3D7944Fa863463a97d"
19
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
+
25
# Variables depending on spender (bounty hunter)
26
AMOUNT_IN_ETH="1"
27
BENEFICIARY_ADDRESS="0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266"
0 commit comments