Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/offchainlabs/arbitrum-token-lists
https://github.com/offchainlabs/arbitrum-token-lists
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/offchainlabs/arbitrum-token-lists
- Owner: OffchainLabs
- Created: 2021-10-14T20:04:54.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T10:56:10.000Z (5 months ago)
- Last Synced: 2024-06-14T12:04:12.356Z (5 months ago)
- Language: TypeScript
- Size: 1.12 MB
- Stars: 22
- Watchers: 26
- Forks: 16
- Open Issues: 11
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Setup
From root:
1. `yarn install`
2. `cd packages/cli; cp .env.sample .env`
3. In `.env`, either set `MAINNET_RPC`, `GOERLI_RPC`, and `SEPOLIA_RPC` var or `INFURA_KEY`### Arbify an L1 Token List
`yarn arbify --tokenList https://gateway.ipfs.io/ipns/tokens.uniswap.org --l2NetworkID 42161 --newArbifiedList ./src/ArbTokenLists/arbed_uniswap_labs.json`
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`