Add helper to initialize a new instance with provider #128
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/simple-init"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
So far we always had to initialze a provider and signer and pass those
to the kredits constructor.
This helper makes it easier to initialize a default ethers provider and
a default signer.
Examples:
I think the linter should have caught the indentation here. It's off by one char.
|| network === 'local'
braucht man glaube ich nicht👯♂