Skip to content

Commit

Permalink
Update app config to add multiaddr blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamesh0 committed May 4, 2023
1 parent d13e084 commit 2aa42aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"dependencies": {
"@apollo/client": "^3.7.2",
"@babel/core": "^7.16.0",
"@cerc-io/peer": "^0.2.39",
"@cerc-io/react-peer": "0.2.33",
"@cerc-io/peer": "^0.2.41",
"@cerc-io/react-peer": "0.2.34",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@metamask/eth-sig-util": "^5.0.2",
Expand Down
1 change: 1 addition & 0 deletions src/config.hosted.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"chainId": "MOBYMASK_HOSTED_CONFIG_chainId",
"relayNodes": "MOBYMASK_HOSTED_CONFIG_relayNodes",
"peer": {
"denyMultiaddrs": "MOBYMASK_HOSTED_CONFIG_denyMultiaddrs",
"enableDebugInfo": true
}
}
1 change: 1 addition & 0 deletions src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"chainId": 1,
"relayNodes": [],
"peer": {
"denyMultiaddrs": [],
"enableDebugInfo": true
}
}

0 comments on commit 2aa42aa

Please sign in to comment.