You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- $base\_weight$ - fixed base weight of each transaction included in the block.
50
51
- $base\_fee$ - a fixed fee that needs to be paid for every transaction included in the block.
51
52
- $weight\_fee$ - is the fee related to the weight of the transaction.
52
53
- $c$ - fee multiplier; if network utilization is above ideal, `c` factor will increase, forcing users to pay more. And vice-versa, when network congestion is low, fee multiplier will decrease.
@@ -115,21 +116,21 @@ Values of all the Fee Model parameters are listed in the table below.
115
116
116
117
| Parameter name | Value on Shibuya | Value on Shiden | Value on Astar |
The values for the parameters above are set so that EVM fee and the Native fee are equal and equal to 0.5 ASTR for an average weight and length transaction with no rent fee.
119
+
| $base\_weight$ | 98974 | 98974||
120
+
| $weight_{factor}$ (per byte) | 0.030855 SBY |0.00030855 SDN ||
The values for the parameters above are set so that EVM fee and the Native fee are equal and equal to 0.5 ASTR or 0.005 SDN for an average weight and length transaction with no rent fee.
0 commit comments