-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added declare tests, simplify handler logic
- Loading branch information
Showing
7 changed files
with
375 additions
and
164 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
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 INFRA_MARKET_BIRDTHBLOCK_TEST = 31563; | ||
export const INFRA_MARKET_BIRDTHBLOCK_MAINNET = 98847; | ||
export const INFRA_MARKET_BIRTHBLOCK_TESTNET = 31563; | ||
export const INFRA_MARKET_BIRTHBLOCK_MAINNET = 98847; | ||
export const SET_TIMEOUT_THRESHOLD = 2000; | ||
export const POOLING_INTERVAL = 1000; |
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.