diff --git a/.env.example b/.env.example index bb9ac83..62cbad5 100644 --- a/.env.example +++ b/.env.example @@ -11,4 +11,9 @@ NEXT_PUBLIC_OSMOSIS_TEST_GQL=https://testnet-osmosis-node.marsprotocol.io/XF32UO # PION-1 # NEXT_PUBLIC_NEUTRON_TEST_RPC=https://rpc-palvus.pion-1.ntrn.tech/ NEXT_PUBLIC_NEUTRON_TEST_REST=https://rest-palvus.pion-1.ntrn.tech/ -NEXT_PUBLIC_NEUTRON_TEST_GQL=https://testnet-neutron-gql.marsprotocol.io/graphql \ No newline at end of file +NEXT_PUBLIC_NEUTRON_TEST_GQL=https://testnet-neutron-gql.marsprotocol.io/graphql + +# NEUTRON-1 # +NEXT_PUBLIC_NEUTRON_RPC=https://neutron.rpc.p2p.world/qgrnU6PsQZA8F9S5Fb8Fn3tV3kXmMBl2M9bcc9jWLjQy8p +NEXT_PUBLIC_NEUTRON_REST=https://neutron.rpc.p2p.world/qgrnU6PsQZA8F9S5Fb8Fn3tV3kXmMBl2M9bcc9jWLjQy8p/lcd +NEXT_PUBLIC_NEUTRON_GQL=https://neutron.rpc.p2p.world/qgrnU6PsQZA8F9S5Fb8Fn3tV3kXmMBl2M9bcc9jWLjQy8p/hive/graphql diff --git a/.env.production b/.env.production index e69ca5b..f549088 100644 --- a/.env.production +++ b/.env.production @@ -14,4 +14,9 @@ NEXT_PUBLIC_OSMOSIS_TEST_GQL=APP_NEXT_OSMOSIS_TEST_GQL # PION-1 # NEXT_PUBLIC_NEUTRON_TEST_RPC=APP_NEXT_NEUTRON_TEST_RPC NEXT_PUBLIC_NEUTRON_TEST_REST=APP_NEXT_NEUTRON_TEST_REST -NEXT_PUBLIC_NEUTRON_TEST_GQL=APP_NEXT_NEUTRON_TEST_GQL \ No newline at end of file +NEXT_PUBLIC_NEUTRON_TEST_GQL=APP_NEXT_NEUTRON_TEST_GQL + +# NEUTRON-1 # +NEXT_PUBLIC_NEUTRON_RPC=APP_NEXT_NEUTRON_RPC +NEXT_PUBLIC_NEUTRON_REST=APP_NEXT_NEUTRON_REST +NEXT_PUBLIC_NEUTRON_GQL=APP_NEXT_NEUTRON_GQL \ No newline at end of file diff --git a/README.md b/README.md index 178078a..6a6a4eb 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,8 @@ docker run -it -p 3000:3000 \ -e URL_OSMOSIS_TEST_REST=https://lcd.osmotest5.osmosis.zone \ -e URL_OSMOSIS_TEST_RPC=https://rpc.osmotest5.osmosis.zone \ -e URL_NEUTRON_GQL=https://neutron.rpc.p2p.world/qgrnU6PsQZA8F9S5Fb8Fn3tV3kXmMBl2M9bcc9jWLjQy8p/hive/graphql \ - -e URL_NEUTRON_REST=https://rest-palvus.pion-1.ntrn.tech \ - -e URL_NEUTRON_RPC=https://rpc-palvus.pion-1.ntrn.tech \ + -e URL_NEUTRON_REST=https://rest-kralum.neutron-1.neutron.org \ + -e URL_NEUTRON_RPC=https://rpc-kralum.neutron-1.neutron.org \ -e URL_NEUTRON_TEST_GQL=https://testnet-neutron-gql.marsprotocol.io/graphql \ -e URL_NEUTRON_TEST_REST=https://rest-palvus.pion-1.ntrn.tech \ -e URL_NEUTRON_TEST_RPC=https://rpc-palvus.pion-1.ntrn.tech marsprotocol/interface:latest