Skip to content

Commit

Permalink
feat(statics): only weth in testnet can be staked
Browse files Browse the repository at this point in the history
SC-243

TICKET: SC-243
  • Loading branch information
noel-bitgo committed Aug 14, 2024
1 parent d906f10 commit 339275a
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 339275a

Please sign in to comment.