Open
Conversation
37d14ce to
650c779
Compare
dfcfdca to
7db44bc
Compare
0e0e27a to
7eaa200
Compare
7eaa200 to
9b918a5
Compare
9b918a5 to
8d8f34b
Compare
akokoshn
reviewed
Jun 27, 2025
|
|
||
| function getRemappings() { | ||
| const remappingsTxt = fs.readFileSync("remappings.txt", "utf8"); | ||
| //const remappingsTxt = fs.readFileSync("remappings.txt", "utf8"); |
8d8f34b to
7653062
Compare
akokoshn
reviewed
Jul 7, 2025
| nil: { | ||
| url: process.env.NIL_RPC_ENDPOINT, | ||
| accounts: process.env.PRIVATE_KEY ? [process.env.PRIVATE_KEY] : [], | ||
| accounts: process.env.NIL_PRIVATE_KEY ? [process.env.NIL_PRIVATE_KEY] : [], |
Contributor
There was a problem hiding this comment.
Does PRIVATE_KEY environment variable used by any another scripts?
Contributor
Author
There was a problem hiding this comment.
@akokoshn this is used in the function to create a new smart-account
we are in midst of getting rid of this variable and create new key-pair for unit tests
Contributor
Author
There was a problem hiding this comment.
this will be removed in the new PR coming up soon this week @akokoshn
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Short Summary
L2ETHBridgeContractsetupTestFixtureto be used by all the unit tests on L2 Bridge ContractsL2 Unit test execution steps:
ensure Nil Node is up and running on the target server or local machine
run these 3 commands