Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 410 Bytes

File metadata and controls

19 lines (12 loc) · 410 Bytes

dia-examples

This repository contains examples demonstrating how to interact with DIA Oracles on different chains.

Scripts

Hardhat

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" ...