Skip to content

Commit a47fb1f

Browse files
authored
add env support for cafereum addres (#15)
1 parent 155d9ce commit a47fb1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/blockchain/chains/uniMaChain.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { defineChain, type Address } from 'viem';
2+
import { env } from '$env/dynamic/public';
23

3-
export const cafereumAddress: Address = '0xC495f6FF1912FB7cC33C65c3f8542aE78044D3C0';
4+
export const cafereumAddress: Address = env.PUBLIC_CAFEREUM_ADDRESS as Address;
45

56
export const uniMaChain = defineChain({
67
id: 585858,

0 commit comments

Comments
 (0)