Skip to content

Commit

Permalink
Ignore gmx errors
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Jun 22, 2024
1 parent d0c562b commit 2bd0f41
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@
"selected": false,
"text": "unwrap",
"value": "unwrap"
},
{
"selected": false,
"text": "revenue-bridge-harvest",
"value": "revenue-bridge-harvest"
}
],
"query": "harvest,unwrap,revenue-bridge-harvest",
Expand Down
17 changes: 17 additions & 0 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,23 @@ export const VAULT_IDS_THAT_ARE_OK_IF_THERE_IS_NO_REWARDS = [
// beefy-be* can't be paused to allow users to burn their shares
'beefy-beopx',
'beefy-beqi',

// gmx vaults are unpredictable when it comes to rewards
// we don't want to be spammed
'gmx-arb-link-usdc',
'gmx-arb-ltc-usdc',
'gmx-arb-near-usdc',
'gmx-arb-sol-usdc',
'gmx-arb-uni-usdc',
'gmx-arb-usdc-usdt',
'gmx-arb-wbtc-usdc',
'gmx-arb-weth-usdc',
'gmx-arb-xrp-usdc',
'gmx-arb-aave-usdc',
'gmx-arb-arb-usdc',
'gmx-arb-atom-usdc',
'gmx-arb-bnb-usdc',
'gmx-arb-doge-usdc',
];

// some stargate vaults are not compatible with the lens since they don't send rewards to the caller immediately
Expand Down

0 comments on commit 2bd0f41

Please sign in to comment.