Skip to content

Commit fefb265

Browse files
authored
feat: Add Renzo Decoders (#44)
1 parent bbc2c7c commit fefb265

16 files changed

+3578
-973
lines changed

services/decoder/decoder.constants.ts

+1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ export enum DECODED_ACTION {
2121
TRANSFERRED = "Transferred",
2222
RECEIVED_BRIDGE = "Received Bridge",
2323
ACCOUNT_ABSTRACTION = "Account Abstraction Transaction",
24+
WITHDRAWAL = "Withdrawal",
2425
}

services/decoder/protocols/blur/abis/blur.BlurExchange.abi.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1860,4 +1860,4 @@
18601860
"stateMutability": "payable",
18611861
"type": "function"
18621862
}
1863-
]
1863+
]

0 commit comments

Comments
 (0)