Skip to content

Commit

Permalink
Update default supervisor to neardevdao.near (#366)
Browse files Browse the repository at this point in the history
* Update default supervisor to neardevdao.near

* also for reply
  • Loading branch information
ailisp authored Oct 31, 2023
1 parent c595326 commit cc4c730
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/devhub/entity/post/PostEditor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ initState({
description: props.description ?? "",
amount: props.amount ?? "0",
token: tokenMapping[props.token] ?? "USDT",
supervisor: props.supervisor ?? "",
supervisor: props.supervisor ?? "neardevdao.near",
githubLink: props.githubLink ?? "",
warning: "",
draftStateApplied: false,
Expand Down
2 changes: 1 addition & 1 deletion src/devhub/page/create.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ State.init({
description: props.description ?? "",
amount: props.amount ?? "",
token: props.token ?? "USDT",
supervisor: props.supervisor ?? "neardevgov.near",
supervisor: props.supervisor ?? "neardevdao.near",
githubLink: props.githubLink ?? "",
warning: "",
waitForDraftStateRestore: true,
Expand Down
2 changes: 1 addition & 1 deletion src/gigs-board/entity/post/PostEditor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ initState({
description: props.description ?? "",
amount: props.amount ?? "0",
token: props.token ?? "USDT",
supervisor: props.supervisor ?? "",
supervisor: props.supervisor ?? "neardevdao.near",
githubLink: props.githubLink ?? "",
warning: "",
draftStateApplied: false,
Expand Down
2 changes: 1 addition & 1 deletion src/gigs-board/pages/Create.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ initState({
description: props.description ?? "",
amount: props.amount ?? "",
token: props.token ?? "USDT",
supervisor: props.supervisor ?? "neardevgov.near",
supervisor: props.supervisor ?? "neardevdao.near",
githubLink: props.githubLink ?? "",
warning: "",
waitForDraftStateRestore: true,
Expand Down

0 comments on commit cc4c730

Please sign in to comment.