Nishchit-Dev
Results
1
issues of
Nishchit-Dev
Updated 03-routing.md according to latest code #changes Replaced currencies => tokens #before changes ... CurrencyAmount.fromRawAmount( CurrentConfig.currencies.in, fromReadableAmount( CurrentConfig.currencies.amountIn, CurrentConfig.currencies.in.decimals ).toString() ... #after changes ... CurrencyAmount.fromRawAmount( CurrentConfig.tokens.in, fromReadableAmount( CurrentConfig.tokens.amountIn, CurrentConfig.tokens.in.decimals ).toString()...