Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variable name for schainAbi line 50 #1273

Open
wants to merge 2 commits into
base: docs-v1.3.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/ima-js-overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]';
Expand Down Expand Up @@ -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].
You find usage example with M -> S and S -> M ETH transfers in xref:ima-js-sdk.adoc[this doc].