Commit 0a6c0a2
committed
fix(safe): convert chain id to number
The type signature that's generated in types/supabaseData.ts claims that
chain_id is a number, while in reality it's a string.1 parent 3366401 commit 0a6c0a2
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments