Skip to content

Commit a93f8f7

Browse files
Update constants.ts
Signed-off-by: Wyatt Barnes <[email protected]>
1 parent afd8fa4 commit a93f8f7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

packages/constants/src/lib/constants/constants.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -803,6 +803,17 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
803803
type: null,
804804
vmType: 'EVM',
805805
},
806+
hushedNorthstar: {
807+
contractAddress: null,
808+
chainId: 42161,
809+
name: 'Hushed Northstar Devnet',
810+
symbol: 'ETH',
811+
decimals: 18,
812+
rpcUrls: ['https://rpc.buildbear.io/yielddev'],
813+
blockExplorerUrls: ['https://explorer.buildbear.io/yielddev/transactions'],
814+
type: null,
815+
vmType: 'EVM',
816+
},
806817
};
807818

808819
/**

0 commit comments

Comments
 (0)