mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
Added smxswap
This commit is contained in:
@@ -20,7 +20,7 @@ async function getData() {
|
||||
async function tvl() {
|
||||
const { btc_in_moc, btc_in_roc } = await getData()
|
||||
return {
|
||||
'bitcoin': btc_in_moc + btc_in_roc
|
||||
'rootstock': btc_in_moc + btc_in_roc
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
13
projects/smxswap/index.js
Normal file
13
projects/smxswap/index.js
Normal file
@@ -0,0 +1,13 @@
|
||||
const { getUniTVL } = require('../helper/unknownTokens')
|
||||
|
||||
module.exports={
|
||||
cronos: {
|
||||
tvl: getUniTVL({
|
||||
chain: 'cronos',
|
||||
factory: '0x1Ed37E4323E429C3fBc28461c14A181CD20FC4E8',
|
||||
coreAssets: [
|
||||
'0x5c7f8a570d578ed84e63fdfa7b1ee72deae1ae23', // wcro
|
||||
],
|
||||
}),
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user