Versions in this module Expand all Collapse all v0 v0.3.0 May 8, 2026 Changes in this version + func Apply(t *testing.T, e cldf.Environment, first ConfiguredChangeSet, ...) (cldf.Environment, error) + func ApplyChangesets(t *testing.T, e cldf.Environment, changesetApplications []ConfiguredChangeSet, ...) (cldf.Environment, []cldf.ChangesetOutput, error) + func ApproveToken(env cldf.Environment, src uint64, tokenAddress common.Address, ...) error + func MaybeGetLinkBalance(t *testing.T, e cldf.Environment, chain cldf_evm.Chain, ...) *big.Int + func MustFundAddressWithLink(t *testing.T, e cldf.Environment, chain cldf_evm.Chain, to common.Address, ...) + func RunChangeset[C any](operation deployment.ChangeSetV2[C], env deployment.Environment, config C) (deployment.ChangesetOutput, error) + type ApplyChangesetsOptions func(*applyChangesetOptions) *applyChangesetOptions + func WithRealBackend() ApplyChangesetsOptions + type ConfiguredChangeSet interface + Apply func(e cldf.Environment) (cldf.ChangesetOutput, error) + func Configure[C any](changeset cldf.ChangeSetV2[C], config C) ConfiguredChangeSet + type WrappedChangeSet struct