Skip to content
Open
Changes from all commits
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
4 changes: 2 additions & 2 deletions docs/n3/fees.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Reference: [ApplicationEngine.OpCodePrices.cs](https://github.com/neo-project/ne

### System call fee

| **Interop Service** | Fee(GAS) |
| **Interop Service** | Fee(Datoshi) |
| ------------------------------------- | -------------------------------------------------------- |
| System.Contract.Call | 32768 |
| System.Contract.CallNative | Refer to native contract fee |
Expand Down Expand Up @@ -89,7 +89,7 @@ Reference:

### Native contract execution fee

| Native Contract | Method | Fee(GAS) |
| Native Contract | Method | Fee(Datoshi) |
| ------------------ | ----------------------- | ------------------------------------------------------------ |
| ContractManagement | Deploy | Refer to storage fee. Minimum is 10 GAS. |
| ContractManagement | Update | Refer to storage fee |
Expand Down