diff --git a/projects/treasury/blazestake.js b/projects/treasury/blazestake.js new file mode 100644 index 0000000000..2b2c46d4fd --- /dev/null +++ b/projects/treasury/blazestake.js @@ -0,0 +1,8 @@ +const { treasuryExports } = require("../helper/treasury"); + +module.exports = treasuryExports({ + solana: { + owners: ["7zND8YAtCYehNoa1JrfDLQZi44xJkEuPWK5b4CkiuFpo"], + ownTokens: ["BLZEEuZUBVqFhj8adcCFPJvPVCiCyVmh3hkJMrU8KuJA"] + }, +}) \ No newline at end of file