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 e830b05 commit 3854cc6Copy full SHA for 3854cc6
projects/anvil/index.js
@@ -0,0 +1,5 @@
1
+const { treasuryExports } = require("../helper/treasury");
2
+
3
+module.exports = treasuryExports({
4
+ ethereum: { owners: ['0x5d2725fdE4d7Aa3388DA4519ac0449Cc031d675f'], },
5
+})
0 commit comments