Skip to content

Commit d7563a5

Browse files
authored
Trustwallet (#15565)
1 parent 5ee7f44 commit d7563a5

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

projects/treasury/trust-wallet.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
const { treasuryExports } = require('../helper/treasury');
2+
3+
module.exports = treasuryExports({
4+
ethereum: {
5+
owners: ['0xb57BE4AB4304C5aADc9E5Ea2b0B34f1F04413232'],
6+
}})

projects/trust-wallet/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
const { staking } = require('../helper/staking')
2+
3+
module.exports = {
4+
methodology: "TVL counts TWT tokens deposited on the Staking contracts.",
5+
bsc: {
6+
tvl: () => ({}),
7+
staking: staking('0x5029f49585D57ed770D2194841B5A0bE06BFc2ED', '0x4b0f1812e5df2a09796481ff14017e6005508003')
8+
}
9+
}

0 commit comments

Comments
 (0)