Skip to content

Commit

Permalink
chore(demo): constants
Browse files Browse the repository at this point in the history
thedevbirb committed Jul 25, 2024
1 parent 8fb81be commit 4d3c06e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bolt-web-demo/frontend/src/lib/constants.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Test private key, for which address[0] holds 1000 ETH in the Kurtosis devnet
export const PRIVATE_KEY =
"39725efee3fb28614de3bacaffe4cc4bd8c436257e2c8bb887c4b5c4be45e76d";
export const KURTOSIS_CHAIN_ID = 3151908;
export const SERVER_URL = "http://localhost:3001";

0 comments on commit 4d3c06e

Please sign in to comment.