mirror of
https://github.com/BiPhan4/DefiHackathon-2022.git
synced 2025-04-02 10:41:42 -04:00
buisness is the owner of the contract--> requests the amount on the bill--> the customer interacts with the same contract to pay the bill
9 lines
364 B
JavaScript
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",
|
|
},
|
|
};
|