Promote method name

This commit is contained in:
Willian Mitsuda 2022-02-21 16:35:59 -03:00
parent 48ab694001
commit 7dd90ee84c
1 changed files with 1 additions and 1 deletions

View File

@ -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;