diff --git a/docs/modules/ROOT/pages/ima-js-overview.adoc b/docs/modules/ROOT/pages/ima-js-overview.adoc index 757d57337..820d8c928 100644 --- a/docs/modules/ROOT/pages/ima-js-overview.adoc +++ b/docs/modules/ROOT/pages/ima-js-overview.adoc @@ -39,7 +39,7 @@ Import and init single IMA-JS object: import { IMA } from '@skalenetwork/ima-js'; import mainnetAbi from './mainnetAbi.json'; // your local sources -import schainAbi from './schainAbi.json'; // your local sources +import sChainAbi from './schainAbi.json'; // your local sources const MAINNET_ENDPOINT = '[YOUR_ETHEREUM_MAINNET_ENDPOINT]'; const SCHAIN_ENDPOINT = '[YOUR_SCHAIN_ENDPOINT]'; @@ -140,4 +140,4 @@ IMA-JS library has a set of functions that can be used by an sChain owner to man === Usage example -You find usage example with M -> S and S -> M ETH transfers in xref:ima-js-sdk.adoc[this doc]. \ No newline at end of file +You find usage example with M -> S and S -> M ETH transfers in xref:ima-js-sdk.adoc[this doc].