Skip to content

Commit 27cc912

Browse files
committed
list registration
1 parent 707b33f commit 27cc912

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

indexer_app/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2113,8 +2113,9 @@ def handle_stellar_list_update(data, contract_id, timestamp, chain_id="stellar")
21132113
def handle_new_stellar_list_registration(
21142114
data, contract_id, tx_hash, chain_id="stellar"
21152115
):
2116-
logger.info(f"new Project data: {data}")
2116+
logger.info(f"new list reg data: {data}")
21172117
# Prepare data for insertion
2118+
data = data[2]
21182119
chain = Chain.objects.get(name=chain_id)
21192120
parent_list = List.objects.get(on_chain_id=data["list_id"])
21202121
try:

0 commit comments

Comments
 (0)