Skip to content

Commit

Permalink
Update base sepolia rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
dkeysil committed Apr 9, 2024
1 parent e2d5c68 commit ba64cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ var defaultConfig = ClientConfig{
}

var devConfig = ClientConfig{
JsonRpcUrl: "https://rpc-mumbai.matic.today",
JsonRpcUrl: "https://sepolia.base.org",
ENSAddress: "0x650AFCA8545964064b60ad040F9a09F788F714ed",
Name: "registry-client",
}
Expand Down

0 comments on commit ba64cbb

Please sign in to comment.