From 6ed8e49931ffb47c233cd7df42e284590e0834aa Mon Sep 17 00:00:00 2001 From: rajranjan0608 Date: Tue, 24 May 2022 20:39:20 +0530 Subject: [PATCH] review changes --- client/public/index.html | 6 +++--- vms/evm.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/public/index.html b/client/public/index.html index 0b3cc1e..ada17b2 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -6,13 +6,13 @@ - + - + - + diff --git a/vms/evm.ts b/vms/evm.ts index 4612f29..0f11023 100644 --- a/vms/evm.ts +++ b/vms/evm.ts @@ -162,7 +162,7 @@ export default class EVM { async getTransaction(to: string, value: BN | number, nonce: number | undefined): Promise { const tx: any = { - type: this.LEGACY ? 1 : 2, + type: this.LEGACY ? 0 : 2, gas: "21000", nonce, to,