Skip to content

Commit

Permalink
Change graphql api address
Browse files Browse the repository at this point in the history
  • Loading branch information
ipdae committed Jul 28, 2023
1 parent 0ae8e8b commit 05ffdb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion world_boss/app/kms.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from world_boss.app.stubs import AmountDictionary, CurrencyDictionary, Recipient

MINER_URLS: dict[NetworkType, str] = {
NetworkType.MAIN: "http://9c-main-validator-1.nine-chronicles.com/graphql",
NetworkType.MAIN: "https://9c-main-full-state.nine-chronicles.com/graphql",
NetworkType.INTERNAL: "http://9c-internal-miner-1.nine-chronicles.com/graphql",
}

Expand Down

0 comments on commit 05ffdb0

Please sign in to comment.