Skip to content

Commit

Permalink
Updated to not export SQUID_NATIVE_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyounglee committed Sep 26, 2024
1 parent 2d88bf1 commit 844923d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const SQUID_NATIVE_TOKEN = '0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee';
const SQUID_NATIVE_TOKEN = '0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee';

export const isSquidNativeToken = (token: string) => token === SQUID_NATIVE_TOKEN;

0 comments on commit 844923d

Please sign in to comment.