Skip to content

Commit

Permalink
chore: set eth rpc url for keramik (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
dav1do authored Oct 2, 2024
1 parent b77e110 commit e3a2628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions networks/basic-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ spec:
rust:
env:
CERAMIC_ONE_RECON: "true"
CERAMIC_ONE_ETHEREUM_RPC_URLS: "http://ganache:8545"
resourceLimits:
cpu: "4"
memory: "1Gi"
Expand Down
1 change: 1 addition & 0 deletions networks/experimental-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ spec:
env:
CERAMIC_ONE_EXPERIMENTAL_FEATURES: "true"
CERAMIC_ONE_EVENT_VALIDATION: "true"
CERAMIC_ONE_ETHEREUM_RPC_URLS: "http://ganache:8545"
resourceLimits:
cpu: "4"
memory: "1Gi"
Expand Down

0 comments on commit e3a2628

Please sign in to comment.