Skip to content

Commit

Permalink
feat: add optimismGoerli
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansonhkg committed Jul 22, 2023
1 parent 6833fa0 commit 7a6ad75
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/constants/src/lib/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,15 @@ export const LIT_COSMOS_CHAINS: LITChain<LITCosmosChain> = {
blockExplorerUrls: ['https://www.mintscan.io/juno'],
vmType: 'CVM',
},
optimismGoerli: {
name: 'Optimism Goerli',
symbol: 'ETH',
decimals: 18,
chainId: '420',
rpcUrls: ['https://optimism-goerli.publicnode.com '],
blockExplorerUrls: ['https://goerli-optimism.etherscan.io/'],
vmType: 'EVM',
},
};

/**
Expand Down

1 comment on commit 7a6ad75

@vercel
Copy link

@vercel vercel bot commented on 7a6ad75 Jul 22, 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.