Skip to content

Commit 076114b

Browse files
committed
Replase Whalestack validators with Creit
1 parent 3ebbe77 commit 076114b

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

docs/examples/pubnet-validator-full/stellar-core.cfg

+16-16
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ HOME_DOMAIN="satoshipay.io"
5454
QUALITY="HIGH"
5555

5656
[[HOME_DOMAINS]]
57-
HOME_DOMAIN="whalestack.com"
57+
HOME_DOMAIN="stellar.creit.tech"
5858
QUALITY="HIGH"
5959

6060
[[HOME_DOMAINS]]
@@ -164,25 +164,25 @@ HISTORY="curl -sf https://stellar-history-us-iowa.satoshipay.io/{0} -o {1}"
164164
HOME_DOMAIN="satoshipay.io"
165165

166166
[[VALIDATORS]]
167-
NAME="Whalestack (Germany)"
168-
PUBLIC_KEY="GD6SZQV3WEJUH352NTVLKEV2JM2RH266VPEM7EH5QLLI7ZZAALMLNUVN"
169-
ADDRESS="germany.stellar.whalestack.com:11625"
170-
HISTORY="curl -sf https://germany.stellar.whalestack.com/history/{0} -o {1}"
171-
HOME_DOMAIN="whalestack.com"
167+
NAME = "Creit Alpha"
168+
PUBLIC_KEY = "GBPLJDBFZO2H7QQH7YFCH3HFT6EMC42Z2DNJ2QFROCKETAPY54V4DCZD"
169+
ADDRESS = "alpha.validator.stellar.creit.tech:11625"
170+
HISTORY = "curl -sf https://alpha-history.validator.stellar.creit.tech/{0} -o {1}"
171+
HOME_DOMAIN = "stellar.creit.tech"
172172

173173
[[VALIDATORS]]
174-
NAME="Whalestack (Hong Kong)"
175-
PUBLIC_KEY="GAZ437J46SCFPZEDLVGDMKZPLFO77XJ4QVAURSJVRZK2T5S7XUFHXI2Z"
176-
ADDRESS="hongkong.stellar.whalestack.com:11625"
177-
HISTORY="curl -sf https://hongkong.stellar.whalestack.com/history/{0} -o {1}"
178-
HOME_DOMAIN="whalestack.com"
174+
NAME = "Creit Beta"
175+
PUBLIC_KEY = "GDDANSYOYSY5EPSFHBRPCLX6XMHPPLIMHVIDXG6IPQLVVLRI2BN4HMH3"
176+
ADDRESS = "beta.validator.stellar.creit.tech:11625"
177+
HISTORY = "curl -sf https://beta-history.validator.stellar.creit.tech/{0} -o {1}"
178+
HOME_DOMAIN = "stellar.creit.tech"
179179

180180
[[VALIDATORS]]
181-
NAME="Whalestack (Finland)"
182-
PUBLIC_KEY="GADLA6BJK6VK33EM2IDQM37L5KGVCY5MSHSHVJA4SCNGNUIEOTCR6J5T"
183-
ADDRESS="finland.stellar.whalestack.com:11625"
184-
HISTORY="curl -sf https://finland.stellar.whalestack.com/history/{0} -o {1}"
185-
HOME_DOMAIN="whalestack.com"
181+
NAME = "Creit Gamma"
182+
PUBLIC_KEY = "GBF7QOLFPTHUEDUPTT4ZTULDTA3QXDIO75JHKJN2IYD7YGQLYUTR75BT"
183+
ADDRESS = "gamma.validator.stellar.creit.tech:11625"
184+
HISTORY = "curl -sf https://gamma-history.validator.stellar.creit.tech/{0} -o {1}"
185+
HOME_DOMAIN = "stellar.creit.tech"
186186

187187
[[VALIDATORS]]
188188
NAME="SDF 2"

0 commit comments

Comments
 (0)