File tree Expand file tree Collapse file tree
packages/snap/src/core/services Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ export class AnalyticsService {
123123 account_id : account . id ,
124124 account_address : account . address ,
125125 account_type : account . type ,
126- chain_id : metadata . scope ,
126+ chain_id : transaction . chain ,
127127 transaction_status : transaction . status ,
128128 transaction_type : transaction . type ,
129129 } ,
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ export class ConfirmationHandler {
9494 base64EncodedTransaction,
9595 metadata : {
9696 scope,
97- origin,
97+ origin : origin ?? null ,
9898 } ,
9999 } ,
100100 } ,
@@ -123,7 +123,7 @@ export class ConfirmationHandler {
123123 base64EncodedTransaction,
124124 metadata : {
125125 scope,
126- origin,
126+ origin : origin ?? null ,
127127 } ,
128128 } ,
129129 } ,
@@ -145,7 +145,7 @@ export class ConfirmationHandler {
145145 base64EncodedTransaction,
146146 metadata : {
147147 scope,
148- origin,
148+ origin : origin ?? null ,
149149 } ,
150150 } ,
151151 } ,
You can’t perform that action at this time.
0 commit comments