-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert "Feat/632 hip 109 (#634)" #660
Conversation
5d35285
to
35ad751
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems like a reasonable revert. I'd keep the lint fixes but that's your choice.
@@ -104,7 +104,7 @@ export async function run(args: any = process.argv) { | |||
rentReclaimAuthority: new PublicKey(argv.rentReclaimAuthority), | |||
authority: subDaoAuth, | |||
subDao, | |||
startAuthority: new PublicKey(argv.startAuthority), | |||
startAuthority: new PublicKey(argv.startAuthority) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keep?
@@ -50,11 +50,11 @@ export async function run(args: any = process.argv) { | |||
}, | |||
minimumPeriods: { | |||
type: "number", | |||
describe: "The new minimum number of periods", | |||
describe: "The new minimum number of periods" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keep this and next?
tests/hexboosting.ts
Outdated
import { init as initHeliumEntityManager } from "../packages/helium-entity-manager-sdk/src"; | ||
import { | ||
init as initHeliumEntityManager | ||
} from "../packages/helium-entity-manager-sdk/src"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keep this and next two?
tests/hexboosting.ts
Outdated
@@ -295,6 +296,7 @@ describe("hexboosting", () => { | |||
) | |||
).amount; | |||
|
|||
console.log(pythPrice); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
drop?
40b0292
to
da00ee9
Compare
This reverts commit 10bbfcd.
da00ee9
to
ca0139e
Compare
This reverts commit 10bbfcd.