File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
modules/statics/src/coins Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -3191,7 +3191,10 @@ export const solTokens = [
31913191 'METvsvVRapdj9cFLzq4Tr43xK4tAjQfwX76z3n6mWQL' ,
31923192 'METvsvVRapdj9cFLzq4Tr43xK4tAjQfwX76z3n6mWQL' ,
31933193 UnderlyingAsset [ 'sol:met' ] ,
3194- SOL_TOKEN_FEATURES
3194+ SolCoin . getFeaturesByTypeExcluding (
3195+ [ CoinFeature . CUSTODY_BITGO_CUSTODY_MENA_FZE , CoinFeature . CUSTODY_BITGO_MENA_FZE ] ,
3196+ SOL_TOKEN_FEATURES
3197+ )
31953198 ) ,
31963199 solToken (
31973200 'd8f30fd1-02c0-4e91-abe9-ac0868a85e5d' ,
@@ -3201,7 +3204,10 @@ export const solTokens = [
32013204 'ENWC66tsY6cyqSrd8a7S9ETc712xCcSAuGcRUwSMWhyo' ,
32023205 'ENWC66tsY6cyqSrd8a7S9ETc712xCcSAuGcRUwSMWhyo' ,
32033206 UnderlyingAsset [ 'sol:white' ] ,
3204- SOL_TOKEN_FEATURES
3207+ SolCoin . getFeaturesByTypeExcluding (
3208+ [ CoinFeature . CUSTODY_BITGO_CUSTODY_MENA_FZE , CoinFeature . CUSTODY_BITGO_MENA_FZE ] ,
3209+ SOL_TOKEN_FEATURES
3210+ )
32053211 ) ,
32063212 solToken (
32073213 '0eebedc0-21a4-4594-8f70-91388dee9035' ,
You can’t perform that action at this time.
0 commit comments