complete store refactor; moved form inputs into store; refactored components out of TimedOrderEntry

This commit is contained in:
Tim Olson
2023-11-25 16:21:42 -04:00
parent c3f05deff1
commit 094108d806
13 changed files with 192 additions and 174 deletions

View File

@@ -4,7 +4,7 @@ const known_chains = [
{
name: 'Arbitrum One',
id: 42161,
image: null,
image: '/arbitrum-logo.svg',
}
]