-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* replace goerli w/ holesky in suave examples * replace goerli w/ holesky in suave examples * bun install * chore: format * update demos * updating suave-std * forge install: suave-std * update suave-std * update fn visibility in suave example to enable 'is Suapp' * improve suave-web-demo readme * fix comment * fix suave example; make buildEthBlock work on all eth providers (requires suave-std upgrade) * update suave-std (pin to commit da7ff46042139847cf32ba30afc1e24f4dc0bd86) --------- Co-authored-by: zeroXbrock <[email protected]>
- Loading branch information
1 parent
9efacae
commit be59d8d
Showing
6 changed files
with
46 additions
and
25 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
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,4 +1,4 @@ | ||
PRIVATE_KEY=0x91ab9a7e53c220e6210460b65a7a3bb2ca181412a8a7b43ff336b3df1737ce12 | ||
KETTLE_ADDRESS=0xb5feafbdd752ad52afb7e1bd2e40432a485bbb7f | ||
SUAVE_RPC_URL_HTTP=http://localhost:8545 | ||
GOERLI_RPC_URL_HTTP=https://ethereum-goerli.publicnode.com | ||
L1_RPC_URL_HTTP=https://ethereum-holesky.publicnode.com |
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