Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
GregProuty authored and GregProuty committed Nov 22, 2024
1 parent 8c78acd commit 6789fc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/ethereum.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { Contract, JsonRpcProvider } from "ethers";
import { parseNearAmount } from "near-api-js/lib/utils/format";

export class Ethereum {

constructor(chain_rpc, chain_id) {
this.web3 = new Web3(chain_rpc);
this.provider = new JsonRpcProvider(chain_rpc);
Expand Down

0 comments on commit 6789fc8

Please sign in to comment.