Use the configured signer, not the provider's
modified src/base/vesting/vesting.ts
@@ -3,7 +3,7 @@ import { formatBalance } from "@app/utils";
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -15,8 +15,10 @@ export interface VestingInfo {
|
|
|
|
|
|
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified src/session.ts
@@ -48,6 +48,7 @@ export const loadState = (initial: State): Store => {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -60,7 +61,7 @@ export const loadState = (initial: State): Store => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -208,7 +209,9 @@ state.subscribe(s => {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|