Skip to content

Commit fdf0baf

Browse files
authored
fix(infra): temporarily relax citrea igp enforcement (#7927)
1 parent c0873f8 commit fdf0baf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • typescript/infra/config/environments/mainnet3

typescript/infra/config/environments/mainnet3/agent.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,8 @@ const gasPaymentEnforcement: GasPaymentEnforcement[] = [
641641
type: GasPaymentEnforcementPolicyType.Minimum,
642642
payment: '1',
643643
matchingList: [
644+
// Temporary workaround
645+
{ destinationDomain: getDomainId('citrea') },
644646
// Temporary workaround due to funky Mantle gas amounts.
645647
{ destinationDomain: getDomainId('mantle') },
646648
// Temporary workaround due to funky Torus gas amounts.

0 commit comments

Comments
 (0)