Skip to content

Commit

Permalink
chore: last comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wainola committed Sep 5, 2024
1 parent f87fdde commit dfbbbf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/bitcoin-to-evm-fungible-transfer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Take into consideration that a typical response when query the utxos of your add
"block_hash": "",
"block_time": 1721666904
},
"value": 936396`
"value": 936396
}
```

Expand Down
2 changes: 1 addition & 1 deletion examples/evm-to-bitcoin-fungible-transfer/src/transfer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const getTxExplorerUrl = (params: { txHash: string; chainId: number }): string =
export async function erc20Transfer(): Promise<void> {
const web3Provider = new Web3HttpProvider(SEPOLIA_RPC_URL);
const ethersWeb3Provider = new providers.Web3Provider(web3Provider);
const wallet = new Wallet(privateKey ?? "", ethersWeb3Provider);
const wallet = new Wallet(privateKey!, ethersWeb3Provider);

const params = {
source: SEPOLIA_CHAIN_ID,
Expand Down

0 comments on commit dfbbbf0

Please sign in to comment.