Skip to content

Commit

Permalink
Merge pull request #19 from karnotxyz/campaign_patches
Browse files Browse the repository at this point in the history
added rpc external
  • Loading branch information
apoorvsadana authored Jan 26, 2024
2 parents abfbe77 + e5ac286 commit d1b5b97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/madara.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ pub fn setup_and_run_madara(config: AppChainConfig) -> Result<(), MadaraError> {
"--rpc-cors=all",
"--tx-ban-seconds=0",
"--prometheus-external",
"--rpc-external",
&base_path,
];

Expand Down

0 comments on commit d1b5b97

Please sign in to comment.