-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
221a9c5
commit ba0f33f
Showing
6 changed files
with
95 additions
and
77 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,11 +1,12 @@ | ||
ENV=DEVNET | ||
# rpc url address of the node | ||
NODE_HTTPS_ADDRESS=https://devnet.coti.io/rpc | ||
NODE_HTTPS_ADDRESS=https://testnet.coti.io/rpc | ||
# websocket url address of the node | ||
NODE_WSS_ADDRESS=wss://devnet.coti.io/ws | ||
NODE_WSS_ADDRESS=wss://testnet.coti.coti.io/ws | ||
# can be changed, the name of the directory where the contracts get deployed to | ||
COMPILED_CONTRACTS_DIR=/compiled_contracts/ | ||
# usually should not be changed, points to the contracts directory fetched as git submodule | ||
SOLIDITY_CONTRACTS_DIR=/confidentiality-contracts/contracts/ | ||
# ACCOUNT_PRIVATE_KEY created on runtime by any script | ||
# ACCOUNT_ENCRYPTION_KEY created on runtime by onboard_account | ||
|
Submodule confidentiality-contracts
updated
22 files
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,4 +40,5 @@ websockets==12.0 | |
yarl==1.9.2 | ||
cryptography==3.4.8 | ||
python-dotenv==1.0.1 | ||
coti_sdk==0.1.16 | ||
coti_sdk==1.0.0 | ||
|