We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364bfb2 commit efc493bCopy full SHA for efc493b
packages/examples/packages/ethereum-provider/src/index.test.ts
@@ -42,7 +42,7 @@ describe('onRpcRequest', () => {
42
});
43
44
describe('getVersion', () => {
45
- const MOCK_VERSION = '1'; // Ethereum Mainnet
+ const MOCK_VERSION = '0x01'; // Ethereum Mainnet
46
47
it('returns the current network version', async () => {
48
const { request } = await installSnap();
0 commit comments