Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Add owl and syntetics (#86)
Browse files Browse the repository at this point in the history
* Add SNX

* Add sETH

* Add OWL
  • Loading branch information
anxolin committed Feb 5, 2020
1 parent db1a12f commit 5184862
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions src/tokenList.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,43 @@
"website": "https://www.synthetix.io/ ",
"description": "Tracks the price of a single US Dollar (USD). This Synth always remains constant at 1.",
"rinkeby_faucet": "https://rinkeby.etherscan.io/address/0xDFd3CAde426Fc6A014fd2e0E1Cb3158F972A1A0D. Instructions: https://github.com/Synthetixio/synthetix/issues/382#issuecomment-579518740"
},
{
"id": 10,
"name": "Synthetix Network",
"symbol": "SNX",
"decimals": 18,
"addressByNetwork": {
"1": "0xC011A72400E58ecD99Ee497CF89E3775d4bd732F",
"4": "0x322A3346bf24363f451164d96A5b5cd5A7F4c337"
},
"website": "https://www.synthetix.io",
"description": "The Synthetix Network Token (SNX) gets staked as collateral to back Synths and entitles stakers to receive fees generated by Synth trades on Synthetix.Exchange",
"rinkeby_faucet": "https://rinkeby.etherscan.io/address/0xDFd3CAde426Fc6A014fd2e0E1Cb3158F972A1A0D. Instructions: https://github.com/Synthetixio/synthetix/issues/382#issuecomment-579518740"
},
{
"id": 11,
"name": "Synth sETH",
"symbol": "sETH",
"decimals": 18,
"addressByNetwork": {
"1": "0x5e74C9036fb86BD7eCdcb084a0673EFc32eA31cb"
},
"website": "https://www.synthetix.io",
"description": "Tracks the price of Ether (ETH) through price feeds supplied by an oracle",
"rinkeby_faucet": null
},
{
"id": 12,
"name": "OWL",
"symbol": "OWL",
"decimals": 18,
"addressByNetwork": {
"1": "0x1A5F9352Af8aF974bFC03399e3767DF6370d82e4",
"4": "0xa7D1C04fAF998F9161fC9F800a99A809b84cfc9D"
},
"website": "https://gnosis.io/tokens",
"description": "OWL can be used to pay 1 USD in fees on Gnosis platforms",
"rinkeby_faucet": null
}
]

0 comments on commit 5184862

Please sign in to comment.