smartcontractkit / functions-hardhat-starter-kit

MIT License
144 stars 103 forks source link

Refactor to use NPM tooling for funcs. Subscription Management tasks … #175

Closed zeuslawyer closed 1 year ago

zeuslawyer commented 1 year ago

…updated.

  1. Staging only support Mumbai so updated networks.js
  2. updated create.js with subscription funding prompt and using NPM package.
  3. updated fund.js on the assumption that toolkit will now return sub balance as a BigNum string, not number.
  4. updated add.js to add consumers.
  5. updated info.js to implement get sub info.
  6. cancel.js done.
  7. sub transfer and acceptance of transfer done.
  8. remove consumer done.

NOTE: original PR: https://github.com/smartcontractkit/functions-hardhat-starter-kit/pull/174 This PR addresses comments from that PR.

KuphJr commented 1 year ago

Once we address the LINK->Juels conversion we should be ready to merge to develop.