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 afd8fa4 commit a93f8f7Copy full SHA for a93f8f7
packages/constants/src/lib/constants/constants.ts
@@ -803,6 +803,17 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
803
type: null,
804
vmType: 'EVM',
805
},
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
+ },
817
};
818
819
/**
0 commit comments