This repository was archived by the owner on Dec 26, 2024. It is now read-only.
File tree 5 files changed +9
-9
lines changed
components/SendAndReceive
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const Confirm = ({txHash, success}: ConfirmProps) => (
20
20
< div className = { `text-title-1s ${ success ? 'text-theme-green' : 'text-theme-red' } md:text-base-1s` } >
21
21
Transaction { success ? "successful" : "failed" }
22
22
</ div >
23
- < a className = "btn-gray w-full mt-12 md:mt-8" href = { `https://vicscan.xyz/tx /${ txHash } ` } target = "_blank" >
23
+ < a className = "btn-gray w-full mt-12 md:mt-8" href = { `https://scan.abstraction.world/operation /${ txHash } ` } target = "_blank" >
24
24
View transaction
25
25
</ a >
26
26
</ div >
Original file line number Diff line number Diff line change @@ -103,15 +103,15 @@ const Send = ({ preSelectedAsset }: SendProps) => {
103
103
success : ( data ) => (
104
104
< div >
105
105
Transaction Success -{ " " }
106
- < a href = { `https://vicscan.xyz/tx /${ data . userOpHash } ` } target = "_blank" >
106
+ < a href = { `https://scan.abstraction.world/operation /${ data . userOpHash } ` } target = "_blank" >
107
107
Click to view on scan
108
108
</ a >
109
109
</ div >
110
110
) ,
111
111
error : ( err ) => (
112
112
< div >
113
113
Transaction Fail -{ " " }
114
- < a href = { `https://vicscan.xyz/tx /${ err . userOpHash } ` } target = "_blank" >
114
+ < a href = { `https://scan.abstraction.world/operation /${ err . userOpHash } ` } target = "_blank" >
115
115
Click to view on scan
116
116
</ a >
117
117
</ div >
Original file line number Diff line number Diff line change @@ -66,15 +66,15 @@ const SignUpHandle = ({
66
66
success : ( data ) => (
67
67
< div >
68
68
Transaction Success -{ " " }
69
- < a href = { `https://vicscan.xyz/tx /${ data . userOpHash } ` } target = "_blank" >
69
+ < a href = { `https://scan.abstraction.world/operation /${ data . userOpHash } ` } target = "_blank" >
70
70
Click to view on scan
71
71
</ a >
72
72
</ div >
73
73
) ,
74
74
error : ( err ) => (
75
75
< div >
76
76
Transaction Fail -{ " " }
77
- < a href = { `https://vicscan.xyz/tx /${ err . userOpHash } ` } target = "_blank" >
77
+ < a href = { `https://scan.abstraction.world/operation /${ err . userOpHash } ` } target = "_blank" >
78
78
Click to view on scan
79
79
</ a >
80
80
</ div >
Original file line number Diff line number Diff line change @@ -54,15 +54,15 @@ const CreatePage = () => {
54
54
success : ( data ) => (
55
55
< div >
56
56
Transaction Success -{ " " }
57
- < a href = { `https://vicscan.xyz/tx /${ userOpHash } ` } target = "_blank" >
57
+ < a href = { `https://scan.abstraction.world/operation /${ userOpHash } ` } target = "_blank" >
58
58
Click to view on scan
59
59
</ a >
60
60
</ div >
61
61
) ,
62
62
error : ( err ) => (
63
63
< div >
64
64
Transaction Fail -{ " " }
65
- < a href = { `https://vicscan.xyz/tx /${ userOpHash } ` } target = "_blank" >
65
+ < a href = { `https://scan.abstraction.world/operation /${ userOpHash } ` } target = "_blank" >
66
66
Click to view on scan
67
67
</ a >
68
68
</ div >
Original file line number Diff line number Diff line change @@ -58,15 +58,15 @@ const WelcomePage = () => {
58
58
success : ( data ) => (
59
59
< div >
60
60
Transaction Success -{ " " }
61
- < a href = { `https://vicscan.xyz/tx /${ userOpHash } ` } target = "_blank" >
61
+ < a href = { `https://scan.abstraction.world/operation /${ userOpHash } ` } target = "_blank" >
62
62
Click to view on scan
63
63
</ a >
64
64
</ div >
65
65
) ,
66
66
error : ( err ) => (
67
67
< div >
68
68
Transaction Fail -{ " " }
69
- < a href = { `https://vicscan.xyz/tx /${ userOpHash } ` } target = "_blank" >
69
+ < a href = { `https://scan.abstraction.world/operation /${ userOpHash } ` } target = "_blank" >
70
70
Click to view on scan
71
71
</ a >
72
72
</ div >
You can’t perform that action at this time.
0 commit comments