require("@nomiclabs/hardhat-waffle");
// Replace this private key with your Harmony account private key
// To export your private key from Metamask, open Metamask and
// go to Account Details > Export Private Key
// Be aware of NEVER putting real Ether into testing accounts
const HARMONY_PRIVATE_KEY = "YOUR HARMONY PRIVATE KEY";
url: `https://api.s0.b.hmny.io`,
accounts: [`0x${HARMONY_PRIVATE_KEY}`]
url: `https://api.harmony.one`,
accounts: [`0x${HARMONY_PRIVATE_KEY}`]