Skip to content

Commit

Permalink
fixed number formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
amaechiokolobi committed Jun 26, 2024
1 parent 1437423 commit 5e69444
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ Mode = 'BlockHistory'
PriceDefault = '20 gwei'
PriceMax = '115792089237316195423570985008687907853269984665.640564039457584007913129639935 tether'
PriceMin = '1 gwei'
LimitDefault = 8_000_000
LimitMax = 8_000_000
LimitDefault = 8000000
LimitMax = 8000000
LimitMultiplier = '1'
LimitTransfer = 21000
BumpMin = '5 gwei'
Expand Down Expand Up @@ -386,8 +386,8 @@ Mode = 'BlockHistory'
PriceDefault = '9.223372036854775807 ether'
PriceMax = '115792089237316195423570985008687907853269984665.640564039457584007913129639935 tether'
PriceMin = '1 gwei'
LimitDefault = 8_000_000
LimitMax = 8_000_000
LimitDefault = 8000000
LimitMax = 8000000
LimitMultiplier = '1'
LimitTransfer = 21000
BumpMin = '5 gwei'
Expand Down Expand Up @@ -476,8 +476,8 @@ Mode = 'FixedPrice'
PriceDefault = '30 gwei'
PriceMax = '115792089237316195423570985008687907853269984665.640564039457584007913129639935 tether'
PriceMin = '30 gwei'
LimitDefault = 8_000_000
LimitMax = 8_000_000
LimitDefault = 8000000
LimitMax = 8000000
LimitMultiplier = '1'
LimitTransfer = 21000
BumpMin = '20 gwei'
Expand Down

0 comments on commit 5e69444

Please sign in to comment.