ApeWorX / ape-foundry

Foundry network provider for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
32 stars 13 forks source link

fix: remote node check [APE-1110] #58

Closed dtdang closed 1 year ago

dtdang commented 1 year ago

What I did

Noticed that remote node uri did not connect to the right port if it did not begin with http or https so made sure that it would still work if it was missing in the config.

fixes: #

How I did it

How to verify it

Set the host in the ape-config.yaml in one project and check the network.provider.uri in the ape console. Then go into a second project with the same config and check to see that the ape console can connect to the first.

Checklist