shibaswap-dump
v1.0.1
Published
Static set of addresses (ShibaSwap Ethereum mainnet)
Readme
shibaswap-dump
Static set of addresses (ShibaSwap Ethereum mainnet). New pairs updates happen every hour at GitHub Action update.yml via uniswap-v2-loader
Data: dump.csv 135Kb+
CSV schema: id,pair,token0,token1
Example:
...
10,0x4200b824d4b1118e290767a9f255d53af21fabca,0x6b175474e89094c44da98b954eedeac495271d0f,0x9813037ee2218799597d83d4a5b6f3b6778218d9
...where:
10- pair/pool index at factory contract
0x4200b824d4b1118e290767a9f255d53af21fabca- BONE/DAI AMM contract address
0x6b175474e89094c44da98b954eedeac495271d0f- DAI ERC-20 token contract address
0x9813037ee2218799597d83d4a5b6f3b6778218d9- BONE ERC-20 token contract address
API
Same implementation as other Uniswap v2 based protocols.
Base API reference: uniswap-v2-loader.
Predefined filename with value dump.csv.
Usage CLI/API:
> node -e "require('shibaswap-dump').load().then(pairs => console.log(pairs.length))"
> 1036