Skip to content

Commit

Permalink
Add verification scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
lykhonis committed Nov 16, 2023
1 parent 1bd799e commit 6d1b0d7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tools/verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,17 @@ verifyProxy() {
}

verify CollectorIdentifiableDigitalAsset ${CONTRACT_COLLECTOR_DIGITAL_ASSET_ADDRESS}
verify GenesisDigitalAsset ${CONTRACT_GENESIS_DIGITAL_ASSET_ADDRESS}

verifyProxy Participant ${CONTRACT_PARTICIPANT_ADDRESS}

verifyProxy LSP7Listings ${CONTRACT_LSP7_LISTINGS_ADDRESS}
verifyProxy LSP7Offers ${CONTRACT_LSP7_OFFERS_ADDRESS}
verifyProxy LSP7Marketplace ${CONTRACT_LSP7_MARKETPLACE_ADDRESS}

verifyProxy LSP8Listings ${CONTRACT_LSP8_LISTINGS_ADDRESS}
verifyProxy LSP8Offers ${CONTRACT_LSP8_OFFERS_ADDRESS}
verifyProxy LSP8Auctions ${CONTRACT_LSP8_AUCTIONS_ADDRESS}
verifyProxy LSP8Marketplace ${CONTRACT_LSP8_MARKETPLACE_ADDRESS}

verifyProxy PageName ${CONTRACT_PAGE_NAME_ADDRESS}

0 comments on commit 6d1b0d7

Please sign in to comment.