Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding new topic for gas in Sui #10245

Merged
merged 19 commits into from
Apr 5, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update gas-in-sui.md
  • Loading branch information
randall-Mysten committed Apr 3, 2023
commit 2c587a9510d5d36c8c6f6181e51ce00702e19066
12 changes: 0 additions & 12 deletions doc/src/learn/tokenomics/gas-in-sui.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,3 @@ These examples also showcase the importance of the Gas Budget. The minimum Gas B
| Simple transaction storing 10 bytes and deleting data | 500 MIST | 1,000 | 75 MIST | 1,000 | 100,000 MIST | 575,000 MIST | 475,000 MIST |
| Complex transaction storing 120 bytes | 1,000 MIST | 5,000 | 200 MIST | 12,000 | 0 MIST | 7,400,000 MIST | 7,400,000 MIST |
| Complex transaction storing 120 bytes and deleting data | 500 MIST | 5,000 | 200 MIST | 12,000 | 5,000,000 MIST | 2,400,000 MIST | -100,000 MIST |








![Gas Fees displayed on Sui Explorer](../../static/gas-fees-explorer.png "The Gas Fees section displayed on Sui Explorer")
*The Gas Fees section for a transaction block displayed on Sui Explorer*