Skip to content

Commit 27ea879

Browse files
authored
Merge pull request #249 from valory-xyz/fix/streams
chore: clone stream
2 parents 7b5cfa5 + 60ffe5f commit 27ea879

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,4 @@ In order to run a local demo service based on the IEKit:
195195
196196
!!! tip "Looking for help building your own?"
197197
198-
Refer to the [Autonolas Discord community](https://discord.com/invite/z2PT65jKqQ), or consider ecosystem services like [Valory Propel](https://propel.valory.xyz) for the fastest way to get your first autonomous service in production.
198+
Refer to the [Autonolas Discord community](https://discord.com/invite/z2PT65jKqQ).

scripts/ceramic/streams.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33
# ------------------------------------------------------------------------------
44
#
5-
# Copyright 2021-2024 Valory AG
5+
# Copyright 2021-2025 Valory AG
66
#
77
# Licensed under the Apache License, Version 2.0 (the "License");
88
# you may not use this file except in compliance with the License.
@@ -29,8 +29,9 @@
2929
# CONTRIBUTE_PROD_DB_STREAM_ID = "kjzl6cwe1jw1477wwkgd6ydzdh5qo7nr4poscb8nz0dru1j1wcujgbdxei3it7a" # Aug 12th 2024
3030
# CONTRIBUTE_PROD_DB_STREAM_ID = "kjzl6cwe1jw14aqbvmww6is7tiu4w6lr36csbmpx84wehtd1hegucp58udzkgcc" # Nov 1st 2024
3131
# CONTRIBUTE_PROD_DB_STREAM_ID = "kjzl6cwe1jw14a5qlhy9x2j4jq4jfittfgd1opl1ir2hg4zvk6fteimsclxvvg8" # Nov 8th 2024
32-
# CONTRIBUTE_PROD_DB_STREAM_ID = "kjzl6cwe1jw147nzli6czhklr48yfj4qfkl1b431e2zpdybgpq0hnre5xia9qvn" # Nov 20th 2024
33-
CONTRIBUTE_PROD_DB_STREAM_ID = "kjzl6cwe1jw14b17u6xxky8u83vfg41uormyw86yzeokdye2x9nar21pce8eou7" # Dec 16th 2024
32+
# CONTRIBUTE_PROD_DB_STREAM_ID = "kjzl6cwe1jw147nzli6czhklr48yfj4qfkl1b431e2zpdybgpq0hnre5xia9qvn" # Nov 20th 2024
33+
# CONTRIBUTE_PROD_DB_STREAM_ID = "kjzl6cwe1jw14b17u6xxky8u83vfg41uormyw86yzeokdye2x9nar21pce8eou7" # Dec 16th 2024
34+
CONTRIBUTE_PROD_DB_STREAM_ID = "kjzl6cwe1jw146hft9w4phn07lb9y9sa5rrm8lvk1yl3e9zs7tvqgwx5mh7q6at" # Jan 13th 2025
3435

3536

3637
# Centaurs DB

0 commit comments

Comments
 (0)