remove references to infura token except for in infura.toml so that tests will continue to pass on CI

This commit is contained in:
Ian Norden
2019-03-21 18:36:49 -05:00
parent 37fc038605
commit d3e172d9ab
8 changed files with 35 additions and 36 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
[database]
name = "vulcanize_infura"
name = "vulcanize_public"
hostname = "localhost"
port = 5432
[client]
ipcPath = "https://mainnet.infura.io/J5Vd2fRtGsw0zZ0Ov3BL"
ipcPath = "path_to_ethjson_rpc"
[contract]
network = ""