Skip to content

Commit

Permalink
restructure package
Browse files Browse the repository at this point in the history
  • Loading branch information
containerman17 committed Sep 19, 2024
1 parent e123d26 commit 1796fa0
Show file tree
Hide file tree
Showing 50 changed files with 3 additions and 49 deletions.
22 changes: 0 additions & 22 deletions .devcontainer/devcontainer.json

This file was deleted.

File renamed without changes.
12 changes: 0 additions & 12 deletions .github/dependabot.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
dist
1 change: 0 additions & 1 deletion hypersdk_snap/.gitignore

This file was deleted.

12 changes: 0 additions & 12 deletions hypersdk_snap/README.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion hypersdk_snap/snap.manifest.json → snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/MetaMask/template-snap-monorepo.git"
},
"source": {
"shasum": "YdcqrDgrrjhhmblc55l/eR6swN13Egp7UnR6YfR8jH4=",
"shasum": "Fb2Zbx7oY3DFgJtyJ8lPezXu1OzQDqT1yY/N0E3jXD0=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion hypersdk_snap/src/client/index.ts → src/client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export abstract class HyperSDKBaseClient extends EventTarget {
return this.sendRawTx(signed);
}

public async sendRawTx(txBytes: Uint8Array): Promise<void> {
private async sendRawTx(txBytes: Uint8Array): Promise<void> {
const bytesBase64 = base64.encode(txBytes);
return this.makeCoreAPIRequest<void>('submitTx', { tx: bytesBase64 });
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1796fa0

Please sign in to comment.