Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sambacha/sushiswap-relayers-list
SushiSwap Relayers List
https://github.com/sambacha/sushiswap-relayers-list
ethereum lps markets relayers sushiswap yearn
Last synced: 9 days ago
JSON representation
SushiSwap Relayers List
- Host: GitHub
- URL: https://github.com/sambacha/sushiswap-relayers-list
- Owner: sambacha
- Created: 2021-02-03T09:20:57.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-23T23:25:29.000Z (over 3 years ago)
- Last Synced: 2024-10-12T15:28:40.272Z (23 days ago)
- Topics: ethereum, lps, markets, relayers, sushiswap, yearn
- Language: TypeScript
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sushiswap-relayers-list
```json
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://finance.sushiswap.relayer/relayer.list.json",
"type": "array",
"definitions": {},
"title": "sushiswap relayer list",
"description": "JSON format used as a registry of all sushiswap relayers",
"items": {
"$id": "#/address",
"type": "string",
"title": "Relayer Contract Address",
"description": "The smart contract address for the relayer",
"default": "",
"examples": [
"0x686a01120827cae5230bb81d5c2a74667c8b7552",
"0x9510eee077058d82239896899ca080a8b18a6457",
"0xd3d5a9fc1c284167ed8306115451c15521c17a23"
],
"pattern": "^([0-9a-f]{40})$"
}
}
```