Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 445 Bytes

readme.md

File metadata and controls

19 lines (11 loc) · 445 Bytes

Setup

From root:

  1. cp .env.sample .env
  2. In .env, set MAINNET_RPC var (i.e., set infura key or use different endpoint)
  3. yarn install

Arbify an L1 Token List

yarn arbify --tokenList https://gateway.ipfs.io/ipns/tokens.uniswap.org --l2NetworkID 42161

Note that a local list can also be used, i.e.:

yarn arbify --tokenList ./src/SourceLists/my_l1_list.json --l2NetworkID 42161

Generate Full List

yarn fullList