Skip to content

Commit 499159c

Browse files
committed
Merge branch 'master' of github.com:across-protocol/sdk into faisal/acp-30-generate-typechain-types-in-sdk-repo
2 parents f696010 + 6a99cc1 commit 499159c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/utils/NetworkUtils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ export function chainIsOFTEnabled(chainId: number): boolean {
162162
CHAIN_IDs.MONAD,
163163
CHAIN_IDs.PLASMA,
164164
CHAIN_IDs.MEGAETH,
165+
CHAIN_IDs.UNICHAIN,
166+
CHAIN_IDs.INK,
165167
];
166168
return oftEnabled.includes(chainId) && PRODUCTION_NETWORKS[chainId]?.oftEid !== OFT_NO_EID;
167169
}

0 commit comments

Comments
 (0)