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 b587e8e commit 0897802Copy full SHA for 0897802
utils/helpers.js
@@ -85,3 +85,5 @@ module.exports.findEvent = async function (fn, eventName) {
85
const recipe = await tx.wait();
86
return recipe.events.find((e) => e.event === eventName).args;
87
};
88
+
89
+module.exports.isLocalhost = (id) => id == 31337;
0 commit comments