From root:
cp .env.sample .env
- In
.env
, setMAINNET_RPC
var (i.e., set infura key or use different endpoint) yarn install
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
yarn fullList