Skip to content

Commit ad5059c

Browse files
authored
feat: now tracking blazestake treasury (#15574)
1 parent d7563a5 commit ad5059c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

projects/treasury/blazestake.js

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

0 commit comments

Comments
 (0)