File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 838
838
"USDt" : " 0x357b0b74bc833e95a115ad22604854d6b0fca151cecd94111770e5d6ffc9dc2b" ,
839
839
"USDC_3" : " 0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b" ,
840
840
"MOON" : " 0xd71e041f0d9c871e68604699aa109ead5643ced548f9d216ddb89702968e5458::moon_coin::MoonCoin" ,
841
- "CELL" : " 0x2ebb2ccac5e027a87fa0e2e5f656a3a4238d6a48d93ec9b610d570fc0aa0df12"
841
+ "CELL" : " 0x2ebb2ccac5e027a87fa0e2e5f656a3a4238d6a48d93ec9b610d570fc0aa0df12" ,
842
+ "stApt" : " 0x111ae3e5bc816a5e63c2da97d0aa3886519e0cd5e4b046659fa35796bd11542a::stapt_token::StakedApt"
842
843
},
843
844
"dogechain" : {
844
845
"WWDOGE" : " 0xb7ddc6414bf4f5515b52d8bdd69973ae205ff101" ,
Original file line number Diff line number Diff line change
1
+ const ADDRESSES = require('../helper/coreAssets.json')
2
+ const { nullAddress, treasuryExports } = require("../helper/treasury");
3
+
4
+ const treasury = "0x06b6f37af314f19fea6b1940b2ca2c38c158b45476a70eb8874bd17be7b65c8b";
5
+
6
+
7
+
8
+ module.exports = treasuryExports({
9
+ aptos: {
10
+ tokens: [
11
+ nullAddress,
12
+ ADDRESSES.aptos.APT,
13
+ ADDRESSES.aptos.amAPT,
14
+ ADDRESSES.aptos.stApt,
15
+ ],
16
+ owners: [treasury]
17
+ },
18
+ })
You can’t perform that action at this time.
0 commit comments