Skip to content

Commit

Permalink
add tolbit CEX (DefiLlama#11164)
Browse files Browse the repository at this point in the history
  • Loading branch information
Define101 authored and tlatkdgus1 committed Nov 25, 2024
1 parent 66a85c2 commit 491026d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions projects/toobit/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
const { cexExports } = require('../helper/cex')

const config = {
ethereum: {
owners: [
'0xCAF80cfacBEF94d37De091093822f2a862adc47F'
],
},
bitcoin: {
owners: [
'3926KKKCqcLaWpAau73TMo19sNv23s1wji'
]
},
bsc: {
owners: [
'0xCAF80cfacBEF94d37De091093822f2a862adc47F'
]
},
}

module.exports = cexExports(config)

0 comments on commit 491026d

Please sign in to comment.