This repository has been archived by the owner on Jan 8, 2025. It is now read-only.
generated from scaffold-eth/scaffold-eth-2
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from NillionNetwork/add-testnet-config
(feat) add nillion testnet example env for nucleus builders
- Loading branch information
Showing
13 changed files
with
377 additions
and
27 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
22255222 |
256 changes: 256 additions & 0 deletions
256
packages/hardhat/deployments/nillionTestnet/YourContract.json
Large diffs are not rendered by default.
Oops, something went wrong.
38 changes: 38 additions & 0 deletions
38
packages/hardhat/deployments/nillionTestnet/solcInputs/93c68bd44761a49b132fa5800b71769d.json
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
NEXT_PUBLIC_NILLION_WEBSOCKETS=/dns/node-1.testnet-fe.nillion-network.nilogy.xyz/tcp/14211/wss/p2p/12D3KooWNbB2dobuVpH5qetmWnamsKr1G9rC5Sbvj2UsMt3jvQxK | ||
NEXT_PUBLIC_NILLION_CLUSTER_ID=f592f8ea-7651-4ab8-b692-ef149b783dc9 | ||
NEXT_PUBLIC_NILLION_BLOCKCHAIN_RPC_ENDPOINT=https://rpc-endpoint.testnet-fe.nilogy.xyz | ||
NEXT_PUBLIC_NILLION_BLINDING_FACTORS_MANAGER_SC_ADDRESS=0xa841c8814aae50790f79b5bfa6c5ecd25071655e | ||
NEXT_PUBLIC_NILLION_PAYMENTS_SC_ADDRESS=0x27303ed96fdf3986413c2e0879f7b1a9b17ee7f5 | ||
NEXT_PUBLIC_NILLION_CHAIN_ID=22255222 | ||
NEXT_PUBLIC_NILLION_BOOTNODE_MULTIADDRESS=/dns/node-1.testnet-fe.nillion-network.nilogy.xyz/tcp/14111/p2p/12D3KooWNbB2dobuVpH5qetmWnamsKr1G9rC5Sbvj2UsMt3jvQxK | ||
|
||
# you must be allowlisted to connect to the testnet | ||
# add your allowlisted nodekey seed here | ||
NEXT_PUBLIC_NILLION_NODEKEY_ALLOWLISTED_SEED= | ||
|
||
# this should be a private key that is loaded with testnet eth | ||
NEXT_PUBLIC_NILLION_WALLET_PRIVATE_KEY= | ||
|
||
# tells scaffold.config.ts to connect to the testnet | ||
NEXT_PUBLIC_USE_NILLION_TESTNET=true |
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
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
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