We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 155d9ce commit a47fb1fCopy full SHA for a47fb1f
src/lib/blockchain/chains/uniMaChain.ts
@@ -1,6 +1,7 @@
1
import { defineChain, type Address } from 'viem';
2
+import { env } from '$env/dynamic/public';
3
-export const cafereumAddress: Address = '0xC495f6FF1912FB7cC33C65c3f8542aE78044D3C0';
4
+export const cafereumAddress: Address = env.PUBLIC_CAFEREUM_ADDRESS as Address;
5
6
export const uniMaChain = defineChain({
7
id: 585858,
0 commit comments