Skip to content

Commit

Permalink
oceanarchivebind
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Aug 12, 2024
1 parent e5955b9 commit c169171
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/whale-api/src/e2e.defid.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,7 @@ export class DefidBin {
`-port=${this.port}`,
`-wsport=${this.wsPort}`,
`-ethrpcport=${this.ethRpcPort}`,
'-rpcallowip=0.0.0.0/0',
// regtest
'-regtest',
'-jellyfish_regtest=1',
Expand All @@ -679,6 +680,7 @@ export class DefidBin {
// ocean
'-oceanarchive',
`-oceanarchiveport=${this.oceanPort}`,
'-oceanarchivebind=0.0.0.0',
...opts
]

Expand Down

0 comments on commit c169171

Please sign in to comment.