summaryrefslogtreecommitdiff
path: root/src/server/api/common/is-native-token.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/api/common/is-native-token.ts')
-rw-r--r--src/server/api/common/is-native-token.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/api/common/is-native-token.ts b/src/server/api/common/is-native-token.ts
index 6afbc99ab5..22af84aad2 100644
--- a/src/server/api/common/is-native-token.ts
+++ b/src/server/api/common/is-native-token.ts
@@ -1 +1 @@
-export default (token: string) => token.startsWith('!');
+export default (token: string) => token.startsWith('0');