From 921b22fc008683d6f18c6478d8c16d285468e40f Mon Sep 17 00:00:00 2001 From: Lint Action Date: Tue, 27 Feb 2024 17:41:47 +0000 Subject: [PATCH] Fix code style issues with Prettier --- src/addresses.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/addresses.ts b/src/addresses.ts index f3f796ed..c48461ac 100644 --- a/src/addresses.ts +++ b/src/addresses.ts @@ -223,7 +223,7 @@ export const CHAIN_TO_ADDRESSES_MAP: Record [ChainId.AVALANCHE]: AVALANCHE_ADDRESSES, [ChainId.BASE]: BASE_ADDRESSES, [ChainId.BASE_GOERLI]: BASE_GOERLI_ADDRESSES, - [ChainId.ROOTSTOCK]: ROOTSTOCK_ADDRESSES, + [ChainId.ROOTSTOCK]: ROOTSTOCK_ADDRESSES } /* V3 Contract Addresses */