duneanalytics / dune-client

A framework for interacting with Dune Analytics' officially supported API service
Apache License 2.0
85 stars 22 forks source link

Migrate DuneClient from dune-alerts #1

Closed bh2smith closed 2 years ago

bh2smith commented 2 years ago

This is based on the already approved code in the main branch of https://github.com/cowprotocol/dune-alerts

We simply split the dune_client file moving all dataclasses into models.py

TEST PLAN

Existing CI

bh2smith commented 2 years ago

Merging since code is already functional and based on approved code. PR was merely to keep everything in logical order.