From b9d4d1d2d007953382d4d7fbfbafa65ec78011e5 Mon Sep 17 00:00:00 2001 From: Zak Angelle Date: Thu, 27 May 2021 14:23:03 -0500 Subject: [PATCH] fix: add empty array to contract ABIs --- protocols/__example/contracts/governance.json | 1 + protocols/__example/contracts/token.json | 1 + protocols/tokenlon.eth/contracts/token.json | 1 + protocols/yamv2/contracts/token.json | 1 + 4 files changed, 4 insertions(+) diff --git a/protocols/__example/contracts/governance.json b/protocols/__example/contracts/governance.json index e69de29..fe51488 100644 --- a/protocols/__example/contracts/governance.json +++ b/protocols/__example/contracts/governance.json @@ -0,0 +1 @@ +[] diff --git a/protocols/__example/contracts/token.json b/protocols/__example/contracts/token.json index e69de29..fe51488 100644 --- a/protocols/__example/contracts/token.json +++ b/protocols/__example/contracts/token.json @@ -0,0 +1 @@ +[] diff --git a/protocols/tokenlon.eth/contracts/token.json b/protocols/tokenlon.eth/contracts/token.json index e69de29..fe51488 100644 --- a/protocols/tokenlon.eth/contracts/token.json +++ b/protocols/tokenlon.eth/contracts/token.json @@ -0,0 +1 @@ +[] diff --git a/protocols/yamv2/contracts/token.json b/protocols/yamv2/contracts/token.json index e69de29..fe51488 100644 --- a/protocols/yamv2/contracts/token.json +++ b/protocols/yamv2/contracts/token.json @@ -0,0 +1 @@ +[]