Commit e1e795c6 authored by George Hotz's avatar George Hotz

oops, switch back to infura

parent fb89747e
......@@ -79,9 +79,8 @@ type Account struct {
CodeHash []byte
}
var nodeUrl = "http://192.168.1.213:8545"
//var nodeUrl = "https://mainnet.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161"
//var nodeUrl = "http://192.168.1.213:8545"
var nodeUrl = "https://mainnet.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161"
func toFilename(key string) string {
return fmt.Sprintf("%s/json_%s", root, key)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment