-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: local frontend testing working with customizable 2LD base domain
- Loading branch information
1 parent
b038697
commit 001dd0e
Showing
25 changed files
with
1,626 additions
and
2,832 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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
SECRET_WORDS="test test test test test test test test test test test junk" | ||
PASSWORD=TestMetaMask | ||
NETWORK_NAME=localhost | ||
GRAPH_URL=http://localhost:8000 | ||
|
||
DATA_FOLDER=./data | ||
|
||
NEXT_PUBLIC_ALCHEMY_KEY=sSpYuHmhlpuU7RVXq-IIdCdz4IuKF-gM | ||
|
||
BLOCK_HEIGHT=12066620 | ||
SUBGRAPH_ID=QmXxAE7Urtv6TPa8o8XmPwLVQNbH6r35hRKHP63udTxTNa | ||
LOCAL_SUBGRAPH_ID=QmSUnR4AUTQ8CuGH2fK7tFTSSfYGe8BUz6EeBRNavXbE1H | ||
EPOCH_TIME=1660180306 | ||
NETWORK=mainnet | ||
ARCHIVE_URL=https://storage.googleapis.com/ens-manager-build-data | ||
|
||
TRANSACTION_WAIT_TIME=5000 | ||
STABLE_MODE=500 | ||
BATCH_GATEWAY_URLS='["https://ccip-v2.ens.xyz/"]' | ||
|
||
NEXT_PUBLIC_BASE_DOMAIN='linea-test' # To be read by the frontend dapp | ||
BASE_DOMAIN='linea-test' # To be read by the deployment scripts in "l2-cntracts" |
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 was deleted.
Oops, something went wrong.
214 changes: 0 additions & 214 deletions
214
packages/ens-app-v3/deploy/00_get_registration_gas_values.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.