cfg/00-common-vars.cfg
common vars
We'll now go through the file content, one chuck and variable at a time:
This variable should simply contain a reference email that will be used for certificates and future reference.
This are the PUBLIC STATIC IPs associated with your Oracle. Right now we're only using IPv4 but we plan to include soon support for IPv6 too, so leave IP6 at "0000::0000: for now.
This is a DNS record that points to the IP specified above. If you don't have a DNS record, fear not, as explained in section you can just leave it as it is written now and it will automatically resolve to your DNS.
Regardless of installing a devnet
or mainnet
Oracle you should add here your own RPC pool for mainnet
that is NOT rate limited or you may find that some Oracle operations will have a hard time going through.
You're free to use the one we specify there, but it's quite possible that your Oracle will be frequently heavy rate limited in the requests it sends to that RPC.
Toward the end of the file, you'll see a comment similar to:
Unless you know what you're doing or you're in direct contact with a member of the Switchboard team, NEVER change anything below this line.
Last updated