Skip to content

Commit 556763d

Browse files
authored
Merge pull request #8198 from BitGo/SC-5875
fix(statics): remove staking feature from tflr:wflr
2 parents 088b38e + 933d423 commit 556763d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5854,7 +5854,7 @@ export const allCoinsAndTokens = [
58545854
18,
58555855
'0xab6fad89389b73dbc887d31206a26fd88d719d1f',
58565856
UnderlyingAsset['tflr:wflr'],
5857-
WFLR_FEATURES
5857+
WFLR_FEATURES.filter((f) => f !== CoinFeature.STAKING)
58585858
),
58595859
tflrErc20(
58605860
'a1c8fdc6-e5b5-4170-b490-f585db8ab922',

0 commit comments

Comments
 (0)