We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2730cc3 commit 5bd367aCopy full SHA for 5bd367a
projects/polter/index.js
@@ -35,3 +35,5 @@ module.exports = {
35
module.exports.sonic.staking = sumTokensExport({ owner: sonic.MULTIFEE_CONTRACT, tokens: [sonic.POLTER_CONTRACT], lps: [sonic.POLTER_LP_CONTRACT], useDefaultCoreAssets: true, })
36
module.exports.fantom.staking = sumTokensExport({ owner: fantom.MULTIFEE_CONTRACT, tokens: [fantom.POLTER_CONTRACT], lps: [fantom.POLTER_LP_CONTRACT], useDefaultCoreAssets: true, })
37
module.exports.base.staking = sumTokensExport({ owner: base.MULTIFEE_CONTRACT, tokens: [base.POLTER_CONTRACT], lps: [base.POLTER_LP_CONTRACT], useDefaultCoreAssets: true, })
38
+
39
+module.exports.fantom.borrowed = () => ({})
0 commit comments