We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e8542 commit 3da2460Copy full SHA for 3da2460
README.md
@@ -68,13 +68,13 @@ Create a `config.yaml` file in the root directory with the following content:
68
69
2. **Configure user preferences**
70
71
- userPreference := &models.UserPreference{
72
- UserID: "user@example.com",
73
- WalletAddress: "0x...",
74
- MinEtherValue: "1000000000000000000", // 1 ETH
75
- TrackNFTs: true,
76
- EmailNotification: true
77
- }
+ userPreference := &models.UserPreference{
+ UserID: "user@example.com",
+ WalletAddress: "0x...",
+ MinEtherValue: "1000000000000000000", // 1 ETH
+ TrackNFTs: true,
+ EmailNotification: true,
+ }
78
79
## Testing
80
0 commit comments