mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-29 05:15:28 +08:00
9 lines
260 B
JavaScript
9 lines
260 B
JavaScript
const { getUniTVL } = require('./helper/unknownTokens');
|
|
|
|
module.exports = {
|
|
ronin: { tvl: getUniTVL({ useDefaultCoreAssets: true, factory: '0xb255d6a720bb7c39fee173ce22113397119cb930', }) },
|
|
hallmarks:[
|
|
[1653744720, "Ronin Bridge Hack $625m"],
|
|
],
|
|
}
|