Skip to content

Commit

Permalink
Merge pull request #38 from Geo-Web-Project/br-export-abi
Browse files Browse the repository at this point in the history
Br export abi
  • Loading branch information
brossetti1 authored Feb 11, 2022
2 parents ce8c0bc + ff3a26f commit b377d91
Show file tree
Hide file tree
Showing 17 changed files with 3,449 additions and 19 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ node_modules/
.openzeppelin/unknown-1337.json
.openzeppelin/unknown-31337.json
migrations
dist/

# hardhat
artifacts/
Expand All @@ -28,3 +29,7 @@ typechain-types/factories/*
!typechain-types/factories/GeoWebCoordinate__factory.ts
!typechain-types/factories/GeoWebParcel__factory.ts
!typechain-types/factories/SimpleETHClaimer__factory.ts

# abi exporter
abi/@openzeppelin
abi/contracts/mock
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*
!dist/**
!package.json
!README.md
Loading

0 comments on commit b377d91

Please sign in to comment.