-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(world): allow callFrom from own address without explicit delegation #1407
Conversation
🦋 Changeset detectedLatest commit: cfdc5a5 The changes in this PR will be included in the next version bump. This PR includes changesets to release 28 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
docs/pages/indexer.mdx
Outdated
@@ -279,7 +279,7 @@ To index a different blockchain, you specify these environment variables: | |||
| Variable | Value | | |||
| --------------- | -------------------------------------------------------------------------------------------------------- | | |||
| RPC_HTTP_URL | The URL to access the blockchain using HTTP | | |||
| RPC_WS_URL | The URL to access the blockchain using WebSocket | | |||
| RPC_WS_URL | The URL to access the blockchain using WebSocket | |
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.
fixed this in main in case you wanna rebase
e2a6a07
to
68dab7d
Compare
68dab7d
to
cfdc5a5
Compare
merging since only rebased since last approval and CI is happy |
Fixes #1395 (#1395 (comment))