From 5b5bd2f0417047b23622de907d521853be2db94f Mon Sep 17 00:00:00 2001 From: Artem Date: Sun, 4 Feb 2024 14:28:18 +0100 Subject: [PATCH] Add oxfordnet --- build/dipdup.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/build/dipdup.yml b/build/dipdup.yml index 192f141..9026d6c 100644 --- a/build/dipdup.yml +++ b/build/dipdup.yml @@ -170,8 +170,9 @@ metadata: nairobinet: datasources: tzkt: tzkt_nairobinet - - + oxfordnet: + datasources: + tzkt: tzkt_oxfordnet database: kind: postgres @@ -209,3 +210,7 @@ datasources: url: https://api.nairobinet.tzkt.io kind: tzkt timeout: 10 + tzkt_oxfordnet: + url: https://api.oxfordnet.tzkt.io + kind: tzkt + timeout: 10