Skip to content

Commit

Permalink
fix: remove network option from nodereal NODEREAL_API_CHAIN_NETWORK_U…
Browse files Browse the repository at this point in the history
…RL config, and always use mainnet for network (#2451)

Co-authored-by: higherordertech <higherordertech>
  • Loading branch information
higherordertech committed Jan 31, 2024
1 parent 0b690cd commit c5b984d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tee-worker/litentry/core/data-providers/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ impl DataProviderConfig {
nodereal_api_retry_delay: 5000,
nodereal_api_retry_times: 2,
nodereal_api_url: "https://open-platform.nodereal.io/".to_string(),
nodereal_api_chain_network_url: "https://{chain}-{network}.nodereal.io/".to_string(),
nodereal_api_chain_network_url: "https://{chain}-mainnet.nodereal.io/".to_string(),
contest_legend_discord_role_id: "1172576273063739462".to_string(),
contest_popularity_discord_role_id: "1172576681119195208".to_string(),
contest_participant_discord_role_id: "1172576734135210104".to_string(),
Expand Down
2 changes: 1 addition & 1 deletion tee-worker/local-setup/.env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ONEBLOCK_NOTION_URL=https://api.notion.com/v1/blocks/e4068e6a326243468f35dcdc0c4
SORA_QUIZ_MASTER_ID=1164463721989554218
SORA_QUIZ_ATTENDEE_ID=1166941149219532800
NODEREAL_API_URL=https://open-platform.nodereal.io/
NODEREAL_API_CHAIN_NETWORK_URL=https://{chain}-{network}.nodereal.io/
NODEREAL_API_CHAIN_NETWORK_URL=https://{chain}-mainnet.nodereal.io/
CONTEST_LEGEND_DISCORD_ROLE_ID=1172576273063739462
CONTEST_POPULARITY_DISCORD_ROLE_ID=1172576681119195208
CONTEST_PARTICIPANT_DISCORD_ROLE_ID=1172576734135210104
Expand Down

0 comments on commit c5b984d

Please sign in to comment.