Skip to content

Commit 372262a

Browse files
add unitas treasury adapter
1 parent b8d34b2 commit 372262a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

projects/treasury/unitas.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
const { treasuryExports } = require("../helper/treasury");
2+
3+
module.exports = treasuryExports({
4+
solana: {
5+
owners: [
6+
'EjwCRUh3HhBaR7vaTrFzuNpDAnTX9h3ddZuiQgKqCadz',
7+
],
8+
ownTokens: [
9+
'',
10+
]
11+
},
12+
})

0 commit comments

Comments
 (0)