Skip to content

Commit

Permalink
added waev chain (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
glitch003 authored Jul 28, 2023
1 parent 137ff77 commit dd0cf35
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 @@ -474,6 +474,17 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
type: null,
vmType: 'EVM',
},
waevEclipseTestnet: {
contractAddress: null,
chainId: 91006,
name: 'Waev Eclipse Testnet',
symbol: 'ecWAEV',
decimals: 18,
rpcUrls: ['https://api.evm.waev.eclipsenetwork.xyz/solana'],
blockExplorerUrls: ['http://waev.explorer.modular.cloud/'],
type: null,
vmType: 'EVM',
},
};

export const LIT_EVM_CHAINS = LIT_CHAINS;
Expand Down

1 comment on commit dd0cf35

@vercel
Copy link

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