Skip to content

Commit

Permalink
Capitalization of cfg field names
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBrady committed Dec 13, 2023
1 parent 6776b25 commit 559b238
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
30 changes: 15 additions & 15 deletions pubnet/core/etc/stellar-core.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -176,23 +176,23 @@ ADDRESS="stellar-full-validator3.bdnodes.net"
HISTORY="curl -sf https://stellar-full-history3.bdnodes.net/{0} -o {1}"

[[VALIDATORS]]
name = "FT_SCV_1"
home_domain = "www.franklintempleton.com"
address = "stellar1.franklintempleton.com:11625"
public_key = "GARYGQ5F2IJEBCZJCBNPWNWVDOFK7IBOHLJKKSG2TMHDQKEEC6P4PE4V"
history = "curl -sf https://stellar-history-usw.franklintempleton.com/azuswshf401/{0} -o {1}"
NAME = "FT_SCV_1"
HOME_DOMAIN = "www.franklintempleton.com"
PUBLIC_KEY = "GARYGQ5F2IJEBCZJCBNPWNWVDOFK7IBOHLJKKSG2TMHDQKEEC6P4PE4V"
ADDRESS = "stellar1.franklintempleton.com:11625"
HISTORY = "curl -sf https://stellar-history-usw.franklintempleton.com/azuswshf401/{0} -o {1}"

[[VALIDATORS]]
name = "FT_SCV_2"
home_domain = "www.franklintempleton.com"
address = "stellar2.franklintempleton.com:11625"
public_key = "GCMSM2VFZGRPTZKPH5OABHGH4F3AVS6XTNJXDGCZ3MKCOSUBH3FL6DOB"
history = "curl -sf https://stellar-history-usc.franklintempleton.com/azuscshf401/{0} -o {1}"
NAME = "FT_SCV_2"
HOME_DOMAIN = "www.franklintempleton.com"
PUBLIC_KEY = "GCMSM2VFZGRPTZKPH5OABHGH4F3AVS6XTNJXDGCZ3MKCOSUBH3FL6DOB"
ADDRESS = "stellar2.franklintempleton.com:11625"
HISTORY = "curl -sf https://stellar-history-usc.franklintempleton.com/azuscshf401/{0} -o {1}"

[[VALIDATORS]]
name = "FT_SCV_3"
home_domain = "www.franklintempleton.com"
address = "stellar3.franklintempleton.com:11625"
public_key = "GA7DV63PBUUWNUFAF4GAZVXU2OZMYRATDLKTC7VTCG7AU4XUPN5VRX4A"
history = "curl -sf https://stellar-history-ins.franklintempleton.com/azinsshf401/{0} -o {1}"
NAME = "FT_SCV_3"
HOME_DOMAIN = "www.franklintempleton.com"
PUBLIC_KEY = "GA7DV63PBUUWNUFAF4GAZVXU2OZMYRATDLKTC7VTCG7AU4XUPN5VRX4A"
ADDRESS = "stellar3.franklintempleton.com:11625"
HISTORY = "curl -sf https://stellar-history-ins.franklintempleton.com/azinsshf401/{0} -o {1}"

30 changes: 15 additions & 15 deletions pubnet/horizon/etc/stellar-captive-core.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -182,22 +182,22 @@ ADDRESS="stellar-full-validator3.bdnodes.net"
HISTORY="curl -sf https://stellar-full-history3.bdnodes.net/{0} -o {1}"

[[VALIDATORS]]
name = "FT_SCV_1"
home_domain = "www.franklintempleton.com"
address = "stellar1.franklintempleton.com:11625"
public_key = "GARYGQ5F2IJEBCZJCBNPWNWVDOFK7IBOHLJKKSG2TMHDQKEEC6P4PE4V"
history = "curl -sf https://stellar-history-usw.franklintempleton.com/azuswshf401/{0} -o {1}"
NAME = "FT_SCV_1"
HOME_DOMAIN = "www.franklintempleton.com"
PUBLIC_KEY = "GARYGQ5F2IJEBCZJCBNPWNWVDOFK7IBOHLJKKSG2TMHDQKEEC6P4PE4V"
ADDRESS = "stellar1.franklintempleton.com:11625"
HISTORY = "curl -sf https://stellar-history-usw.franklintempleton.com/azuswshf401/{0} -o {1}"

[[VALIDATORS]]
name = "FT_SCV_2"
home_domain = "www.franklintempleton.com"
address = "stellar2.franklintempleton.com:11625"
public_key = "GCMSM2VFZGRPTZKPH5OABHGH4F3AVS6XTNJXDGCZ3MKCOSUBH3FL6DOB"
history = "curl -sf https://stellar-history-usc.franklintempleton.com/azuscshf401/{0} -o {1}"
NAME = "FT_SCV_2"
HOME_DOMAIN = "www.franklintempleton.com"
PUBLIC_KEY = "GCMSM2VFZGRPTZKPH5OABHGH4F3AVS6XTNJXDGCZ3MKCOSUBH3FL6DOB"
ADDRESS = "stellar2.franklintempleton.com:11625"
HISTORY = "curl -sf https://stellar-history-usc.franklintempleton.com/azuscshf401/{0} -o {1}"

[[VALIDATORS]]
name = "FT_SCV_3"
home_domain = "www.franklintempleton.com"
address = "stellar3.franklintempleton.com:11625"
public_key = "GA7DV63PBUUWNUFAF4GAZVXU2OZMYRATDLKTC7VTCG7AU4XUPN5VRX4A"
history = "curl -sf https://stellar-history-ins.franklintempleton.com/azinsshf401/{0} -o {1}"
NAME = "FT_SCV_3"
HOME_DOMAIN = "www.franklintempleton.com"
PUBLIC_KEY = "GA7DV63PBUUWNUFAF4GAZVXU2OZMYRATDLKTC7VTCG7AU4XUPN5VRX4A"
ADDRESS = "stellar3.franklintempleton.com:11625"
HISTORY = "curl -sf https://stellar-history-ins.franklintempleton.com/azinsshf401/{0} -o {1}"

0 comments on commit 559b238

Please sign in to comment.