Skip to content

Commit 7302bad

Browse files
Update snaplet w/ send_earn rows
1 parent e781d9c commit 7302bad

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/snaplet/snaplet.config.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,15 @@ export default defineConfig({
172172
send_slash: ({ row }) => {
173173
return row
174174
},
175+
send_earn_create: ({ row }) => {
176+
return row
177+
},
178+
send_earn_deposit: ({ row }) => {
179+
return row
180+
},
181+
send_earn_withdraw: ({ row }) => {
182+
return row
183+
},
175184
},
176185
},
177186
})

0 commit comments

Comments
 (0)