Skip to content

Commit db54ca4

Browse files
committed
fix_: add paraswap partner address for Base
1 parent 1e4b20e commit db54ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/wallet/router/pathprocessor/processor_swap_paraswap.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func getPartnerAddressAndFeePcnt(chainID uint64) (common.Address, float64) {
5050
case walletCommon.ArbitrumMainnet:
5151
return common.HexToAddress("0x9a8278e856C0B191B9daa2d7DD1f7B28268E4DA2"), partnerFeePcnt
5252
case walletCommon.BaseMainnet:
53-
return common.Address{}, 0
53+
return common.HexToAddress("0x107E3208A27e2A56D420fE6f8c5B88c821052f89"), partnerFeePcnt
5454
}
5555
return common.Address{}, 0
5656
}

0 commit comments

Comments
 (0)