Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Dec 6, 2023
1 parent 5c152b0 commit 5905d64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/eth-rpc-adapter/src/__tests__/e2e/errors.test.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import { AcalaJsonRpcProvider } from '@acala-network/eth-providers';
import { Contract, Wallet } from 'ethers';
import { JsonRpcProvider } from '@ethersproject/providers';
import { describe, expect, it } from 'vitest';
import { parseEther } from 'ethers/lib/utils';
import ADDRESS from '@acala-network/contracts/utils/MandalaAddress';
import TokenABI from '@acala-network/contracts/build/contracts/Token.json';
import axios from 'axios';

import { AcalaJsonRpcProvider } from '@acala-network/eth-providers';
import { RPC_URL, eth_call, eth_chainId, eth_estimateGas, eth_getEthGas, eth_sendRawTransaction } from './utils';
import { evmAccounts } from './consts';
import { parseEther } from 'ethers/lib/utils';

describe('errors', () => {
const POOR_ACCOUNT = '0xa872f6cbd25a0e04a08b1e21098017a9e6194d101d75e13111f71410c59cd570';
Expand Down

0 comments on commit 5905d64

Please sign in to comment.