Conversation
|
Disregard the failing docker build CI- this is expected until there is a changeset merged to the master branch. This happens when there aren't yet changessets after a release (which is true now because this would be the first commit since v0.15). (#1585) |
|
Thanks for the notice @dcroote.I had to add |
|
I leave this to @dcroote |
|
Addressing the e2e CI failure in #2041 |
|
contracts package is not bumped anyway. Is there any specific reason not to use integrated |
| @@ -1,5 +1,5 @@ | |||
| import { ethers } from 'ethers'; | |||
| import { CHAINS } from '@api3/chains'; | |||
| import { CHAINS } from '@api3/contracts'; | |||
There was a problem hiding this comment.
The use of CHAINS here is perhaps the only unique use of the @api3/chains / @api3/contracts package, but if you think hardhat-config could suffice I think fewer dependencies would be better
Closes #2031