Skip to content

Commit

Permalink
env and constants updated
Browse files Browse the repository at this point in the history
  • Loading branch information
aakash4dev committed Jan 27, 2024
1 parent 1f2b447 commit 8714fc4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DA_CLIENT_RPC=http://localhost:5050/celestia/

3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ provingKey.txt
verificationKey.txt
verificationKey.json
.idea
.DS_Store
.env
.DS_Store
6 changes: 3 additions & 3 deletions common/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package common

const BatchSize = 25
const BlockDelay = 5
const ExecutionClientRPC = "http://192.168.1.25:8545/"
const SettlementClientRPC = "http://192.168.1.25:8080"
const ExecutionClientRPC = "http://0.0.0.0:8545/"
const SettlementClientRPC = "http://0.0.0.0:8080"
const KeyringDirectory = "./account/keys"
// var DaClientRPC = os.Getenv("DA_CLIENT_RPC")
const DaClientRPC = "http://192.168.1.25:5050/celestia"
const DaClientRPC = "http://0.0.0.0:5050/celestia"

0 comments on commit 8714fc4

Please sign in to comment.