Skip to content

Version Packages#572

Merged
graham-chainlink merged 2 commits into
mainfrom
changeset-release/main
Nov 12, 2025
Merged

Version Packages#572
graham-chainlink merged 2 commits into
mainfrom
changeset-release/main

Conversation

@app-token-issuer-engops

@app-token-issuer-engops app-token-issuer-engops Bot commented Nov 12, 2025

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release 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

Patch Changes

  • #570 eb74395 Thanks @skudasov! - Adds a new EVM Confirm Functor which allows the user to specify a custom wait interval for checking confirmation.
    Example

    		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())

@graham-chainlink graham-chainlink added this pull request to the merge queue Nov 12, 2025
@cl-sonarqube-production

Copy link
Copy Markdown

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

Merged via the queue into main with commit 9f913d5 Nov 12, 2025
26 checks passed
@graham-chainlink graham-chainlink deleted the changeset-release/main branch November 12, 2025 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant