From 87cec7d4a80fc18c650acc0c115a321240bd15f9 Mon Sep 17 00:00:00 2001 From: Leofis G Date: Fri, 20 Aug 2021 11:38:12 +0800 Subject: [PATCH] Added Port Finance token to create lock up --- src/store/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/config.ts b/src/store/config.ts index f62f23e..5225489 100644 --- a/src/store/config.ts +++ b/src/store/config.ts @@ -55,6 +55,7 @@ export const networks: Networks = { msrm: new PublicKey('MSRMcoVyrFxnSgo5uXwone5SKcGhT1KEJMFEkMEWf9L'), fida: new PublicKey('EchesyfXePKdLtoiZSL8pBe8Myagyy8ZRqsACNCFGnvp'), dxl: new PublicKey('GsNzxJfFn6zQdJGeYsupJWzUAm57Ba7335mfhWvFiE9Z'), + port: new PublicKey('PoRTjZMPXb9T7dyU7tpLEZRQj7e6ssfAE62j2oQuc6y'), }, }, devnet: {