We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa4bbf commit 405fbf4Copy full SHA for 405fbf4
1 file changed
README.md
@@ -199,7 +199,7 @@ async def echo_message(message: str):
199
client = PolywrapClient()
200
201
# Load the WebAssembly wrapper through a URI that points to local file system
202
- uri = Uri(f'fs/{Path(__file__).parent.joinpath("cases", "simple-invoke", "HelloWorldWrapper.wasm").absolute()}')
+ uri = Uri('ens/rinkeby/helloworld.dev.polywrap.eth')
203
204
args = {"arg": message }
205
0 commit comments