reactor_config.json 777 B

12345678910111213141516171819202122232425
  1. {
  2. "contracts": {
  3. "Token": {
  4. "address": "0xbc72cf3079e08295364510917f92a10d0d54f9d2",
  5. "path": "contracts/Token.sol",
  6. "template_overlay": false,
  7. "template": {
  8. "sendToken": {
  9. "button": "Send Token",
  10. "inputs": {
  11. "_to": {
  12. "label": "Insert Address",
  13. "default_value": "eg 0xbc72cf3079e08295364510917f92a10d0d54f9d2"
  14. },
  15. "_amount": {
  16. "label": "Amount to send",
  17. "default_value": "eg 12"
  18. }
  19. }
  20. }
  21. }
  22. }
  23. }
  24. }