This repository has been archived by the owner on Nov 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: fixed solidity code duplication in rust, and improved justf…
…ile (#28) * imp: reduced code complexity a lot * deps: simplify * refactored * reduced solidity duplication * imp: simplification * imp: regenerated fixtures * regen fixtures * imp: improved scripts * ci: added operator command to just * imp: regenerated proofs * docs: imp
- Loading branch information
Showing
21 changed files
with
163 additions
and
216 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,12 @@ | ||
# URL of the Tendermint RPC node | ||
TENDERMINT_RPC_URL=https://rpc.celestia-mocha.com/ | ||
# URL of the Ethereum RPC node | ||
RPC_URL=https://ethereum-sepolia.publicnode.com/ | ||
# Address of the light client contract | ||
CONTRACT_ADDRESS="CONTRACT-ADDRESS" | ||
# SP1_PROVER={network|local|mock} | ||
SP1_PROVER=network | ||
# Private key with the permission to use the network prover | ||
SP1_PRIVATE_KEY="PRIVATE-KEY" | ||
# Private key which the operator uses to sign the transactions in Eth Sepolia testnet | ||
PRIVATE_KEY="PRIVATE-KEY" |
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
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
Oops, something went wrong.