mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 08:34:23 +08:00
Add GateSwap (#16671)
This commit is contained in:
15
projects/GateSwap/index.js
Normal file
15
projects/GateSwap/index.js
Normal file
@@ -0,0 +1,15 @@
|
||||
const { getUniTVL } = require("../helper/unknownTokens")
|
||||
|
||||
const config = {
|
||||
gatelayer: '0xaD8d59f3e026c02Aed0DAdFB46Ceca127030DFa2'
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
misrepresentedTokens: true,
|
||||
}
|
||||
|
||||
Object.keys(config).forEach(chain => {
|
||||
module.exports[chain] = {
|
||||
tvl: getUniTVL({ factory: config[chain], useDefaultCoreAssets: true }),
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user