Skip to content

Commit d78d5ad

Browse files
smol fix
1 parent bd0f73c commit d78d5ad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

projects/treasury/beamable-network.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1+
const ADDRESSES = require('../helper/coreAssets.json')
2+
const { nullAddress, treasuryExports } = require("../helper/treasury");
3+
14
const treasury = '88QishokZbUicErBP4kF18KGXeURo4iTQ9651gkiHk8y' //(Treasury)
25
const ecosystemGrowth = '2cxoaTUEW3CnSXx4fWK4SscJqGaem4CrYmqupSFVsjEs' //(Ecosystem Growth)
36
const nodeEmissions = 'NzHcrCaL1CoE7RNaArmtaoSuJnoSqedfsjTe1C13LSr' //(Node Emissions & Incentives)
47
const checkerRewardsVault = 'BNePhTKwPp1fEM7xKDbzd6xBbevCab5brB1gi1CNYRUx' //(Checker Rewards Vault)
58

69
const BMB = 'BMBtwz6LFDJVJd2aZvL5F64fdvWP3RPn4NP5q9Xe15UD'
7-
const ADDRESSES = require('../helper/coreAssets.json')
8-
const { nullAddress, treasuryExports } = require("../helper/treasury");
910

1011
module.exports = treasuryExports({
1112
solana: {

0 commit comments

Comments
 (0)