Agoric / dapp-fungible-faucet

A simple dapp that mints and sends fungible tokens to a user's wallet
3 stars 8 forks source link

fix: ALWAYS default to safe #52

Closed erights closed 2 years ago

erights commented 2 years ago

Configuration options should ALWAYS default to a safe setting, and require an explicit override to be unsafe.

See https://github.com/Agoric/agoric-sdk/pull/5875/files?diff=split&w=1#r944032788

This PR currently only comments the violation, to not lose it. Please advise on how best to fix the commented one. Keeping this as draft until I incorporate this advice. Thanks.

See https://github.com/Agoric/agoric-sdk/pull/6079