File tree Expand file tree Collapse file tree
packages/snap/src/insights Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ function shouldSkip(signature: Signature): boolean {
3030 return false
3131 }
3232
33- if ( message . spender !== chain . contracts . payments . address ) {
33+ if ( message . spender !== chain . contracts . filecoinPay . address ) {
3434 return false
3535 }
3636
Original file line number Diff line number Diff line change @@ -43,15 +43,15 @@ export const handleUsdfc: TransactionInsightsHandler = (props) => {
4343 if (
4444 ! isAddressEqual (
4545 transaction . to as ViemAddress ,
46- chain . contracts . payments . address
46+ chain . contracts . filecoinPay . address
4747 )
4848 ) {
4949 return null
5050 }
5151
5252 try {
5353 const callData = decodeFunctionData ( {
54- abi : chain . contracts . payments . abi ,
54+ abi : chain . contracts . filecoinPay . abi ,
5555 data : transaction . data as Hex ,
5656 } )
5757
You can’t perform that action at this time.
0 commit comments