Skip to content

Commit

Permalink
legacy hs bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
charlescrain committed Apr 10, 2020
1 parent af9e86f commit 292dab3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions hs-contracts/src/Pixura/Contracts/SuperRareLegacy.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE QuasiQuotes #-}

module Pixura.Contracts.SuperRareLegacy where

import Network.Ethereum.Contract.TH

[abiFrom|contracts/v5/build/SuperRareLegacy.json|]

0 comments on commit 292dab3

Please sign in to comment.