Normalize function names to lower capital

This commit is contained in:
Willian Mitsuda 2021-11-22 14:25:18 -03:00
parent 637ff5c9d8
commit ed79a7a72f
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ export type FourBytesEntry = {
export type FourBytesMap = Record<string, FourBytesEntry | null | undefined>;
const simpleTransfer: FourBytesEntry = {
name: "Transfer",
name: "transfer",
signature: undefined,
};