From 7c650142ee5dff9f5ff27756c8afe9641fa11a1b Mon Sep 17 00:00:00 2001 From: jxom Date: Tue, 8 Oct 2024 14:45:22 +1100 Subject: [PATCH] chore: format --- src/internal/ContractAddress/from.test.ts | 2 +- src/internal/ContractAddress/from.ts | 2 +- src/internal/ContractAddress/fromCreate.test.ts | 2 +- src/internal/ContractAddress/fromCreate2.test.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/internal/ContractAddress/from.test.ts b/src/internal/ContractAddress/from.test.ts index 2d2499aa..6ab4a3de 100644 --- a/src/internal/ContractAddress/from.test.ts +++ b/src/internal/ContractAddress/from.test.ts @@ -1,5 +1,5 @@ -import { expect, test } from 'vitest' import { AbiParameters, ContractAddress, Hash, Hex } from 'ox' +import { expect, test } from 'vitest' test('gets contract address (CREATE)', () => { expect( diff --git a/src/internal/ContractAddress/from.ts b/src/internal/ContractAddress/from.ts index e2d3e9ec..3cd25c7f 100644 --- a/src/internal/ContractAddress/from.ts +++ b/src/internal/ContractAddress/from.ts @@ -1,8 +1,8 @@ import type { Address } from '../Address/types.js' import type { GlobalErrorType } from '../Errors/error.js' import type { OneOf } from '../types.js' -import { ContractAddress_fromCreate2 } from './fromCreate2.js' import { ContractAddress_fromCreate } from './fromCreate.js' +import { ContractAddress_fromCreate2 } from './fromCreate2.js' /** * Computes Contract Address generated by the [CREATE](https://ethereum.stackexchange.com/questions/68943/create-opcode-what-does-it-really-do/68945#68945) or [CREATE2](https://eips.ethereum.org/EIPS/eip-1014) opcode. diff --git a/src/internal/ContractAddress/fromCreate.test.ts b/src/internal/ContractAddress/fromCreate.test.ts index 81dfd782..6c21f7f1 100644 --- a/src/internal/ContractAddress/fromCreate.test.ts +++ b/src/internal/ContractAddress/fromCreate.test.ts @@ -1,5 +1,5 @@ -import { expect, test } from 'vitest' import { ContractAddress } from 'ox' +import { expect, test } from 'vitest' test('gets contract address (CREATE)', () => { expect( diff --git a/src/internal/ContractAddress/fromCreate2.test.ts b/src/internal/ContractAddress/fromCreate2.test.ts index 6d94a558..1cec17df 100644 --- a/src/internal/ContractAddress/fromCreate2.test.ts +++ b/src/internal/ContractAddress/fromCreate2.test.ts @@ -1,5 +1,5 @@ -import { expect, test } from 'vitest' import { AbiParameters, ContractAddress, Hash, Hex } from 'ox' +import { expect, test } from 'vitest' test('default', () => { expect(