Skip to content

Commit

Permalink
add Base rpc endpoint parameter in configuration JSON template file
Browse files Browse the repository at this point in the history
  • Loading branch information
dnjscksdn98 committed Aug 28, 2023
1 parent d8d87f6 commit 608cb92
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion configs/entity.relayer.private.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@
},
"MATIC_MAIN": {
"url_with_access_key": "<POLYGON_MAINNET_RPC_ENDPOINT>"
},
"BASE_MAIN": {
"url_with_access_key": "<BASE_MAINNET_RPC_ENDPOINT>"
}
}
}

0 comments on commit 608cb92

Please sign in to comment.