You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Swap execution fails with "Cannot read properties of undefined (reading 'rpcUrls')" error during LiFi SDK initialization. The issue occurs because the RPC URLs configuration doesn't match the format expected by the SDK.
To Reproduce
Initialize SwapAction with a WalletProvider
Attempt to execute a swap with a prompt
Error occurs during configuration creation in SwapAction constructor
Describe the bug
Swap execution fails with "Cannot read properties of undefined (reading 'rpcUrls')" error during LiFi SDK initialization. The issue occurs because the RPC URLs configuration doesn't match the format expected by the SDK.
To Reproduce
Expected behavior
Swap should execute normally
Screenshots
Logs :
Additional context
my .env file :
my character file :
The text was updated successfully, but these errors were encountered: