Skip to content
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

Remove temp endpoint #813

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
277 changes: 0 additions & 277 deletions packages/helium-admin-cli/src/backfill-mobile-deployment-infos.ts

This file was deleted.

52 changes: 1 addition & 51 deletions packages/spl-utils/src/idl/helium_entity_manager.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.11",
"version": "0.2.12",
"name": "helium_entity_manager",
"instructions": [
{
Expand Down Expand Up @@ -3302,34 +3302,6 @@
}
}
]
},
{
"name": "tempBackfillMobileInfo",
"accounts": [
{
"name": "payer",
"isMut": true,
"isSigner": true
},
{
"name": "mobileInfo",
"isMut": true,
"isSigner": false
},
{
"name": "systemProgram",
"isMut": false,
"isSigner": false
}
],
"args": [
{
"name": "args",
"type": {
"defined": "TempBackfillMobileInfoArgs"
}
}
]
}
],
"accounts": [
Expand Down Expand Up @@ -4047,28 +4019,6 @@
]
}
},
{
"name": "TempBackfillMobileInfoArgs",
"type": {
"kind": "struct",
"fields": [
{
"name": "location",
"type": {
"option": "u64"
}
},
{
"name": "deploymentInfo",
"type": {
"option": {
"defined": "MobileDeploymentInfoV0"
}
}
}
]
}
},
{
"name": "MetadataArgs",
"type": {
Expand Down
2 changes: 0 additions & 2 deletions programs/helium-entity-manager/src/instructions/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ pub mod revoke_maker_v0;
pub mod revoke_program_v0;
pub mod set_entity_active_v0;
pub mod set_maker_tree_v0;
pub mod temp_backfill_mobile_info;
pub mod temp_pay_mobile_onboarding_fee_v0;
pub mod temp_standardize_entity;
pub mod update_data_only_tree_v0;
Expand Down Expand Up @@ -44,7 +43,6 @@ pub use revoke_maker_v0::*;
pub use revoke_program_v0::*;
pub use set_entity_active_v0::*;
pub use set_maker_tree_v0::*;
pub use temp_backfill_mobile_info::*;
pub use temp_pay_mobile_onboarding_fee_v0::*;
pub use temp_standardize_entity::*;
pub use update_data_only_tree_v0::*;
Expand Down
Loading
Loading