File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
advanced/dapps/chain-abstraction-demo
components/gift-donut-modal-views Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -120,10 +120,10 @@ function GiftDonutForm({
120120 < UserRound className = "w-4 h-4 absolute top-1/2 left-3 transform -translate-y-1/2 text-gray-500" />
121121 < Input
122122 type = "text"
123- placeholder = "Type ENS or address"
123+ placeholder = "Type address"
124124 value = { recipientAddress }
125125 onChange = { ( e ) => setRecipient ( e . target . value ) }
126- className = "pl -10 pr-4 py-2 w-full rounded-s border h-16 bg-background"
126+ className = "px -10 py-2 w-full rounded-s border h-16 bg-background"
127127 />
128128 < Copy className = "w-4 h-4 absolute top-1/2 right-3 transform -translate-y-1/2 text-gray-500" />
129129 </ div >
Original file line number Diff line number Diff line change @@ -15,19 +15,19 @@ export interface Token {
1515
1616export const supportedNetworks : Network [ ] = [
1717 {
18- name : "Arbitrum" ,
18+ name : arbitrum . name ,
1919 icon : "/chain-logos/arbitrum.png" ,
2020 chainId : arbitrum . id ,
2121 chain :arbitrum
2222 } ,
2323 {
24- name : "Base" ,
24+ name : base . name ,
2525 icon : "/chain-logos/base.webp" ,
2626 chainId : base . id ,
2727 chain :base
2828 } ,
2929 {
30- name : "Optimism" ,
30+ name : optimism . name ,
3131 icon : "/chain-logos/eip155-10.png" ,
3232 chainId : optimism . id ,
3333 chain :optimism
You can’t perform that action at this time.
0 commit comments