From 9756562a2c19604141db1ab1cb13b9449f687f60 Mon Sep 17 00:00:00 2001 From: Aleksandr Kraiz Date: Wed, 8 Jun 2022 15:41:08 +0400 Subject: [PATCH] Update envs.json --- src/config/envs.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/config/envs.json b/src/config/envs.json index 2b1805f..10b7550 100644 --- a/src/config/envs.json +++ b/src/config/envs.json @@ -10,6 +10,9 @@ }, "250": { "api": "https://trade-ftm.orionprotocol.io" + }, + "137": { + "api": "https://trade-polygon.orionprotocol.io" } } }, @@ -82,4 +85,4 @@ } } } -} \ No newline at end of file +}