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
#509 added fee / feeMultiplier to ConduitConfig and resolveFee() in soroban.ts. Re-export resolveFee from the entry point and add a README section on precedence (explicit fee wins, else feeMultiplier * BASE_FEE, else BASE_FEE).
#509 added
fee/feeMultipliertoConduitConfigandresolveFee()insoroban.ts. Re-exportresolveFeefrom the entry point and add a README section on precedence (explicitfeewins, elsefeeMultiplier * BASE_FEE, elseBASE_FEE).