-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
164 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"label": "Technical Reference", | ||
"position": 4 | ||
} |
34 changes: 34 additions & 0 deletions
34
docs.renegade.fi/docs/technical-reference/contract-addresses.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
sidebar_position: 1 | ||
description: Getting started with the Renegade Typescript SDK. | ||
--- | ||
|
||
# Useful Addresses | ||
|
||
## Contract Addresses | ||
|
||
| Contract | Arbitrum One Address | Arbitrum Sepolia Address | | ||
|----------|------------------------|----------------------------| | ||
| [Darkpool](https://github.com/renegade-fi/renegade-contracts/blob/main/contracts-stylus/src/contracts/darkpool.rs) | 0x30bd8eab29181f790d7e495786d4b96d7afdc518 | 0x9af58f1ff20ab22e819e40b57ffd784d115a9ef5 | | ||
| [Permit2](https://github.com/Uniswap/permit2) | 0x000000000022D473030F116dDEE9F6B43aC78BA3 | 0x9458198bcc289c42e460cb8ca143e5854f734442 | | ||
|
||
## Relayer and Price Reporter Addresses | ||
|
||
| Name | Arbitrum One Address | Arbitrum Sepolia Address | | ||
|----------|------------------------|----------------------------| | ||
| [Renegade](https://github.com/renegade-fi/renegade) | mainnet.cluster0.renegade.fi | testnet.cluster0.renegade.fi | | ||
| [Price Reporter](https://github.com/renegade-fi/renegade/tree/main/workers/price-reporter) | mainnet.price-reporter.renegade.fi | testnet.price-reporter.renegade.fi | | ||
|
||
## Whitelisted Tokens | ||
|
||
| Arbitrum One Token Mapping | Arbitrum Sepolia Token Mapping | | ||
|----------------------------|----------------------------| | ||
| [View on Github](https://github.com/renegade-fi/token-mappings/blob/main/mainnet.json) | [View on Github](https://github.com/renegade-fi/token-mappings/blob/main/testnet.json) | | ||
|
||
:::note | ||
In the early days of the protocol, certain tokens are whitelisted. | ||
::: | ||
|
||
## Arbitrum public RPC endpoints | ||
|
||
Refer to the [Arbitrum Docs](https://docs.arbitrum.io/build-decentralized-apps/reference/node-providers) for information such as the RPC endpoints, chain ID, and block explorer. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters