We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e35f8a9 + f95f52a commit d3d2a95Copy full SHA for d3d2a95
4 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Web3API 0.0.1-prealpha.16
2
+## Bugs
3
+* `@web3api/test-env`: Expose the IPFS node's swarm port (4001).
4
+
5
# Web3API 0.0.1-prealpha.15
6
## Bugs
7
* Fix `extractPluginConfigs.ts` output.
VERSION
@@ -1 +1 @@
-0.0.1-prealpha.15
+0.0.1-prealpha.16
packages/cli/src/commands/query.ts
@@ -86,6 +86,10 @@ export default {
86
testnet: {
87
provider: ethereumProvider,
88
},
89
+ mainnet: {
90
+ provider:
91
+ "https://mainnet.infura.io/v3/b00b2c2cc09c487685e9fb061256d6a6",
92
+ },
93
}),
94
95
{
packages/test-env/docker-compose.yml
@@ -18,3 +18,4 @@ services:
18
ports:
19
- '${IPFS_PORT}:5001'
20
- '8080:8080'
21
+ - '4001:4001'
0 commit comments