@@ -174,7 +174,8 @@ To successfully deploy and run the project locally, you need to create a `contra
174174 "contractAddress" : " Your_Contract_Address" ,
175175 "webAddress" : " Your_Web_Address" ,
176176 "turnstileSiteKey" : " Your_CloudFlare_Turnstile_Site_Key" ,
177- "etherscanApiKey" : " Your_Infura_API_Key"
177+ "etherscanApiKey" : " Your_Etherscan_API_Key" ,
178+ "emailToken" : " Your_Email_Token" ,
178179 }
179180 ```
180181 - Replace `Your_Network_Choice` with the network you are using (e.g., `base` for the Base Mainnet).
@@ -207,7 +208,8 @@ Here is an example of what your `contract-config.json` might look like for the B
207208 "contractAddress" : " 0x123abc456def789ghi" ,
208209 "webAddress" : " https://flxdu.cn:8011/v1/info/transaction_count" ,
209210 "turnstileSiteKey" : " 0x123abc456def789ghi" ,
210- "etherscanApiKey" : " 0x123abc456def789ghi"
211+ "etherscanApiKey" : " 0x123abc456def789ghi" ,
212+ "emailToken" : " 0x123abc456def789ghi"
211213}
212214```
213215
@@ -231,6 +233,7 @@ This section provides guidance on deploying your project to GitHub Pages and Clo
231233 | ** ` WEB_ADDRESS ` ** | Essential| The backend URL of the airdrop function, better to use the specified domain for the project for clearer identification.|
232234 | ** ETHERSCAN_API_KEY** | Essential| The API key for Etherscan, used to interact with the Ethereum network.|
233235 | ** MAIN_CONTRACT_ADDRESS** | Essential| The main contract of the $Lotso NFT|
236+ | ** EMAIL_TOKEN** | Essential| The token for sending emails|
234237
2352382 . Used for Reverse Proxy
236239
0 commit comments