Skip to content

Commit

Permalink
feat: merge api
Browse files Browse the repository at this point in the history
  • Loading branch information
Cafe137 committed Jun 3, 2024
1 parent ca86f01 commit 0ea429a
Show file tree
Hide file tree
Showing 43 changed files with 1,180 additions and 398 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ on:
env:
BEE_API_URL: 'http://localhost:1633'
BEE_PEER_API_URL: 'http://localhost:11633'
BEE_DEBUG_API_URL: 'http://localhost:1635'
BEE_PEER_DEBUG_API_URL: 'http://localhost:11635'

jobs:
node-tests:
Expand Down
171 changes: 106 additions & 65 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default async (): Promise<Config.InitialOptions> => {
* only consists a single queen node as well
*/
if (!process.env.SKIP_WORKER) {
process.env.WORKER_PSS_ADDRESS = await getPssAddress('http://localhost:11635')
process.env.WORKER_PSS_ADDRESS = await getPssAddress('http://localhost:11633')
}

if (!process.env.STAMP) {
Expand Down
Loading

0 comments on commit 0ea429a

Please sign in to comment.