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