-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Query xcRegions * working * cleanup * make linter happy
- Loading branch information
Showing
7 changed files
with
2,115 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
WS_CORETIME_CHAIN="WSS endpoint of the coretime chain" | ||
WS_RELAY_CHAIN="WSS endpoint of the coretime relay chain" | ||
WS_CONTRACTS_CHAIN="WSS endpoint of the contracts chain" | ||
WS_CONTRACTS_CHAIN="WSS endpoint of the contracts chain" | ||
CONTRACT_XC_REGIONS="AddressOfXcRegionsContract" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
export const WS_RELAY_CHAIN = process.env.WS_RELAY_CHAIN ?? ''; | ||
export const WS_CORETIME_CHAIN = process.env.WS_CORETIME_CHAIN ?? ''; | ||
export const WS_CONTRACTS_CHAIN = process.env.WS_CONTRACTS_CHAIN ?? ''; | ||
export const CONTRACT_XC_REGIONS = process.env.CONTRACT_XC_REGIONS ?? ''; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.