Skip to content

Commit

Permalink
Merge pull request #40 from astriaorg/bharath/update-priv-keys
Browse files Browse the repository at this point in the history
update private keys of spamooor jobs
  • Loading branch information
bharath-123 authored Jun 17, 2024
2 parents 42ed0f4 + 4344dfa commit 886cf1c
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions charts/spamooor-cronjobs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,18 @@ jobs:
command: ["/app/spamooor"]
args:
- "--privkey"
- "f0faf478af88579c65dcaab52c79ea8f348b635e610ad89f0bbcdfcdebf7a446"
- "61276d90422fd899799cf6c34c8574461de4aadd0ef59af5993b74dd8ce2d644"
- "--rpchost"
- "https://rpc.evm.dusk-7.devnet.astria.org" # Alternatively: <service-name>.<namespace>.svc.cluster.local:<service-port>
- "erctx"
- "--max-wallets"
- "10"
- "--throughput"
- "1000"
- "10"
- "--max-pending"
- "1000"
- "--count"
- "15000"
- "--basefee"
- "100"
- "--tipfee"
- "10"
- "--count"
- "1000"
- "--timeout"
- "120"
resources:
Expand Down Expand Up @@ -150,15 +146,11 @@ jobs:
- "--max-wallets"
- "10"
- "--throughput"
- "1000"
- "10"
- "--max-pending"
- "1000"
- "--basefee"
- "100"
- "--tipfee"
- "10"
- "--count"
- "15000"
- "1000"
- "--timeout"
- "120"
resources:
Expand Down

0 comments on commit 886cf1c

Please sign in to comment.