mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
refactor: remove unused Avalanche RPC settings
This commit is contained in:
@@ -107,7 +107,7 @@ const CryptoWalletsForm = ({ account }: { account: Account | undefined }) => {
|
||||
type='text'
|
||||
onChange={(e) => setWalletsArrayProperty(selectedWallet, 'chainTicker', e.target.value)}
|
||||
value={walletsArray[selectedWallet].chainTicker}
|
||||
placeholder='eth/sol/avax'
|
||||
placeholder='eth/sol/matic'
|
||||
/>
|
||||
</div>
|
||||
<div className={`${styles.walletField} ${styles.step2}`}>
|
||||
@@ -138,7 +138,7 @@ const CryptoWalletsForm = ({ account }: { account: Account | undefined }) => {
|
||||
type='text'
|
||||
onChange={(e) => setWalletsArrayProperty(selectedWallet, 'timestamp', Number(e.target.value))}
|
||||
value={walletsArray[selectedWallet].timestamp || ''}
|
||||
placeholder='Timestamp'
|
||||
placeholder='1234567890'
|
||||
/>
|
||||
</div>
|
||||
<div className={`${styles.walletField} ${styles.step4}`}>
|
||||
|
||||
Reference in New Issue
Block a user