-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing amount on the sample code, as the high amount is giving error
- Loading branch information
1 parent
2e3b3ca
commit a18a979
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ const main = async () => { | |
const params = { | ||
'fromTokenAddress': '0x22bAA8b6cdd31a0C5D1035d6e72043f4Ce6aF054', | ||
'toTokenAddress': '0xb452b513552aa0B57c4b1C9372eFEa78024e5936', | ||
'amount': '10000000000000000000', // source amount | ||
'amount': '100000000000000000', // source amount | ||
'fromTokenChainId': "80001", // Mumbai | ||
'toTokenChainId': "43113", // Fuji | ||
'partnerId': 0, // (Optional) - For any partnership, get your unique partner id by contacting us on Telegram or emailing us at [email protected] | ||
|