You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.
Use JS lib (doesn't exist yet) transaction library to display transactions that pop up on L2 as well (when you do a transaction you have pop up showing with status). Pending, Success, Failed, etc.
Gas estimate --> gas estimate for L2 is going to be hardcoded to 9M, gas estimate for L1 still use gas limit estimate func
Gas Price - on L1 keep same logic, recommended and custom fetched from 3rd party api. On L2 GWEI will be a gas price of 1
Update the graph endpoint to work cross chain (David S working on subgraph)
The text was updated successfully, but these errors were encountered:
Use the JS mono repo to use the providers from the library because its cross chain between L1 and L2
Change the provider to be L2 - Jeremy - Not Started
Update the design with new logo - Jeremy - Not Started
Switch components to be able to switch between different chains
Hold chain state within the dapp, isLayer1, isLayer2, boolean flag to make sure dapp knows what state it is at the moment
Examples --> see PR from Clem Synthetixio/staking#370
Use JS lib (doesn't exist yet) transaction library to display transactions that pop up on L2 as well (when you do a transaction you have pop up showing with status). Pending, Success, Failed, etc.
Gas estimate --> gas estimate for L2 is going to be hardcoded to 9M, gas estimate for L1 still use gas limit estimate func
Gas Price - on L1 keep same logic, recommended and custom fetched from 3rd party api. On L2 GWEI will be a gas price of 1
Update the graph endpoint to work cross chain (David S working on subgraph)
The text was updated successfully, but these errors were encountered: