Skip to content

Commit

Permalink
review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rajranjan0608 committed May 24, 2022
1 parent a88037b commit 6ed8e49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions client/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />


<meta name="description" content="Avalanche Faucet is a place where you can get free test tokens to play with, on the Avalanche's Fuji Network and other Subnets">
<meta name="description" content="Get testnet tokens to use on the Avalanche Fuji Network (testnet) or a Subnet (WAGMI, Defi Kingdoms, Dexalot, Swimmer, and Castle Crush) in one place.">
<meta name="keywords" content="Avalanche, AVAX, Faucet, Fuji, Testnet">

<meta property="og:title" content="Faucet for the Avalanche Testnet">
<meta property="og:title" content="Avalanche Faucet">
<meta property="og:site_name" content="Faucet | Avalanche">
<meta property="og:url" content="https://faucet.avax.network/">
<meta property="og:description" content="Avalanche Faucet is a place where you can get free test tokens to play with, on the Avalanche's Fuji Network and other Subnets">
<meta property="og:description" content="Get testnet tokens to use on the Avalanche Fuji Network (testnet) or a Subnet (WAGMI, Defi Kingdoms, Dexalot, Swimmer, and Castle Crush) in one place.">
<meta property="og:type" content="website">

<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
Expand Down
2 changes: 1 addition & 1 deletion vms/evm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export default class EVM {

async getTransaction(to: string, value: BN | number, nonce: number | undefined): Promise<any> {
const tx: any = {
type: this.LEGACY ? 1 : 2,
type: this.LEGACY ? 0 : 2,
gas: "21000",
nonce,
to,
Expand Down

0 comments on commit 6ed8e49

Please sign in to comment.