Skip to content

Commit

Permalink
update the default rpc port
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricfung committed Feb 12, 2024
1 parent b6e712e commit 2ab42d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/config.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ peers = [
port = 5850
# the seed relayer nodes list
seeds = [
"06ff8589d5d8b40dd90a8120fa65b273d136ba4896e46ad20d76e53a9b73fd9f@kernel.mixin.dev:5850",
"b798bca3d9aa61fed4cf39dee1e9b4317daf64a6e31cd433ac684d629f896b46@new-mixin-node0.exinpool.com:5850",
"3dae767383bd0eee3ff338e8d1e89577e4f3ece4b98662cb151f22d6c474407b@mixin-node-42.f1ex.io:5850",
"5e7ca75239ff68231bd0bcebc8be5b4725e8784b4df8788306c9baa291ec8595@mixin-node1.b1.run:5850"
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func main() {
&cli.StringFlag{
Name: "node",
Aliases: []string{"n"},
Value: "127.0.0.1:8239",
Value: "127.0.0.1:6860",
Usage: "the node RPC endpoint",
},
&cli.StringFlag{
Expand Down

0 comments on commit 2ab42d3

Please sign in to comment.