Skip to content

Commit

Permalink
Merge pull request #5980 from blockchain/fix/stx-pkw
Browse files Browse the repository at this point in the history
fix(stx): add back dynamic self custoday and memo based to config
  • Loading branch information
TheLeoB authored Aug 15, 2023
2 parents 5b380d0 + c173196 commit db3a327
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ addEventListener('message', ({ data }) => {
assets[coin.symbol] = { coinfig: coin }
})

assets.MATIC.coinfig.type.logoPngUrl = assets["MATIC.MATIC"].coinfig.type.logoPngUrl
assets.MATIC.coinfig.type.logoPngUrl = assets['MATIC.MATIC'].coinfig.type.logoPngUrl
assets.STX.coinfig.products.push('DynamicSelfCustody')
assets.STX.coinfig.type.isMemoBased = true

// switch up the erc20 addresses to support testnet (for opensea testing)
if (openSeaApi && openSeaApi.includes('testnets')) {
Expand Down

0 comments on commit db3a327

Please sign in to comment.