Skip to content

Commit

Permalink
frontend touchups
Browse files Browse the repository at this point in the history
  • Loading branch information
filipviz committed Feb 10, 2024
1 parent f3851ce commit c9635c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Artizen Recovery</title>
</head>
Expand Down
3 changes: 2 additions & 1 deletion frontend/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ import { parseAbi } from 'viem'

const currentTerminal = `0x1d9619E10086FdC1065B114298384aAe3F680CC0`
const artizenProjectId = 587n;
const recoveryTerminal = `0x0000000000000000000000000000000000000000`
const recoveryTerminal = `0x58A63B7cE7453317CabEFc1552198fD885C59E58`

document.querySelector('#app').innerHTML = `
<h1>Artizen Recovery</h1>
<p>Use the <a href="https://docs.flashbots.net/flashbots-protect/overview">Flashbots protect RPC</a> when sending payouts.</p>
<div class="card">
<button id="connect">1. Connect</button>
<button id="migrate">2. Migrate</button>
Expand Down

0 comments on commit c9635c8

Please sign in to comment.