Skip to content

Commit 5128203

Browse files
authored
Merge pull request #237 from polywrap/post-cd/0.1.0b5
Python client POST CD (0.1.0b5)
2 parents 2249ed3 + 5528691 commit 5128203

29 files changed

Lines changed: 1029 additions & 2037 deletions

File tree

packages/config-bundles/polywrap-sys-config-bundle/poetry.lock

Lines changed: 58 additions & 120 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/config-bundles/polywrap-sys-config-bundle/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "polywrap-sys-config-bundle"
7-
version = "0.1.0b3"
7+
version = "0.1.0b5"
88
description = "Polywrap System Client Config Bundle"
99
authors = ["Niraj <niraj@polywrap.io>"]
1010
readme = "README.rst"

packages/config-bundles/polywrap-web3-config-bundle/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ Imports
2424
~~~~~~~
2525

2626
>>> from polywrap_client_config_builder import PolywrapClientConfigBuilder
27-
>>> from polywrap_web3_config_bundle import get_web3_config
27+
>>> from polywrap_web3_config_bundle import web3_bundle
2828
>>> from polywrap_client import PolywrapClient
2929
>>> from polywrap_core import Uri, UriPackage
3030

3131
Configure
3232
~~~~~~~~~
3333

34-
>>> config = PolywrapClientConfigBuilder().add(get_web3_config()).build()
34+
>>> config = PolywrapClientConfigBuilder().add_bundle(web3_bundle).build()
3535
>>> client = PolywrapClient(config)
3636

3737
Resolve URI with bundled ens resolver

0 commit comments

Comments
 (0)