From fba9b642ca68effa942cda40fe8d9b927dae2dde Mon Sep 17 00:00:00 2001 From: zramsay Date: Mon, 29 Jan 2024 19:50:06 -0500 Subject: [PATCH] fixes --- .env | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.env b/.env index e69de29..87df7af 100644 --- a/.env +++ b/.env @@ -0,0 +1,10 @@ +URL_OSMOSIS_GQL=https://osmosis-node.marsprotocol.io/GGSFGSFGFG34/osmosis-hive-front/graphql +URL_OSMOSIS_REST=https://lcd-osmosis.blockapsis.com +URL_OSMOSIS_RPC=https://rpc-osmosis.blockapsis.com +URL_NEUTRON_GQL=https://neutron.rpc.p2p.world/qgrnU6PsQZA8F9S5Fb8Fn3tV3kXmMBl2M9bcc9jWLjQy8p/hive/graphql +URL_NEUTRON_REST=https://rest-kralum.neutron-1.neutron.org +URL_NEUTRON_RPC=https://rpc-kralum.neutron-1.neutron.org +URL_NEUTRON_TEST_GQL=https://testnet-neutron-gql.marsprotocol.io/graphql +URL_NEUTRON_TEST_REST=https://rest-palvus.pion-1.ntrn.tech +URL_NEUTRON_TEST_RPC=https://rpc-palvus.pion-1.ntrn.tech +WALLET_CONNECT_ID=0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0 diff --git a/package.json b/package.json index b6a12b1..dd407a7 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "license": "SEE LICENSE IN LICENSE FILE", "scripts": { "dev": "next dev -p 3001", - "build": "yarn test && next build", + "build": "next build", "export": "next export", "start": "next start", "lint": "eslint ./src/ && yarn prettier-check",