0g-storage-node/scripts/check_abis.sh

12 lines
323 B
Bash
Raw Normal View History

2024-07-22 09:32:51 +00:00
set -e
artifacts_path="$1"
check_abis() {
for contract_name in "$@"; do
diff "$(./scripts/search_abi.sh "$artifacts_path" "$contract_name.json")" "storage-contracts-abis/$contract_name.json"
2024-07-22 09:32:51 +00:00
done
}
check_abis DummyMarket DummyReward Flow PoraMine PoraMineTest FixedPrice ChunkLinearReward FixedPriceFlow