Skip to content

Commit

Permalink
Add AVAX and Bob networks to SolvBTC. (#11889)
Browse files Browse the repository at this point in the history
Co-authored-by: g1nt0ki <[email protected]>
Co-authored-by: qwen-solv <[email protected]>
Co-authored-by: hja <[email protected]>
  • Loading branch information
4 people authored Oct 13, 2024
1 parent 9761be9 commit 014d2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/solvbtc/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async function otherDeposit(api, solvbtc) {
}

// node test.js projects/solvbtc
['bitcoin', 'ethereum', 'bsc', 'polygon', 'arbitrum', 'mantle', 'merlin'].forEach(chain => {
['bitcoin', 'ethereum', 'bsc', 'polygon', 'arbitrum', 'mantle', 'merlin', 'avax', 'bob'].forEach(chain => {
if (chain == 'bitcoin') {
module.exports[chain] = {
tvl: sumTokensExport({ owners: bitcionOwners }),
Expand Down

0 comments on commit 014d2eb

Please sign in to comment.