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,