Skip to content

Commit d3d2a95

Browse files
authored
Merge pull request #284 from Web3-API/prealpha-dev
Prep 0.0.1-prealpha.16
2 parents e35f8a9 + f95f52a commit d3d2a95

4 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
# Web3API 0.0.1-prealpha.15
26
## Bugs
37
* Fix `extractPluginConfigs.ts` output.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.1-prealpha.15
1+
0.0.1-prealpha.16

packages/cli/src/commands/query.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ export default {
8686
testnet: {
8787
provider: ethereumProvider,
8888
},
89+
mainnet: {
90+
provider:
91+
"https://mainnet.infura.io/v3/b00b2c2cc09c487685e9fb061256d6a6",
92+
},
8993
}),
9094
},
9195
{

packages/test-env/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ services:
1818
ports:
1919
- '${IPFS_PORT}:5001'
2020
- '8080:8080'
21+
- '4001:4001'

0 commit comments

Comments
 (0)