Skip to content

Commit

Permalink
add public goods network (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
glitch003 authored Jul 20, 2023
1 parent 84d5a50 commit c449452
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/constants/src/lib/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,17 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
type: null,
vmType: 'EVM',
},
publicGoodsNetwork: {
contractAddress: null,
chainId: 424,
name: 'Public Goods Network',
symbol: 'ETH',
decimals: 18,
rpcUrls: ['https://rpc.publicgoods.network'],
blockExplorerUrls: ['https://explorer.publicgoods.network/'],
type: null,
vmType: 'EVM',
},
};

export const LIT_EVM_CHAINS = LIT_CHAINS;
Expand Down

1 comment on commit c449452

@vercel
Copy link

@vercel vercel bot commented on c449452 Jul 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.