DefiHackathon-2022/keys.terrain.js
alex324998301 287f2d6c7f payup method work-in progress
buisness is the owner of the contract--> requests the amount on the bill--> the customer interacts with the same contract to pay the bill
2022-03-26 19:50:20 -04:00

9 lines
364 B
JavaScript

// can use `process.env.SECRET_MNEMONIC` or `process.env.SECRET_PRIV_KEY`
// to populate secret in CI environment instead of hardcoding
module.exports = {
testnet: {
mnemonic:
"rose affair garlic decorate awesome round upgrade distance novel strong this congress jelly title also trigger proof stand between humble primary short area people",
},
};