Skip to content

Commit

Permalink
msg fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anshulforyou committed Jan 5, 2024
1 parent ce74c1b commit 4408fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AarcSDK.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ class AarcSDK {
if (!isSupported) {
response.push({
tokenAddress: token.tokenAddress,
message: `Migration is not supported for ${token.tokenAddress} on the chain ID ${this.chainId}`,
message: `Forward migration is not supported for ${token.tokenAddress} on the chain ID ${this.chainId}`,
});
return false; // Remove the token from the filtered array
}
Expand Down

0 comments on commit 4408fb2

Please sign in to comment.