-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: add synpress E2E tests for ERC20
- Loading branch information
1 parent
f48663d
commit fc57d6e
Showing
8 changed files
with
10,200 additions
and
35 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,2 +1,9 @@ | ||
ENV=development | ||
APP_SNAP_ORIGIN=local:http://localhost:8080 | ||
APP_SNAP_ORIGIN=local:http://localhost:8080 | ||
SECRET_WORDS='test test test test test test test test test test test junk' | ||
NETWORK_NAME=zamatest | ||
RPC_URL=https://devnet.zama.ai | ||
CHAIN_ID=8009 | ||
SYMBOL=ZAMA | ||
BLOCK_EXPLORER=https://main.explorer.zama.ai/ | ||
IS_TESTNET=true |
Oops, something went wrong.