Skip to content

Commit

Permalink
Fix moonbeam config
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Sep 24, 2024
1 parent dfa0062 commit 52a2364
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -643,10 +643,15 @@ export const RPC_CONFIG: Record<Chain, RpcConfig> = {
moonbeam: {
...defaultConfig,
url: RPC_FORCE_URL || process.env.MOONBEAM_RPC_URL || 'https://rpc.ankr.com/moonbeam',
harvest: {
...defaultHarvestConfig,
setTransactionGasLimit: false,
},
unwrap: {
...defaultUnwrapConfig,
minAmountOfWNativeWei: bigintMultiplyFloat(ONE_ETHER, 4.0),
maxAmountOfNativeWei: bigintMultiplyFloat(ONE_ETHER, 8.0),
setTransactionGasLimit: false,
},
revenueBridgeHarvest: {
...defaultRevenueBridgeHarvestConfig,
Expand Down

0 comments on commit 52a2364

Please sign in to comment.