Skip to content

Commit f1112a6

Browse files
authored
Merge pull request #36 from valory-xyz/fix/subgraph-url
Fixes staging values
2 parents 016bcfd + e5dfb1e commit f1112a6

File tree

8 files changed

+22
-21
lines changed

8 files changed

+22
-21
lines changed

packages/dvilela/agents/memeooorr/aea-config.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ skills:
4444
- valory/transaction_settlement_abci:0.1.0:bafybeifbumqyemwzffxtn3kwucxx55ja57mhmfalo7fqlkq2hnjwqhfp74
4545
- valory/registration_abci:0.1.0:bafybeie3dfore53bxvbokqiarzuwulzlyt4vz5mifb4t3gxl6drwkblfha
4646
- valory/reset_pause_abci:0.1.0:bafybeicffwijiecbqc6z22nowir2fgwwqzwu6vokzuwgd5wa3zxromxevm
47-
- dvilela/memeooorr_abci:0.1.0:bafybeidwczjnbnzqk6cfccchhun3o7d5dah7vavdu77kss2atban6hulbu
48-
- dvilela/memeooorr_chained_abci:0.1.0:bafybeibqraphn3hmgkfgqydtqyi5cnxvqkzsveziubqvoxzdco3ifrhwyy
47+
- dvilela/memeooorr_abci:0.1.0:bafybeianxy5upe3uosd3wcpyqffk7gu5w5jvp6bkera5prpxk2fs6tdwly
48+
- dvilela/memeooorr_chained_abci:0.1.0:bafybeif67wxtou252kf3mftjnpdh3br5yoymzwb7xjmpveouyz4wezknuu
4949
- valory/mech_interact_abci:0.1.0:bafybeienj5jzbq2x5hpedqwpa46rmprcdc42536zjyxkmsemjs3jjhl5oe
5050
- valory/agent_db_abci:0.1.0:bafybeihizhhlst6vtnkaoeophuseayd7zk7kiisxgo7niemzcatwnfatba
51-
- valory/agent_performance_summary_abci:0.1.0:bafybeidl7uqpm5blguquhvl5ogxj7wr4qgp5h5vvnhw65qrocmx4xk5zya
51+
- valory/agent_performance_summary_abci:0.1.0:bafybeidvpshjvszo2x2punelllwvkn6yyuj6uamyb45uinpslec3xiofxi
5252
- valory/funds_manager:0.1.0:bafybeidtprwtynln7kig2ymxmgiohinofq5jf4n5g2wkbxa4bw3nm2pn4y
5353
default_ledger: ethereum
5454
required_ledgers:
@@ -135,7 +135,7 @@ public_id: valory/p2p_libp2p_client:0.1.0
135135
type: connection
136136
config:
137137
nodes:
138-
- uri: ${str:acn.staging.autonolas.tech:9005}
138+
- uri: ${str:acn.autonolas.tech:9005}
139139
public_key: ${str:02d3a830c9d6ea1ae91936951430dee11f4662f33118b02190693be835359a9d77}
140140
cert_requests:
141141
- identifier: acn
@@ -229,6 +229,7 @@ models:
229229
service_registry_address_base: ${str:0x3C1fF68f5aa342D296d4DEe4Bb1cACCA912D95fE}
230230
service_registry_address_celo: ${str:0xE3607b00E75f6405248323A9417ff6b39B244b50}
231231
meme_subgraph_url: ${str:https://agentsfun-indexer-production.up.railway.app}
232+
olas_subgraph_url: ${str:https://api.subgraph.autonolas.tech/api/proxy/autonolas-base}
232233
skip_engagement: ${bool:false}
233234
min_summon_amount_base: ${float:0.01}
234235
max_summon_amount_base: ${float:0.02}

packages/dvilela/services/memeooorr/service.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license: Apache-2.0
77
fingerprint:
88
README.md: bafybeifngitemoxhahloctciywjzfmlhp373ijuvrocmwbyxl3bate2fne
99
fingerprint_ignore_patterns: []
10-
agent: dvilela/memeooorr:0.1.0:bafybeidrqwukleukreacoq2udmb5pgf5tojbif5vltese5domscfggbedm
10+
agent: dvilela/memeooorr:0.1.0:bafybeie2nv6tlumpnmj5qop5ewhue5b7mlkfl6pcnjbb4w7zpe7xbqccvu
1111
number_of_agents: 1
1212
deployment:
1313
agent:
@@ -99,6 +99,7 @@ extra:
9999
service_registry_address_base: ${SERVICE_REGISTRY_ADDRESS_BASE:str:0x3C1fF68f5aa342D296d4DEe4Bb1cACCA912D95fE}
100100
service_registry_address_celo: ${SERVICE_REGISTRY_ADDRESS_CELO:str:0xE3607b00E75f6405248323A9417ff6b39B244b50}
101101
meme_subgraph_url: ${MEME_SUBGRAPH_URL:str:https://agentsfun-indexer-production.up.railway.app}
102+
olas_subgraph_url: ${OLAS_SUBGRAPH_URL:str:https://api.subgraph.autonolas.tech/api/proxy/autonolas-base}
102103
skip_engagement: ${SKIP_ENGAGEMENT:bool:false}
103104
min_summon_amount_base: ${MIN_SUMMON_AMOUNT_BASE:float:0.01}
104105
max_summon_amount_base: ${MAX_SUMMON_AMOUNT_BASE:float:0.02}
@@ -175,7 +176,7 @@ public_id: valory/p2p_libp2p_client:0.1.0
175176
type: connection
176177
config:
177178
nodes:
178-
- uri: ${ACN_URI:str:acn.staging.autonolas.tech:9005}
179+
- uri: ${ACN_URI:str:acn.autonolas.tech:9005}
179180
public_key: ${ACN_NODE_PUBLIC_KEY:str:02d3a830c9d6ea1ae91936951430dee11f4662f33118b02190693be835359a9d77}
180181
cert_requests:
181182
- identifier: acn

packages/dvilela/skills/memeooorr_abci/behaviour_classes/base.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -610,10 +610,6 @@ def get_packages(self, package_type: str) -> Generator[None, None, Optional[Dict
610610

611611
self.context.logger.info("Getting packages from Olas subgraph...")
612612

613-
SUBGRAPH_URL = (
614-
"https://subgraph.staging.autonolas.tech/subgraphs/name/autonolas-base"
615-
)
616-
617613
headers = {
618614
"Content-Type": "application/json",
619615
}
@@ -629,7 +625,7 @@ def get_packages(self, package_type: str) -> Generator[None, None, Optional[Dict
629625
self.context.logger.info("Getting agents from subgraph")
630626
response = yield from self.get_http_response( # type: ignore
631627
method="POST",
632-
url=SUBGRAPH_URL,
628+
url=self.params.olas_subgraph_url,
633629
headers=headers,
634630
content=json.dumps(data).encode(),
635631
)

packages/dvilela/skills/memeooorr_abci/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ def __init__(self, *args: Any, **kwargs: Any) -> None:
145145
"meme_factory_deployment_block_celo", kwargs, int
146146
)
147147
self.meme_subgraph_url = self._ensure("meme_subgraph_url", kwargs, str)
148+
self.olas_subgraph_url = self._ensure("olas_subgraph_url", kwargs, str)
148149
self.skip_engagement = self._ensure("skip_engagement", kwargs, bool)
149150

150151
self.min_summon_amount_base = self._ensure(

packages/dvilela/skills/memeooorr_abci/skill.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fingerprint:
1515
agentsfun-ui-build/favicon.ico: bafybeifxjqwpttoghgfbukdabbbex2etjr2x6j274fckatcttdqiduczzm
1616
agentsfun-ui-build/index.html: bafybeicdwxxusppmc5spztrfb65ps52xxadgagw4bbkvxttp3l6h7dxl4e
1717
behaviour_classes/__init__.py: bafybeicjks4kxsb2r6a4armmaqxyxngwm3pouegq3fycm37rbe7otiwsre
18-
behaviour_classes/base.py: bafybeiavreutmgzzxofrfhhvspyg7tsotvswlrk3iajurgfkd4n3oecjie
18+
behaviour_classes/base.py: bafybeicjalqz6is4yreebsikvak2fkoavvy7titdvlocuf3pcgrn65sy2u
1919
behaviour_classes/chain.py: bafybeic6ut3it5iekfw4g6u6vxax23ecqprqr3wfz2r2n4ziuq4ripb5oi
2020
behaviour_classes/db.py: bafybeihf7jbo6mfkrqlukmmxx5b6uu4wsagotebnbiqexz4qxzl5lyvuoa
2121
behaviour_classes/llm.py: bafybeif7gn23nw4ham3ksl5nbjbmdbrjnm3ye5o55kovevi4jlu7ymmiym
@@ -25,7 +25,7 @@ fingerprint:
2525
dialogues.py: bafybeiaygigeleloplgrsg2sovv463uvzk3zc2tupgazn4ak2vqcangksu
2626
fsm_specification.yaml: bafybeigx6jmwncoe3n7rc3pstbttgg44t3uou4joqyqw6htmew7f35plrm
2727
handlers.py: bafybeigt4vyirl3rfs75frg7dsxbacbwoejtln2nsu4v5dgplool6ukxsy
28-
models.py: bafybeidfn2k77ylijlwzp747iycee43bwk34wmhn6d3a6l6v3vfff7bxyy
28+
models.py: bafybeiblbn3ew5tpgl4hzcnzzh7khvkjuwkdx7pdtjyhqketeb4cvryk3e
2929
payloads.py: bafybeifrhbfqwrcxx2q5ekeioz7tl4xjkoirqy5s6tdpioa52b63qg7kva
3030
prompts.py: bafybeienmm4cftgcwb5mgrq7222kp5rf7xd6e2dxrujlnc6eltbccanfra
3131
rounds.py: bafybeiaep2q76lxmmmgaatu4gnsg7247tpfff2eqaan3znq6gi2zpargnq
@@ -177,6 +177,7 @@ models:
177177
service_registry_address_base: '0x3C1fF68f5aa342D296d4DEe4Bb1cACCA912D95fE'
178178
service_registry_address_celo: '0xE3607b00E75f6405248323A9417ff6b39B244b50'
179179
meme_subgraph_url: https://agentsfun-indexer-production.up.railway.app
180+
olas_subgraph_url: https://api.subgraph.autonolas.tech/api/proxy/autonolas-base
180181
skip_engagement: false
181182
min_summon_amount_base: 0.01
182183
max_summon_amount_base: 0.02

packages/dvilela/skills/memeooorr_chained_abci/skill.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ skills:
2323
- valory/reset_pause_abci:0.1.0:bafybeicffwijiecbqc6z22nowir2fgwwqzwu6vokzuwgd5wa3zxromxevm
2424
- valory/transaction_settlement_abci:0.1.0:bafybeifbumqyemwzffxtn3kwucxx55ja57mhmfalo7fqlkq2hnjwqhfp74
2525
- valory/termination_abci:0.1.0:bafybeiaylk6haefa2xex55krizafzwo2v5tpkcoflw5hiwaqm3qxice23m
26-
- dvilela/memeooorr_abci:0.1.0:bafybeidwczjnbnzqk6cfccchhun3o7d5dah7vavdu77kss2atban6hulbu
26+
- dvilela/memeooorr_abci:0.1.0:bafybeianxy5upe3uosd3wcpyqffk7gu5w5jvp6bkera5prpxk2fs6tdwly
2727
- valory/mech_interact_abci:0.1.0:bafybeienj5jzbq2x5hpedqwpa46rmprcdc42536zjyxkmsemjs3jjhl5oe
28-
- valory/agent_performance_summary_abci:0.1.0:bafybeidl7uqpm5blguquhvl5ogxj7wr4qgp5h5vvnhw65qrocmx4xk5zya
28+
- valory/agent_performance_summary_abci:0.1.0:bafybeidvpshjvszo2x2punelllwvkn6yyuj6uamyb45uinpslec3xiofxi
2929
behaviours:
3030
main:
3131
args: {}
@@ -157,6 +157,7 @@ models:
157157
service_registry_address_base: '0x3C1fF68f5aa342D296d4DEe4Bb1cACCA912D95fE'
158158
service_registry_address_celo: '0xE3607b00E75f6405248323A9417ff6b39B244b50'
159159
meme_subgraph_url: https://agentsfun-indexer-production.up.railway.app
160+
olas_subgraph_url: https://api.subgraph.autonolas.tech/api/proxy/autonolas-base
160161
skip_engagement: false
161162
min_summon_amount_base: 0.01
162163
max_summon_amount_base: 0.02

packages/packages.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"connection/dvilela/twikit/0.1.0": "bafybeicn3wn3ogv6m55kgaltafud3so2r737tifl33jyzhjnikpjta4cxa",
66
"connection/dvilela/mirror_db/0.1.0": "bafybeiegfupcxaglujdhhup45ubab34ezzncmqqspv3uzy5pvvi2s42zhu",
77
"connection/dvilela/tweepy/0.1.0": "bafybeidkx7lrvn6t43blc3ooydodjpuyj3f6c72sdjhgrn2ga7ockvlmzi",
8-
"skill/dvilela/memeooorr_abci/0.1.0": "bafybeidwczjnbnzqk6cfccchhun3o7d5dah7vavdu77kss2atban6hulbu",
9-
"skill/dvilela/memeooorr_chained_abci/0.1.0": "bafybeibqraphn3hmgkfgqydtqyi5cnxvqkzsveziubqvoxzdco3ifrhwyy",
8+
"skill/dvilela/memeooorr_abci/0.1.0": "bafybeianxy5upe3uosd3wcpyqffk7gu5w5jvp6bkera5prpxk2fs6tdwly",
9+
"skill/dvilela/memeooorr_chained_abci/0.1.0": "bafybeif67wxtou252kf3mftjnpdh3br5yoymzwb7xjmpveouyz4wezknuu",
1010
"skill/valory/agent_db_abci/0.1.0": "bafybeihizhhlst6vtnkaoeophuseayd7zk7kiisxgo7niemzcatwnfatba",
11-
"skill/valory/agent_performance_summary_abci/0.1.0": "bafybeidl7uqpm5blguquhvl5ogxj7wr4qgp5h5vvnhw65qrocmx4xk5zya",
12-
"agent/dvilela/memeooorr/0.1.0": "bafybeidrqwukleukreacoq2udmb5pgf5tojbif5vltese5domscfggbedm",
13-
"service/dvilela/memeooorr/0.1.0": "bafybeid6p7hc4vson7qhkjozbzdkb4d7h3auvf52hwdqq7gg575ie7znmq"
11+
"skill/valory/agent_performance_summary_abci/0.1.0": "bafybeidvpshjvszo2x2punelllwvkn6yyuj6uamyb45uinpslec3xiofxi",
12+
"agent/dvilela/memeooorr/0.1.0": "bafybeie2nv6tlumpnmj5qop5ewhue5b7mlkfl6pcnjbb4w7zpe7xbqccvu",
13+
"service/dvilela/memeooorr/0.1.0": "bafybeiem4rsgu5ffgllwroru2ahaxb4wcw5zpxfszo6iiki7tvnmvbfe5q"
1414
},
1515
"third_party": {
1616
"protocol/open_aea/signing/1.0.0": "bafybeiei6h5suazzfta7n3uyq7bsz26zkmdiiylptu5i44p7s2wiygxt24",

packages/valory/skills/agent_performance_summary_abci/skill.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fingerprint_ignore_patterns: []
1818
contracts: []
1919
skills:
2020
- valory/abstract_round_abci:0.1.0:bafybeihhadgaitdltynzaq4w7jhgwbdnizsobbaa2riqtqwbml3li2tieq
21-
- dvilela/memeooorr_abci:0.1.0:bafybeidwczjnbnzqk6cfccchhun3o7d5dah7vavdu77kss2atban6hulbu
21+
- dvilela/memeooorr_abci:0.1.0:bafybeianxy5upe3uosd3wcpyqffk7gu5w5jvp6bkera5prpxk2fs6tdwly
2222
handlers:
2323
abci:
2424
args: {}

0 commit comments

Comments
 (0)