-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add builder example #35
Conversation
9b7f364
to
b4944fa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can u also add a ReadMe plz
|
||
L1RPC string `env:"L1_RPC, default=http://localhost:8555"` | ||
|
||
// This account is funded in your local SUAVE devnet | ||
// address: 0xBE69d72ca5f88aCba033a063dF5DBe43a4148De0 | ||
FundedAccountL1 *PrivKey `env:"L1_PRIVKEY, default=91ab9a7e53c220e6210460b65a7a3bb2ca181412a8a7b43ff336b3df1737ce12"` | ||
FundedAccountL1 *PrivKey `env:"L1_PRIVKEY, default=6c45335a22461ccdb978b78ab61b238bad2fae4544fb55c14eb096c875ccfc52"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did u mean to change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. This addresses the account funding issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this account should be set to the devnet account that gets funded? but i guess if it passes tests its fine!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, I'll need to look into this a bit more and figure out exactly what's going on. I'm thinking we can ship this PR first, then add extra assertions to the test per your other comment, then investigate what's up with this account funding.
07253a7
to
acf47fd
Compare
btw we should also rename from |
56e7420
to
a889dc8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not a go developer so idk if I'm missing anything, but it looks good, and it works.
No description provided.