-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removes starknet-hardhat plugin from contracts folder
- Loading branch information
1 parent
29434ab
commit d5674f2
Showing
10 changed files
with
754 additions
and
347 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,2 +1,5 @@ | ||
/** 15 min */ | ||
export const TIMEOUT = 900_000 | ||
|
||
export const STARKNET_DEVNET_URL = 'http://127.0.0.1:5050' | ||
export const ETH_DEVNET_URL = 'http://127.0.0.1:8545' |
Oops, something went wrong.