Skip to content

Commit

Permalink
coniqvest -> whalestack
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBrady committed Dec 15, 2023
1 parent a1ab24e commit e761930
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 26 deletions.
27 changes: 14 additions & 13 deletions pubnet/core/etc/stellar-core.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ HOME_DOMAIN="lobstr.co"
QUALITY="HIGH"

[[HOME_DOMAINS]]
HOME_DOMAIN="www.coinqvest.com"
HOME_DOMAIN="www.whalestack.com"
QUALITY="HIGH"

[[HOME_DOMAINS]]
Expand Down Expand Up @@ -113,25 +113,26 @@ ADDRESS="v5.stellar.lobstr.co:11625"
HISTORY="curl -sf https://stellar-archive-5-lobstr.s3.amazonaws.com/{0} -o {1}"

[[VALIDATORS]]
NAME="coinqvest_hong_kong"
HOME_DOMAIN="www.coinqvest.com"
NAME="whalestack_hong_kong"
HOME_DOMAIN="whalestack.com"
PUBLIC_KEY="GAZ437J46SCFPZEDLVGDMKZPLFO77XJ4QVAURSJVRZK2T5S7XUFHXI2Z"
ADDRESS="hongkong.stellar.coinqvest.com:11625"
HISTORY="curl -sf https://hongkong.stellar.coinqvest.com/history/{0} -o {1}"
ADDRESS="hongkong.stellar.whalestack.com:11625"
HISTORY="curl -sf https://hongkong.stellar.whalestack.com/history/{0} -o {1}"

[[VALIDATORS]]
NAME="coinqvest_germany"
HOME_DOMAIN="www.coinqvest.com"
NAME="whalestack_germany"
HOME_DOMAIN="whalestack.com"
PUBLIC_KEY="GD6SZQV3WEJUH352NTVLKEV2JM2RH266VPEM7EH5QLLI7ZZAALMLNUVN"
ADDRESS="germany.stellar.coinqvest.com:11625"
HISTORY="curl -sf https://germany.stellar.coinqvest.com/history/{0} -o {1}"
ADDRESS="germany.stellar.whalestack.com:11625"
HISTORY="curl -sf https://germany.stellar.whalestack.com/history/{0} -o {1}"

[[VALIDATORS]]
NAME="coinqvest_finland"
HOME_DOMAIN="www.coinqvest.com"
NAME="whalestack_finland"
HOME_DOMAIN="whalestack.com"
PUBLIC_KEY="GADLA6BJK6VK33EM2IDQM37L5KGVCY5MSHSHVJA4SCNGNUIEOTCR6J5T"
ADDRESS="finland.stellar.coinqvest.com:11625"
HISTORY="curl -sf https://finland.stellar.coinqvest.com/history/{0} -o {1}"
ADDRESS="finland.stellar.whalestack.com:11625"
HISTORY="curl -sf https://finland.stellar.whalestack.com/history/{0} -o {1}"


[[VALIDATORS]]
NAME="bootes"
Expand Down
26 changes: 13 additions & 13 deletions pubnet/horizon/etc/stellar-captive-core.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ HOME_DOMAIN="lobstr.co"
QUALITY="HIGH"

[[HOME_DOMAINS]]
HOME_DOMAIN="www.coinqvest.com"
HOME_DOMAIN="whalestack.com"
QUALITY="HIGH"

[[HOME_DOMAINS]]
Expand Down Expand Up @@ -119,25 +119,25 @@ ADDRESS="v5.stellar.lobstr.co:11625"
HISTORY="curl -sf https://stellar-archive-5-lobstr.s3.amazonaws.com/{0} -o {1}"

[[VALIDATORS]]
NAME="coinqvest_hong_kong"
HOME_DOMAIN="www.coinqvest.com"
NAME="whalestack_hong_kong"
HOME_DOMAIN="www.whalestack.com"
PUBLIC_KEY="GAZ437J46SCFPZEDLVGDMKZPLFO77XJ4QVAURSJVRZK2T5S7XUFHXI2Z"
ADDRESS="hongkong.stellar.coinqvest.com:11625"
HISTORY="curl -sf https://hongkong.stellar.coinqvest.com/history/{0} -o {1}"
ADDRESS="hongkong.stellar.whalestack.com:11625"
HISTORY="curl -sf https://hongkong.stellar.whalestack.com/history/{0} -o {1}"

[[VALIDATORS]]
NAME="coinqvest_germany"
HOME_DOMAIN="www.coinqvest.com"
NAME="whalestack_germany"
HOME_DOMAIN="www.whalestack.com"
PUBLIC_KEY="GD6SZQV3WEJUH352NTVLKEV2JM2RH266VPEM7EH5QLLI7ZZAALMLNUVN"
ADDRESS="germany.stellar.coinqvest.com:11625"
HISTORY="curl -sf https://germany.stellar.coinqvest.com/history/{0} -o {1}"
ADDRESS="germany.stellar.whalestack.com:11625"
HISTORY="curl -sf https://germany.stellar.whalestack.com/history/{0} -o {1}"

[[VALIDATORS]]
NAME="coinqvest_finland"
HOME_DOMAIN="www.coinqvest.com"
NAME="whalestack_finland"
HOME_DOMAIN="www.whalestack.com"
PUBLIC_KEY="GADLA6BJK6VK33EM2IDQM37L5KGVCY5MSHSHVJA4SCNGNUIEOTCR6J5T"
ADDRESS="finland.stellar.coinqvest.com:11625"
HISTORY="curl -sf https://finland.stellar.coinqvest.com/history/{0} -o {1}"
ADDRESS="finland.stellar.whalestack.com:11625"
HISTORY="curl -sf https://finland.stellar.whalestack.com/history/{0} -o {1}"

[[VALIDATORS]]
NAME="bootes"
Expand Down

0 comments on commit e761930

Please sign in to comment.