Skip to content

Commit

Permalink
Merge pull request #4825 from BitGo/SC-243
Browse files Browse the repository at this point in the history
feat(statics): only weth in testnet can be staked
  • Loading branch information
quarterdill committed Aug 15, 2024
2 parents 28515fd + 339275a commit 42b4ff1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,12 +220,12 @@ const MATIC_FEATURES = [
];
const WETH_FEATURES = [
...AccountCoin.DEFAULT_FEATURES,
CoinFeature.STAKING,
CoinFeature.MULTISIG_COLD,
CoinFeature.METAMASK_INSTITUTIONAL,
CoinFeature.CUSTODY_BITGO_SWITZERLAND,
CoinFeature.CUSTODY_BITGO_SINGAPORE,
];
const TWETH_FEATURES = [...WETH_FEATURES, CoinFeature.STAKING];
const EIGEN_FEATURES = [
...AccountCoin.DEFAULT_FEATURES,
CoinFeature.STAKING,
Expand Down Expand Up @@ -12793,7 +12793,7 @@ export const coins = CoinMap.fromCoins([
18,
'0x94373a4919b3240d86ea41593d5eba789fef3848',
UnderlyingAsset.TWETH,
WETH_FEATURES,
TWETH_FEATURES,
undefined,
undefined,
Networks.test.holesky
Expand Down

0 comments on commit 42b4ff1

Please sign in to comment.