Skip to content

Commit

Permalink
Fix linea revenue bridge harvest
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Oct 8, 2024
1 parent ad0e157 commit 34dc991
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,10 @@ export const RPC_CONFIG: Record<Chain, RpcConfig> = {
linea: {
...defaultConfig,
url: RPC_FORCE_URL || process.env.LINEA_RPC_URL || 'https://rpc.linea.build',
revenueBridgeHarvest: {
...defaultRevenueBridgeHarvestConfig,
forceGasLimit: 593_200n,
},
},
manta: {
...defaultConfig,
Expand Down

0 comments on commit 34dc991

Please sign in to comment.