Skip to content

Commit

Permalink
fix: disable transation insights for now
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Jun 14, 2024
1 parent 058e980 commit f0c1da8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 2 additions & 4 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/filecoin-project/filsnap.git"
},
"source": {
"shasum": "+8ktkERxVbff5KyrDBWC7mbbTwiqAYLQZF7V7V2Hz/I=",
"shasum": "6GovfZSiJnq/MqMiHmWG0BUHzaHMIvX/Vn//OEZ3KbQ=",
"location": {
"npm": {
"filePath": "dist/snap.js",
Expand All @@ -20,10 +20,8 @@
"initialPermissions": {
"endowment:network-access": {},
"endowment:rpc": {
"dapps": true,
"snaps": true
"dapps": true
},
"endowment:transaction-insight": {},
"snap_dialog": {},
"snap_getBip44Entropy": [
{
Expand Down
3 changes: 2 additions & 1 deletion packages/snap/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ export type {
SnapConfig,
} from './types'

export { onTransaction } from './transaction-insight'
// Disable transaction insight for now
// export { onTransaction } from './transaction-insight'

export const onRpcRequest: OnRpcRequestHandler = async ({
origin,
Expand Down

0 comments on commit f0c1da8

Please sign in to comment.