Skip to content

Commit

Permalink
bind
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Sep 13, 2024
1 parent 41a565a commit 58255d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/whale-api/src/e2e.defid.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,9 @@ export class DefidBin {
`-wsport=${this.wsPort}`,
`-ethrpcport=${this.ethRpcPort}`,
'-rpcallowip=0.0.0.0/0',
'-rpcbind=0.0.0.0',
'-ethrpcbind=0.0.0.0',
'-wsbind=0.0.0.0',
// regtest
'-regtest',
'-jellyfish_regtest=1',
Expand Down

0 comments on commit 58255d1

Please sign in to comment.