Skip to content

Commit

Permalink
add versions to calls for obscuro gateway(#1489)
Browse files Browse the repository at this point in the history
  • Loading branch information
zkokelj authored Aug 30, 2023
1 parent d0dc316 commit 8ac0fed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contracts/config/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"localObscuro": {
"chainId": 777,
"url": "http://127.0.0.1:3000",
"url": "http://127.0.0.1:3000/v1",
"obscuroEncRpcUrl": "ws://127.0.0.1:81",
"gasPrice": 2000000000,
"companionNetworks" : {
Expand Down
2 changes: 1 addition & 1 deletion testnet/launcher/l2contractdeployer/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func (n *ContractDeployer) Start() error {
},
"layer2" : {
"obscuroEncRpcUrl" : "ws://%s:%d",
"url": "http://127.0.0.1:3000",
"url": "http://127.0.0.1:3000/v1",
"live" : false,
"saveDeployments" : true,
"companionNetworks" : { "layer1" : "layer1" },
Expand Down
2 changes: 1 addition & 1 deletion tools/obscuroscan/main/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func defaultObscuroClientConfig() obscuroscanConfig {
return obscuroscanConfig{
nodeID: "",
rpcServerAddr: "http://testnet.obscu.ro:80",
address: "127.0.0.1:3000",
address: "127.0.0.1:3000/v1",
logPath: "obscuroscan_logs.txt",
}
}
Expand Down

0 comments on commit 8ac0fed

Please sign in to comment.