Skip to content

Commit

Permalink
.env: make it mainnet by default
Browse files Browse the repository at this point in the history
We need proper release tarballs.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
  • Loading branch information
roman-khimov committed Dec 25, 2023
1 parent 93e018b commit d29f7fc
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .env
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
REACT_APP_WC_PROJECT_ID=
# production project ID, can only be used by panel.fs.neo.org
REACT_APP_WC_PROJECT_ID=8e39af16af0819871be6f2da61a3a038

REACT_APP_URL=http://localhost:3000
REACT_APP_RESTGW=https://rest.t5.fs.neo.org/v1
REACT_APP_HTTPGW=https://http.t5.fs.neo.org
REACT_APP_URL=https://panel.fs.neo.org/
REACT_APP_RESTGW=https://rest.fs.neo.org/v1
REACT_APP_HTTPGW=https://http.fs.neo.org

# NeoFS t5 Contract
REACT_APP_NEOFS_ACCOUNT=NZAUkYbJ1Cb2HrNmwZ1pg9xYHBhm2FgtKV
REACT_APP_NEOFS_SCRIPT_HASH=0x3c3f4b84773ef0141576e48c3ff60e5078235891
# Mainnet NeoFS contract
REACT_APP_NEOFS_ACCOUNT=NNxVrKjLsRkWsmGgmuNXLcMswtxTGaNQLk
REACT_APP_NEOFS_SCRIPT_HASH=0x2cafa46838e8b564468ebd868dcafdd99dce6221
REACT_APP_NEOFS_GAS_TOKEN=0xd2a4cff31913016155e38e474a2c06d08be276cf

0 comments on commit d29f7fc

Please sign in to comment.