tellor-io / dataSpecs

Data specifications for oracle queries
16 stars 9 forks source link

Add Moonbirds NFT collection stats example #81

Closed oraclown closed 1 year ago

oraclown commented 1 year ago
tkernell commented 1 year ago

This looks great. It may be better to use uint256[] for the response type unless we expect negative prices, as unsigned integers are more commonly used in solidity. But this will work either way for its intended purpose, especially for hackathons.

oraclown commented 1 year ago

This looks great. It may be better to use uint256[] for the response type unless we expect negative prices, as unsigned integers are more commonly used in solidity. But this will work either way for its intended purpose, especially for hackathons.

done