We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0873f8 commit fdf0bafCopy full SHA for fdf0baf
1 file changed
typescript/infra/config/environments/mainnet3/agent.ts
@@ -641,6 +641,8 @@ const gasPaymentEnforcement: GasPaymentEnforcement[] = [
641
type: GasPaymentEnforcementPolicyType.Minimum,
642
payment: '1',
643
matchingList: [
644
+ // Temporary workaround
645
+ { destinationDomain: getDomainId('citrea') },
646
// Temporary workaround due to funky Mantle gas amounts.
647
{ destinationDomain: getDomainId('mantle') },
648
// Temporary workaround due to funky Torus gas amounts.
0 commit comments