Skip to content

Commit

Permalink
Move RPC oracles to a separate subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
LogvinovLeon committed May 28, 2024
1 parent f891f9a commit 1481de0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { describe, expect, it } from 'vitest';
import { createMockMultiChainClient } from '../../../ethereum/mockClient.js';
import { padArray } from '../../../util/array.js';
import { MAX_DATA_LEN_M } from './common/txConfig.js';
import { OFFSETS, getTransactionOracle } from './transactionOracle.js';
import { ZERO_PAD_VALUE } from '../common/const.js';
import { MAX_DATA_LEN_M } from './common/txConfig.js';
import { txProofConfigM } from './common/proofConfig/tx.js';
import { OFFSETS, getTransactionOracle } from './transactionOracle.js';

describe('getTransactionOracle', () => {
it('success', async () => {
Expand Down

0 comments on commit 1481de0

Please sign in to comment.