Skip to content

Commit

Permalink
js: remove backpack guardian
Browse files Browse the repository at this point in the history
  • Loading branch information
dr497 committed Dec 29, 2023
1 parent c533cec commit 4a2992a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bonfida/spl-name-service",
"version": "2.1.2",
"version": "2.1.3",
"license": "MIT",
"files": [
"dist"
Expand Down
4 changes: 0 additions & 4 deletions js/src/record_v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ import { resolve } from "./resolve";
* A map that associates each record type with a public key, known as guardians.
*/
export const GUARDIANS = new Map<Record, PublicKey>([
[
Record.Backpack,
new PublicKey("ExXjtfdQe8JacoqP9Z535WzQKjF4CzW1TTRKRgpxvya3"),
],
[Record.Url, new PublicKey("ExXjtfdQe8JacoqP9Z535WzQKjF4CzW1TTRKRgpxvya3")],
]);

Expand Down

0 comments on commit 4a2992a

Please sign in to comment.