We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee7f44 commit d7563a5Copy full SHA for d7563a5
projects/treasury/trust-wallet.js
@@ -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
@@ -0,0 +1,9 @@
+const { staking } = require('../helper/staking')
+module.exports = {
+ methodology: "TVL counts TWT tokens deposited on the Staking contracts.",
+ bsc: {
+ tvl: () => ({}),
7
+ staking: staking('0x5029f49585D57ed770D2194841B5A0bE06BFc2ED', '0x4b0f1812e5df2a09796481ff14017e6005508003')
8
+ }
9
+}
0 commit comments