hemilabs / interface

🦄 Open source interfaces for the Uniswap protocol
https://app.uniswap.org
GNU General Public License v3.0
0 stars 0 forks source link

Define Hemi and Hemi Sepolia chains info #2

Open leanazulyoro opened 3 months ago

leanazulyoro commented 3 months ago

This information is used in the app to define each supported chain, we'll need the final values for HEMI as well as HEMI_SEPOLIA

[ChainId.HEMI_SEPOLIA]: {
    networkType: NetworkType.L2,
    // TODO confirm
    blockWaitMsBeforeWarning: ms(`25m`),
    bridge: 'http://app.hemi.xyz',
    // TODO define json list
    defaultListUrl: BASE_LIST,
    docs: 'https://docs.hemi.xyz',
    explorer: 'https://testnet.explorer.hemi.network',
    // TODO define
    infoLink: 'https://docs.hemi.xyz/',
    label: 'Hemi Sepolia',
    // TODO define
    statusPage: 'https://optimism.io/status',
    // TODO define
    helpCenterUrl: 'https://docs.hemi.xyz',
    nativeCurrency: { name: 'Testnet Hemi Ether', symbol: 'thETH', decimals: 18 },
    color: darkTheme.chain_10,
    backgroundColor: darkTheme.chain_10_background,
  }
gndelia commented 2 months ago

The explorer URL will change, see https://github.com/hemilabs/infrastructure/issues/129

gndelia commented 2 months ago

it may be relevant to define blockWaitMsBeforeWarning - See https://github.com/hemilabs/infrastructure/pull/131/files

gndelia commented 2 months ago

re: nativeCurrency's symbol, I think it will be a plain ETH instead of thETH