File tree Expand file tree Collapse file tree
modules/sdk-core/test/unit/bitgo Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,16 +21,16 @@ describe('HypeEvm Bridging Environment Configuration', function () {
2121 it ( 'should have bridging config for mainnet Hypeevm' , function ( ) {
2222 const mainnetEnv = Environments . prod ;
2323 should . exist ( mainnetEnv . evm ) ;
24- should . exist ( mainnetEnv . evm ?. hypeeevm ) ;
25- mainnetEnv . evm ?. hypeeevm . tokenId ?. should . equal ( 150 ) ;
26- mainnetEnv . evm ?. hypeeevm . systemAddr ?. should . equal ( '0x2222222222222222222222222222222222222222' ) ;
24+ should . exist ( mainnetEnv . evm ?. hypeevm ) ;
25+ mainnetEnv . evm ?. hypeevm . tokenId ?. should . equal ( 150 ) ;
26+ mainnetEnv . evm ?. hypeevm . systemAddr ?. should . equal ( '0x2222222222222222222222222222222222222222' ) ;
2727 } ) ;
2828
2929 it ( 'should have bridging config for testnet Hypeevm' , function ( ) {
3030 const testnetEnv = Environments . test ;
3131 should . exist ( testnetEnv . evm ) ;
32- should . exist ( testnetEnv . evm ?. hypeeevm ) ;
33- testnetEnv . evm ?. hypeeevm . tokenId ?. should . equal ( 1105 ) ;
34- testnetEnv . evm ?. hypeeevm . systemAddr ?. should . equal ( '0x2222222222222222222222222222222222222222' ) ;
32+ should . exist ( testnetEnv . evm ?. hypeevm ) ;
33+ testnetEnv . evm ?. hypeevm . tokenId ?. should . equal ( 1105 ) ;
34+ testnetEnv . evm ?. hypeevm . systemAddr ?. should . equal ( '0x2222222222222222222222222222222222222222' ) ;
3535 } ) ;
3636} ) ;
You can’t perform that action at this time.
0 commit comments