From 807c3627882dc4205b6518a6cbe9559633d4f634 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Tue, 15 Nov 2022 20:35:10 -0800 Subject: [PATCH] add renascence to default scrape list --- data/contracts.json.sample | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/contracts.json.sample b/data/contracts.json.sample index 3e56b20..25924bc 100644 --- a/data/contracts.json.sample +++ b/data/contracts.json.sample @@ -38,5 +38,10 @@ "contract_address": "0x343b68141129ec115c1fc523c5ae90586fe95b77", "erc1155": false, "start_block": 15358089 + }, + "renascence": { + "contract_address": "0x501a31185927136E87cDfC97dDd4553D8eC1bb4A", + "erc1155": false, + "start_block": 15973593 } }