-
Notifications
You must be signed in to change notification settings - Fork 2
Conversation
✅ Deploy Preview for nucypher-ts-demo-tdec ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
f9ab037
to
e756bb8
Compare
e756bb8
to
d91fad8
Compare
src/index.tsx
Outdated
@@ -7,7 +7,7 @@ import App from "./App"; | |||
|
|||
const config: Config = { | |||
readOnlyChainId: Goerli.chainId, | |||
networks: [Goerli] | |||
networks: [Goerli], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mumbai? What is this network intended to be used for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On Mumbai, fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧑🚀
I saw it working in today's live demo!
comparator: '==', | ||
value: ':userAddress', | ||
comparator: ">", | ||
value: "0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even though we use a string here, presumably a number is allowed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, both should work fine.
StrategyBuilder
has been removed. We use a hard-coded ritual instead.