-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathset-stake-target-GUI.patch
More file actions
26 lines (24 loc) · 966 Bytes
/
set-stake-target-GUI.patch
File metadata and controls
26 lines (24 loc) · 966 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
diff --git a/components/RemoveStakeButton.tsx b/components/RemoveStakeButton.tsx
index 9658527..7502270 100644
--- a/components/RemoveStakeButton.tsx
+++ b/components/RemoveStakeButton.tsx
@@ -52,7 +52,7 @@ export default function RemoveStakeButton({nominee, force = false}: { nominee: s
const params = {
from,
- to: "0x0000000000000000000000000000000000000001",
+ to: '0x0000000000000000000000000000000000010000',
gasPrice,
gasLimit: 30000000,
data: ethers.utils.hexlify(
diff --git a/components/StakeForm.tsx b/components/StakeForm.tsx
index 1b46f55..7c6920a 100644
--- a/components/StakeForm.tsx
+++ b/components/StakeForm.tsx
@@ -71,7 +71,7 @@ export default function StakeForm({
const params = {
from,
- to: "0x0000000000000000000000000000000000000001",
+ to: '0x0000000000000000000000000000000000010000',
gasPrice,
gasLimit: 30000000,
value,