Skip to content

Commit

Permalink
Code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Jetlum committed Dec 1, 2024
1 parent 79e8542 commit 3da2460
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ Create a `config.yaml` file in the root directory with the following content:

2. **Configure user preferences**

userPreference := &models.UserPreference{
UserID: "[email protected]",
WalletAddress: "0x...",
MinEtherValue: "1000000000000000000", // 1 ETH
TrackNFTs: true,
EmailNotification: true
}
userPreference := &models.UserPreference{
UserID: "[email protected]",
WalletAddress: "0x...",
MinEtherValue: "1000000000000000000", // 1 ETH
TrackNFTs: true,
EmailNotification: true,
}

## Testing

Expand Down

0 comments on commit 3da2460

Please sign in to comment.