mirror of
https://github.com/getwax/wax.git
synced 2026-01-10 07:38:09 -05:00
Copy .env file in deploy, remove test timelock.
This commit is contained in:
2
.github/workflows/email-recovery-demo.yml
vendored
2
.github/workflows/email-recovery-demo.yml
vendored
@@ -44,6 +44,8 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Copy .env.base-sepolia
|
||||
run: cp .env.base-sepolia .env
|
||||
- name: Build
|
||||
env:
|
||||
VITE_WALLET_CONNECT_PROJECT_ID: ${{ secrets.VITE_WALLET_CONNECT_PROJECT_ID }}
|
||||
|
||||
@@ -23,7 +23,6 @@ export function PerformRecovery() {
|
||||
// abi: simpleWalletAbi,
|
||||
// functionName: 'timelock',
|
||||
// });
|
||||
const timelock = -1
|
||||
|
||||
const { data: recoveryRouterAddr } = useReadContract({
|
||||
abi: recoveryPluginAbi,
|
||||
@@ -86,7 +85,7 @@ export function PerformRecovery() {
|
||||
<Button onClick={requestRecovery}>
|
||||
3. Request Recovery
|
||||
</Button>
|
||||
<div>{`TEST timelock: ${timelock}`}</div>
|
||||
{/* <div>{`TEST timelock: ${timelock}`}</div> */}
|
||||
<Button onClick={completeRecovery}>
|
||||
TEST Complete Recovery (Switch to polling)
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user