Skip to content

Conversation

@Shunab
Copy link

@Shunab Shunab commented Dec 4, 2025

PR Title

feat(myriad-markets): add BSC chain support

Summary

Myriad Markets deployed on BSC using the same owner contract and TVL structure as Linea.
This PR adds BSC support to the adapter by adding a new config entry referencing the BSC USDT token.

Changes

  • Added bsc config entry to projects/myriad-markets/index.js
  • Reused Linea owner address (confirmed identical)
  • Linked token to coreAssets.bsc.USDT
  • Added BSC support to the Treasury adapter in projects/treasury/myriad-markets.js.

Methodology

TVL is computed via sumTokensExport using:

  • Owner address: 0x39e66ee6b2ddaf4defded3038e0162180dbef340
  • Token list: [ADDRESSES.bsc.USDT]

No ABI or contract logic was changed.

Tests

Tested locally via:

node test.js projects/myriad-markets/index.js

All three chains (abstract, linea, bsc) returned correct token balances and aggregated TVL.

@llamabutler
Copy link

The adapter at projects/myriad-markets exports TVL:

abstract                  684.61 k
bsc                       141.04 k
linea                     72.98 k

total                    898.62 k 

@llamabutler
Copy link

The adapter at projects/myriad-markets exports TVL:

abstract                  690.41 k
bsc                       151.36 k
linea                     73.46 k

total                    915.22 k 

@llamabutler
Copy link

The adapter at projects/treasury/myriad-markets.js exports TVL:

bsc                       1.38 k
linea                     434.00
abstract                  230.00

total                    2.04 k 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants