Skip to content

Commit 4a6ab95

Browse files
committed
chore: 👮🏻‍♂️
1 parent 0453736 commit 4a6ab95

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
import { ChainId } from '@dcl/schemas/dist/dapps/chain-id'
1+
import { ChainId } from '@dcl/schemas/dist/dapps/chain-id';
22

33
export function isDev(chainId: ChainId): boolean {
4-
return chainId === ChainId.ETHEREUM_SEPOLIA
4+
return chainId === ChainId.ETHEREUM_SEPOLIA;
55
}
66

77
export function getReportIssuesURL() {
8-
return 'https://decentraland.canny.io/creator-hub'
8+
return 'https://decentraland.canny.io/creator-hub';
99
}
1010

1111
export function getFeedbackURL() {
12-
return 'https://decentraland.typeform.com/creatorhub'
12+
return 'https://decentraland.typeform.com/creatorhub';
1313
}

0 commit comments

Comments
 (0)