From 7511e4c5c6bec4faea81a9758e27e94a51c6fa6a Mon Sep 17 00:00:00 2001 From: jxom Date: Tue, 8 Oct 2024 15:16:26 +1100 Subject: [PATCH] fix --- src/ContractAddress.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ContractAddress.test.ts b/src/ContractAddress.test.ts index d23efbb1..53deda6b 100644 --- a/src/ContractAddress.test.ts +++ b/src/ContractAddress.test.ts @@ -5,8 +5,8 @@ test('exports', () => { expect(Object.keys(exports)).toMatchInlineSnapshot(` [ "from", - "getCreateAddress", - "getCreate2Address", + "fromCreate", + "fromCreate2", ] `) })