Skip to content

Commit

Permalink
fix: deploy deal to testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
dbcfd committed Feb 28, 2024
1 parent aee40cf commit ce5f846
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 16 deletions.
7 changes: 0 additions & 7 deletions .fluence/workers.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions fluence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ version: 8

deployments:
myDeployment:
targetWorkers: 1
targetWorkers: 3
pricePerWorkerEpoch: "0.00001"
initialBalance: "0.001"
initialBalance: "1"
services: [ event_joiner ]
spells: [ event_joiner_periodic ]

Expand Down
14 changes: 7 additions & 7 deletions fluence/src/spells/event_joiner_periodic/spell.aqua
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ import EventJoiner, ExecutionConfig from "services.aqua"

func spell():
res = EventJoiner.process_events(ExecutionConfig(
client_id = "ceramic-dev-test",
public_key = "did:key",
private_key = "pk",
ceramic_endpoint = "http://localhost:7007",
checkpointer_endpoint = "http://localhost:8080",
client_id = "ceramic-fluence-test",
public_key = "did:key:z6Mkk3rtfoKDMMG4zyarNGwCQs44GSQ49pcYKQspHJPXSnVw",
private_key = "810d51e02cb63066b7d2d2ec67e05e18c29b938412050bdd3c04d878d8001f3c",
ceramic_endpoint = "https://ceramic-demo.hirenodes.io",
checkpointer_endpoint = "https://fluence-dev-1286760926.us-east-2.elb.amazonaws.com",
attestation_issuer = "did:key:z6MkhER5181mt9PBCrnVvL9AcdWyzSzj4PLgGVKSFjJ8obMN",
attestation_model_id = "kjz",
materialization_model_id = "kjz"
attestation_model_id = "kjzl6hvfrbw6c80bfxfy0hm7nsn978jwjrmoju294jvzv9mu2lcr6g17ri6qgt3",
materialization_model_id = "kjzl6hvfrbw6c7x410cdiy03gf5n3iiwnn20sf6p31db8kuxk25u8dfop4x8koy"
))

0 comments on commit ce5f846

Please sign in to comment.