> For the complete documentation index, see [llms.txt](https://sdk.venly.io/sdk-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/wallet/vychainspecificfieldsbase/vychainspecificfieldsevm.md).

# VyChainSpecificFieldsEvm

## Derived Properties ([VyChainSpecificFieldsBase](/sdk-reference/ts-js-v3/object-references/wallet/vychainspecificfieldsbase.md))

| Field | Type | Description | Required |
| ----- | ---- | ----------- | -------- |

## Properties

| Field                | Type   | Description                                                                                                                       | Required |
| -------------------- | ------ | --------------------------------------------------------------------------------------------------------------------------------- | -------- |
| gasPrice             | BigInt | The gas price in \`wei\` for type 0 transactions. (optional, will be calculated by the system if not supplied)                    | ✗        |
| maxFeePerGas         | BigInt | The maximum total fee per gas the sender is willing to pay for a transaction, including both the base fee and priority fee (tip). | ✗        |
| maxPriorityFeePerGas | BigInt | The maximum tip (in wei) the sender is willing to give to the miner/validator to include the transaction in a block.              | ✗        |

## References

**Schema**

* [VyChainSpecificFieldsBase](/sdk-reference/ts-js-v3/object-references/wallet/vychainspecificfieldsbase.md)
