Skip to content

Commit

Permalink
chore: fix EvmChain test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayconfig committed Apr 11, 2024
1 parent e843bfc commit 9fe3a82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ describe('EvmChain', () => {
expect(EvmChain.BASE.apiHex).toBe('0x2105');
expect(EvmChain.BASE_TESTNET.apiHex).toBe('0x14a33');
expect(EvmChain.HOLESKY.apiHex).toBe('0x4268');
expect(EvmChain.POLYGON_AMOY).toBe('0x13882');
expect(EvmChain.POLYGON_AMOY.apiHex).toBe('0x13882');
});

describe('metadata', () => {
Expand Down

0 comments on commit 9fe3a82

Please sign in to comment.