Skip to content

Commit

Permalink
Merge pull request #7 from immatobi/iDocFixes
Browse files Browse the repository at this point in the history
Fixed readme.md comment and generated a robust typescript config file
  • Loading branch information
iamnotstatic authored May 5, 2022
2 parents 091b4f7 + 8f68e15 commit dd712b2
Show file tree
Hide file tree
Showing 3 changed files with 13,015 additions and 34 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ const transfer = await multichainWallet.transfer({
rpcUrl: 'https://rinkeby-light.eth.linkpool.io',
privateKey:
'0f9e5c0bee6c7d06b95204ca22dea8d7f89bb04e8527a2c59e134d185d9af8ad',
gasPrice: '10', // This in Gwei leave empty to use default gas price
gasPrice: '10', // Gas price is in Gwei. Leave empty to use default gas price
});

// Transferring ERC20 tokens from one address to another.
Expand All @@ -246,7 +246,7 @@ const transfer = await multichainWallet.transfer({
rpcUrl: 'https://rinkeby-light.eth.linkpool.io',
privateKey:
'0f9e5c0bee6c7d06b95204ca22dea8d7f89bb04e8527a2c59e134d185d9af8ad',
gasPrice: '10', // This in Gwei leave empty to use gas price
gasPrice: '10', // Gas price is in Gwei. leave empty to use default gas price
tokenAddress: '0xdac17f958d2ee523a2206206994597c13d831ec7',
});
```
Expand Down
Loading

0 comments on commit dd712b2

Please sign in to comment.