This repository contains examples demonstrating how to interact with DIA Oracles on different chains.
Deploy to a network:
npx hardhat ignition deploy ./ignition/modules/MockERC20.js --network NETWORK_NAME
Verify contract:
npx hardhat verify --network NETWORK_NAME DEPLOYED_CONTRACT_ADDRESS "ConstructorArgument1" "ConstructorArgument2" ...