Skip to content

Commit bd0f73c

Browse files
add treasury: beamable network
1 parent 6a9dbf9 commit bd0f73c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
const treasury = '88QishokZbUicErBP4kF18KGXeURo4iTQ9651gkiHk8y' //(Treasury)
2+
const ecosystemGrowth = '2cxoaTUEW3CnSXx4fWK4SscJqGaem4CrYmqupSFVsjEs' //(Ecosystem Growth)
3+
const nodeEmissions = 'NzHcrCaL1CoE7RNaArmtaoSuJnoSqedfsjTe1C13LSr' //(Node Emissions & Incentives)
4+
const checkerRewardsVault = 'BNePhTKwPp1fEM7xKDbzd6xBbevCab5brB1gi1CNYRUx' //(Checker Rewards Vault)
5+
6+
const BMB = 'BMBtwz6LFDJVJd2aZvL5F64fdvWP3RPn4NP5q9Xe15UD'
7+
const ADDRESSES = require('../helper/coreAssets.json')
8+
const { nullAddress, treasuryExports } = require("../helper/treasury");
9+
10+
module.exports = treasuryExports({
11+
solana: {
12+
tokens: [
13+
nullAddress,
14+
],
15+
owners: [treasury, ecosystemGrowth, nodeEmissions, checkerRewardsVault],
16+
ownTokens: [BMB],
17+
},
18+
})

0 commit comments

Comments
 (0)