From 5cbc4729a847b901ae08b7826c2d1fdf32fea3cb Mon Sep 17 00:00:00 2001 From: Daniel Savu <23065004+daniel-savu@users.noreply.github.com> Date: Wed, 5 Mar 2025 17:33:40 +0000 Subject: [PATCH 1/2] chore: update on igp policy --- docs/operate/config-reference.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operate/config-reference.mdx b/docs/operate/config-reference.mdx index 0f8308bf..429800ff 100644 --- a/docs/operate/config-reference.mdx +++ b/docs/operate/config-reference.mdx @@ -1718,7 +1718,7 @@ type GasPaymentEnforcementPolicy = ({ type: "none"; } & { - // Messages that have paid a minimum amount will be processed + // Messages that have paid a minimum amount will be processed. This requires a payment to exist, even if the `minimum` is 0. type: "minimum"; payment: U256; } & { type: "onChainFeeQuoting"; gasfraction?: GasFraction }) // to on-chain fee quoting. `gasfraction` defaults to "1 / 2". // Required amount of gas on the foreign chain has been paid according From 85578a58a51868dc439fcf4f89bcf361a3a4b03e Mon Sep 17 00:00:00 2001 From: Daniel Savu <23065004+daniel-savu@users.noreply.github.com> Date: Wed, 5 Mar 2025 17:35:47 +0000 Subject: [PATCH 2/2] clarify --- docs/operate/config-reference.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operate/config-reference.mdx b/docs/operate/config-reference.mdx index 429800ff..791e9cc5 100644 --- a/docs/operate/config-reference.mdx +++ b/docs/operate/config-reference.mdx @@ -1718,7 +1718,7 @@ type GasPaymentEnforcementPolicy = ({ type: "none"; } & { - // Messages that have paid a minimum amount will be processed. This requires a payment to exist, even if the `minimum` is 0. + // Messages that have paid a minimum amount will be processed. This requires a payment with the `minimum` amount to exist, even if the `minimum` is 0. type: "minimum"; payment: U256; } & { type: "onChainFeeQuoting"; gasfraction?: GasFraction }) // to on-chain fee quoting. `gasfraction` defaults to "1 / 2". // Required amount of gas on the foreign chain has been paid according