Skip to content

Commit cedb60c

Browse files
add tardly treasury
1 parent ee5e7c6 commit cedb60c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

projects/treasury/tardly-treasury.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
const { nullAddress,treasuryExports } = require("../helper/treasury");
2+
3+
const notiboyTreasury = "CGYA55OJYP6ZOBMIAEXEMVTZI67QCYQ7PJIMWQYETIYEWT4XCPZQRDTUQE";
4+
5+
module.exports = treasuryExports({
6+
algorand: {
7+
tokens: [
8+
nullAddress,
9+
'2614577662', //atard
10+
'1', // algo
11+
12+
],
13+
owners: [notiboyTreasury],
14+
},
15+
})

0 commit comments

Comments
 (0)