Skip to content

Commit

Permalink
fix words
Browse files Browse the repository at this point in the history
  • Loading branch information
XueMoMo committed Jun 20, 2024
1 parent 1c236d6 commit ebb7447
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/blobtx/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -664,14 +664,14 @@ const BlobTX = () => {
<div className='text-center text-[FC7823] font-medium text-[1.25rem]'>Switch to EthDA Network</div>
<div className='mt-[2rem] mb-[2.25rem] flex flex-col gap-3'>
<p className=' mo:text-sm'>
Please add EthDA Devnet to your wallet and make sure you have switched to EthDA Devnet before you start.
Please add EthDA Testnet to your wallet and make sure you have switched to EthDA Testnet before you start.
</p>
<p className=' mo:text-sm'>
Click on <strong className='mo:text-base'>“Add Network”</strong> button to view a simple guide for manually adding
network.
</p>
<p className=' mo:text-sm'>
Click on <strong className=' mo:text-base'>“Enter App”</strong> after you have switched your wallet to EthDA Devnet.
Click on <strong className=' mo:text-base'>“Enter App”</strong> after you have switched your wallet to EthDA Testnet.
</p>
</div>

Expand Down
4 changes: 2 additions & 2 deletions utils/wagmi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ export const ethda = defineChain({
},

// id: 1001,
// network: 'EthDA Devnet',
// name: 'EthDA Devnet',
// network: 'EthDA Testnet',
// name: 'EthDA Testnet',
// nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
// rpcUrls: {
// default: {
Expand Down

0 comments on commit ebb7447

Please sign in to comment.