Skip to content

Commit ab9e4ed

Browse files
committed
change blur abi filename to match with contract name
1 parent cf35e51 commit ab9e4ed

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

services/decoder/protocols/blur/blur.decoders.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
DECODED_EVENT_CATEGORY,
1111
} from "../../decoder.constants";
1212
import { decodeEventLog, type Abi } from "viem";
13-
import ABI from "./abis/blur.abi.json";
13+
import ABI from "./abis/blur.BlurExchange.abi.json";
1414
import { TimestampParser } from "../../../../utils/functions";
1515
import { prettifyCurrency } from "@covalenthq/client-sdk";
1616

0 commit comments

Comments
 (0)