Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
geoff-vball committed Aug 30, 2024
1 parent 9df4a52 commit 684f3cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ func DeployERC20TokenRemote(
erc20tokenremote.TokenRemoteSettings{
TeleporterRegistryAddress: subnet.TeleporterRegistryAddress,
TeleporterManager: teleporterManager,
MinTeleporterVersion: GetLatestTeleporterVersion(subnet),
TokenHomeBlockchainID: tokenHomeBlockchainID,
TokenHomeAddress: tokenHomeAddress,
TokenHomeDecimals: tokenHomeDecimals,
Expand Down Expand Up @@ -168,6 +169,7 @@ func DeployNativeTokenRemote(
nativetokenremote.TokenRemoteSettings{
TeleporterRegistryAddress: subnet.TeleporterRegistryAddress,
TeleporterManager: teleporterManager,
MinTeleporterVersion: GetLatestTeleporterVersion(subnet),
TokenHomeBlockchainID: tokenHomeBlockchainID,
TokenHomeAddress: tokenHomeAddress,
TokenHomeDecimals: tokenHomeDecimals,
Expand Down

0 comments on commit 684f3cb

Please sign in to comment.