From 51ff2a5baf7728f0ea33f891873e510bb0d776aa Mon Sep 17 00:00:00 2001 From: kim Date: Wed, 7 Feb 2024 12:01:34 +0800 Subject: [PATCH] Update perp pool banner description on template --- .github/markets/pr_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/markets/pr_template.md b/.github/markets/pr_template.md index 42d5f64..c087f40 100644 --- a/.github/markets/pr_template.md +++ b/.github/markets/pr_template.md @@ -14,7 +14,7 @@ Each json file under the [configs](../../configs) folder correspond to their res |`transfer_options` |`object` |true |A collection of blockchain networks along with their associated priority numbers, used to establish their order in the transfer options list for deposit and withdrawal forms. |Blockchain network listed here **MUST** match the valid chainName of the bridges listed under BridgeAll RPC call.

To view the values of BridgeAll RPC call, simply run `yarn get-bridges [network]` on the command line. Sample for mainnet: `yarn get-bridges mainnet`| |`network_fees` |`object` |true |List of token denoms along with their associated priority numbers, used to establish their default order in the network fees preference list. |Token denoms listed here **MUST** match the valid denoms listed under MinGasPriceAll RPC call.

To view the values of MinGasPriceAll RPC call, simply run `yarn get-min-gas-prices [network]` on the command line. Sample for mainnet: `yarn get-min-gas-prices mainnet`| |`maintenance` |`Maintenance` |false |Object that dictates whether or not the maintenance page is displayed on each particular network. The maintenance page is displayed when the Carbon chain is down (i.e. blocks are not moving). | If the `maintenance` property is omitted, the maintenance page will not be shown. -|`perp_pool_banners` |`PerpPoolBanner` |false |Object that dictates whether or not the maintenance page is displayed on each particular network. The maintenance page is displayed when the Carbon chain is down (i.e. blocks are not moving). | If the `maintenance` property is omitted, the maintenance page will not be shown. +|`perp_pool_banners` |`PerpPoolBanner` |false |List of Objects that indicate the banner content on specific perp pool pages. | ## Maintenance Data Structure |Field |Type |Required |Description |Notes |