@@ -702,7 +702,29 @@ If the feature is enabled, a Multichain balance button will be displayed on the
| name | `string` | Multichain portfolio application name | Required | - | `zerion` |
| url_template | `string` | Url template to the portfolio. Should be a template with `{address}` variable | Required | - | `https://app.zerion.io/{address}/overview` |
| dapp_id | `string` | Set for open a Blockscout dapp page with the portfolio instead of opening external app page | - | - | `zerion` |
| logo | `string` | Multichain portfolio application logo (.svg) url | - | - | `https://example.com/icon.svg` |
| logo | `string` | Multichain portfolio application logo url | - | - | `https://example.com/icon.svg` |
### Get gas button
If the feature is enabled, a Get gas button will be displayed on the address page, which will take you to the gas refuel application in the marketplace or to an external site.
| Variable | Type| Description | Compulsoriness | Default value | Example value | Version |
| Variable | Type| Description | Compulsoriness | Default value | Example value |
| --- | --- | --- | --- | --- | --- |
| name | `string` | Gas refuel application name | Required | - | `zerion` |
| url_template | `string` | Url template to the portfolio. Should be a template with `{address}` variable | Required | - | `https://app.zerion.io/{address}/overview` |
| dapp_id | `string` | Set for open a Blockscout dapp page with the portfolio instead of opening external app page | - | - | `zerion` |
| logo | `string` | Gas refuel application logo (.svg) url | - | - | `https://example.com/icon.png` |
| usd_threshold | `number` | Value in USD, at balance less than which the button will be displayed | - | `1` | `10` |