Skip to content

Commit

Permalink
Add the base chain.
Browse files Browse the repository at this point in the history
  • Loading branch information
buchaoqun committed Oct 18, 2024
1 parent aebde96 commit 75a6c33
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 @@ -36,7 +36,7 @@ async function otherDeposit(api, solvbtc) {
}

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

0 comments on commit 75a6c33

Please sign in to comment.