Skip to content

Synthetixio/contract-linker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Synthetix Team
Mar 13, 2024
9395c94 · Mar 13, 2024
Dec 13, 2022
Jul 28, 2022
Oct 24, 2019
Nov 5, 2019
Oct 24, 2019
Oct 24, 2019
Jul 27, 2022
Dec 12, 2022
Jul 27, 2022
Oct 24, 2019
Mar 13, 2024
Mar 13, 2024
Mar 13, 2024

Repository files navigation

SNX Contracts Auto Redirect

Netlify Status

This is the SNX auto redirection tool. It uses HTTP 302 temporary redirects to redirect to the latest version of the Synthetix protocol contracts on Etherscan. It's here for conveninence for those who often deal with the contracts directly, and for linking to deployed contracts in blog posts, etc.

Please use /ContractName (case-sensitive) to auto-redirect to the latest contract version. E.g. https://contracts.synthetix.io/Synthetix links to the latest underlying.

For the full list of contract names, please look at our developer docs.

For testnets (goerli, rinkeby and ropsten), please prefix the testnet in lowercase. E.g. https://contracts.synthetix.io/goerli/SynthsUSD

Bookmark utility

Run the following to get a list of bookmarks you can import into your browser to get useful addresbar keyboard shortcuts (e.g. you could type feepool goerli to easily go to the FeePool address on goerli).

npm run bookmarks

You can import this file bookmarks.html file into Chrome via:

image