Promote method name
This commit is contained in:
parent
48ab694001
commit
7dd90ee84c
|
@ -648,7 +648,7 @@ const getContractCreatorFetcher =
|
|||
network,
|
||||
address,
|
||||
}: ContractCreatorKey): Promise<ContractCreator | null | undefined> => {
|
||||
const result = (await provider.send("ots_experimentalGetContractCreator", [
|
||||
const result = (await provider.send("ots_getContractCreator", [
|
||||
address,
|
||||
])) as ContractCreator;
|
||||
|
||||
|
|
Loading…
Reference in New Issue