Skip to content

Commit

Permalink
fix: add cors-allowed-origins to config
Browse files Browse the repository at this point in the history
  • Loading branch information
Cafe137 committed Mar 7, 2022
1 parent e6d1e32 commit 7f0a27b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/launcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ swap-initial-deposit: 0
mainnet: true
full-node: false
chain-enable: false
cors-allowed-origins: '*'
data-dir: ${resolve('data-dir')}`
}

Expand Down

0 comments on commit 7f0a27b

Please sign in to comment.