Skip to content

Commit

Permalink
Update hyperparameters.md
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron Fairchild <[email protected]>
  • Loading branch information
shibshib and camfairchild authored Mar 29, 2023
1 parent 5d123cc commit 3cd91c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyperparameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ ServingRateLimit: u64 = 250; // [250 @ 7,166]
Burn: u64 = 100_000_000_000; // 100 tao [100 tao @ 26310]
MinBurn: u64 = 10_000_000_000; // 10 tao [10 tao @ 26310]
MaxBurn: u64 = 21_000_000_000_000_000; // 21M tao [21M tao @ 26310]
TxRateLimit: u64 = 50;
TxRateLimit: u64 = 1;
WeightsSetRateLimit: u64 = 250; // [250 @ 7,168]
```

0 comments on commit 3cd91c1

Please sign in to comment.