Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Apr 21:12
· 907 commits to main since this release
7fffe7a

What's Changed

Breaking configuration changes

  • SourceBlockchains.SupportedDestinations changed from []string to
type SupportedDestination struct {
	BlockchainID string   `json:"blockchain-id"`
	Addresses    []string `json:"addresses"`
}

New Contributors

Full Changelog: v1.0.0...v1.1.0