@@ -12,14 +12,14 @@ import { getParachainBalances } from '../../src/sdk';
12
12
// E2E balance test wallet
13
13
const hydraDXAddress = '7MR8Qxy9sJmN6bfHMggAtFY5DwLxfrssLuTnP5rmkpD92oPH' ;
14
14
const centrifugeAddress = '4fAKSBMGVT9jt1jkuJvXgvMbmqV2BuspFWWEmdVeFj9yRudb' ;
15
- const moonbeamAddress = '0x4E82143Af671Cc8201Bc7efCBbCED3A69e84405e' ;
15
+ const moonEvmAddress = '0x4E82143Af671Cc8201Bc7efCBbCED3A69e84405e' ;
16
16
const substrateAddress = '5FtGz8bgoCQ6pNAYLWCfxKx9ekLnX1ewP9q2TjMT2riu7sf9' ;
17
17
const moonbaseBetaAddress = '0x08480769599E23F626efff39B89F3137e9917a40' ;
18
18
19
19
describe ( 'sdk' , ( ) => {
20
20
describe ( `${ getParachainBalances . name } ` , ( ) => {
21
21
it ( `should get expected balances for ${ moonbeam . name } ` , async ( ) => {
22
- const result = await getParachainBalances ( moonbeam , moonbeamAddress ) ;
22
+ const result = await getParachainBalances ( moonbeam , moonEvmAddress ) ;
23
23
24
24
expect ( result ) . toMatchSnapshot ( ) ;
25
25
} ) ;
@@ -68,7 +68,7 @@ describe('sdk', () => {
68
68
expect ( result ) . toMatchSnapshot ( ) ;
69
69
} ) ;
70
70
it ( `should get expected balances for ${ moonbaseAlpha . name } ` , async ( ) => {
71
- const result = await getParachainBalances ( moonbaseAlpha , moonbeamAddress ) ;
71
+ const result = await getParachainBalances ( moonbaseAlpha , moonEvmAddress ) ;
72
72
73
73
expect ( result ) . toMatchSnapshot ( ) ;
74
74
} ) ;
0 commit comments