Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rihyx committed Mar 14, 2024
1 parent b62f491 commit f9623ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/types/src/chain/parachain/EvmParachain.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ describe('evmParachain', () => {
id: 1284,
key: 'moonbeam',
name: 'Moonbeam',
nativeCurrency: {
decimals: 18,
name: 'Glimmer',
symbol: 'GLMR',
},
parachainId: 2004,
rpc: 'https://rpc.api.moonbeam.network',
ss58Format: 1284,
Expand Down

0 comments on commit f9623ae

Please sign in to comment.