Normalize function names to lower capital
This commit is contained in:
parent
637ff5c9d8
commit
ed79a7a72f
|
@ -16,7 +16,7 @@ export type FourBytesEntry = {
|
||||||
export type FourBytesMap = Record<string, FourBytesEntry | null | undefined>;
|
export type FourBytesMap = Record<string, FourBytesEntry | null | undefined>;
|
||||||
|
|
||||||
const simpleTransfer: FourBytesEntry = {
|
const simpleTransfer: FourBytesEntry = {
|
||||||
name: "Transfer",
|
name: "transfer",
|
||||||
signature: undefined,
|
signature: undefined,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue