Skip to content

Commit

Permalink
[!] fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhongFuze committed May 27, 2024
1 parent de24d9e commit f64e451
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/main.sample.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ url = "https://proof-service.next.id"
api_key = "x-api-key"

[upstream.aggregation_service]
url = "http://ec2-18-167-90-166.ap-east-1.compute.amazonaws.com/data_server"
url = "http://data-server-hostname/data_server"

[upstream.sybil_service]
url = "https://raw.githubusercontent.com/Uniswap/sybil-list/master/verified.json"

[upstream.keybase_service]
url = "https://keybase.io/_/api/1.0/user/lookup.json"
stable_url = "http://ec2-18-167-90-166.ap-east-1.compute.amazonaws.com/data_server/keybase"
stable_url = "http://data-server-hostname/data_server/keybase"

[upstream.knn3_service]
url = "https://mw.graphql.knn3.xyz/"
Expand Down Expand Up @@ -62,4 +62,4 @@ url = "https://indexer.crossbell.io/v1/graphql"
rpc_url = "https://api.mainnet-beta.solana.com"

[upstream.genome_api]
rpc_url = "http://ec2-18-167-90-166.ap-east-1.compute.amazonaws.com/data_server/genome"
rpc_url = "http://data-server-hostname/data_server/genome"

0 comments on commit f64e451

Please sign in to comment.