Commit 9f913d5
authored
Version Packages (#572)
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## chainlink-deployments-framework@0.66.0
### Minor Changes
-
[#571](#571)
[`8db262d`](8db262d)
Thanks [@jkongie](https://github.com/jkongie)! - Bump chain-selectors
package to v1.0.81
### Patch Changes
-
[#570](#570)
[`eb74395`](eb74395)
Thanks [@skudasov](https://github.com/skudasov)! - Adds a new EVM
Confirm Functor which allows the user to specify a custom wait interval
for checking confirmation.
Example
```golang
p, err := cldf_evm_provider.NewRPCChainProvider(
d.ChainSelector,
cldf_evm_provider.RPCChainProviderConfig{
DeployerTransactorGen: cldf_evm_provider.TransactorFromRaw(
getNetworkPrivateKey(),
),
RPCs: []rpcclient.RPC{
{
Name: "default",
WSURL: rpcWSURL,
HTTPURL: rpcHTTPURL,
PreferredURLScheme: rpcclient.URLSchemePreferenceHTTP,
},
},
ConfirmFunctor: cldf_evm_provider.ConfirmFuncGeth(
30*time.Second,
// set custom confirm ticker time because Anvil's blocks are instant
cldf_evm_provider.WithTickInterval(5*time.Millisecond),
),
},
).Initialize(context.Background())
```
---------
Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>1 parent 8db262d commit 9f913d5
4 files changed
Lines changed: 36 additions & 36 deletions
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
3 | 38 | | |
4 | 39 | | |
5 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments