From 0f189852c1cf215250f020c9b5fd2708f6968602 Mon Sep 17 00:00:00 2001 From: Piotr Roslaniec Date: Tue, 2 Jul 2024 12:51:39 +0200 Subject: [PATCH] feat: replace depreacted porter uris --- packages/shared/src/porter.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/shared/src/porter.ts b/packages/shared/src/porter.ts index 7d78b5e65..556bc4a91 100644 --- a/packages/shared/src/porter.ts +++ b/packages/shared/src/porter.ts @@ -13,9 +13,8 @@ import { Base64EncodedBytes, ChecksumAddress, HexEncodedBytes } from './types'; import { fromBase64, fromHexString, toBase64, toHexString } from './utils'; const porterUri: Record = { - mainnet: 'https://porter.nucypher.community', - tapir: 'https://porter-tapir.nucypher.community', - oryx: 'https://porter-oryx.nucypher.community', + mainnet: 'https://porter.nucypher.io', + tapir: 'https://porter-tapir.nucypher.io', lynx: 'https://porter-lynx.nucypher.community', };