Skip to content

Commit

Permalink
add signer endpoints for sapphire networks
Browse files Browse the repository at this point in the history
  • Loading branch information
BboyStatix committed Oct 23, 2023
1 parent a380047 commit 121425b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/constants/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ export const NETWORK_MAP = {
};

export const SIGNER_MAP = {
[TORUS_SAPPHIRE_NETWORK.SAPPHIRE_MAINNET]: "https://signer.tor.us",
[TORUS_SAPPHIRE_NETWORK.SAPPHIRE_DEVNET]: "https://signer.tor.us",
[TORUS_LEGACY_NETWORK.MAINNET]: "https://signer.tor.us",
[TORUS_LEGACY_NETWORK.TESTNET]: "https://signer.tor.us",
[TORUS_LEGACY_NETWORK.CYAN]: "https://signer-polygon.tor.us",
Expand Down

0 comments on commit 121425b

Please sign in to comment.