mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 08:34:23 +08:00
Update: Contango Treasury (#16942)
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
const { nullAddress, treasuryExports } = require("../helper/treasury");
|
||||
const { treasuryExports } = require("../helper/treasury");
|
||||
|
||||
const treasuryARB = "0x643178CF8AEc063962654CAc256FD1f7fe06ac28"
|
||||
|
||||
module.exports = treasuryExports({
|
||||
isComplex: true,
|
||||
complexOwners: ['0x4577b1417bdd10bf1bbfc8cf29180f592b0c3190'],
|
||||
arbitrum: {
|
||||
tokens: [
|
||||
nullAddress,
|
||||
],
|
||||
owners: [treasuryARB],
|
||||
owners: [treasuryARB, '0x4577b1417bdd10bf1bbfc8cf29180f592b0c3190'],
|
||||
ownTokens: ['0xC760F9782F8ceA5B06D862574464729537159966']
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user