node/pkg/solana: push recovery date

commit-id:a3c51648
This commit is contained in:
Leo 2022-01-11 11:44:14 +01:00 committed by Leopold Schabel
parent 1c0815e107
commit aff369ff4d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
"time"
)
var recoveryDate = time.Date(2022, time.January, 12, 11, 0, 0, 0, time.UTC)
var recoveryDate = time.Date(2022, time.January, 14, 11, 0, 0, 0, time.UTC)
const recoveryConfigUrl = `https://raw.githubusercontent.com/certusone/wormhole/dev.v2/node/pkg/solana/recovery.cfg`