Skip to content

Commit b493b21

Browse files
authored
Merge pull request #47 from mars-protocol/v1.7.2
v1.7.2
2 parents e45539c + c54503c commit b493b21

File tree

117 files changed

+2006
-1238
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+2006
-1238
lines changed

.env.production

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ NEXT_PUBLIC_NEUTRON_TEST_GQL=APP_NEXT_NEUTRON_TEST_GQL
1414
# NEUTRON-1 #
1515
NEXT_PUBLIC_NEUTRON_RPC=APP_NEXT_NEUTRON_RPC
1616
NEXT_PUBLIC_NEUTRON_REST=APP_NEXT_NEUTRON_REST
17-
NEXT_PUBLIC_NEUTRON_GQL=APP_NEXT_NEUTRON_GQL
17+
NEXT_PUBLIC_NEUTRON_GQL=APP_NEXT_NEUTRON_GQL
18+
19+
NEXT_PUBLIC_WALLET_CONNECT_ID=APP_NEXT_WALLET_CONNECT_ID

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ We allow the use of environment variables to be passed to the Docker container t
3939
| URL_NEUTRON_TEST_GQL | The Neutron Testnet Hive GraphQL endpoint to use | https://testnet-neutron-gql.marsprotocol.io/graphql |
4040
| URL_NEUTRON_TEST_REST | The Neutron Testnet node REST endpoint to use | https://rest-palvus.pion-1.ntrn.tech |
4141
| URL_NEUTRON_TEST_RPC | The Neutron Testnet node RPC endpoint to use | https://rpc-palvus.pion-1.ntrn.tech |
42+
| WALLET_CONNECT_ID | Your projecta WalletConnect v2 ID | 0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x |
4243

4344
**Sample Docker run command**
4445

@@ -54,7 +55,8 @@ docker run -it -p 3000:3000 \
5455
-e URL_NEUTRON_RPC=https://rpc-kralum.neutron-1.neutron.org \
5556
-e URL_NEUTRON_TEST_GQL=https://testnet-neutron-gql.marsprotocol.io/graphql \
5657
-e URL_NEUTRON_TEST_REST=https://rest-palvus.pion-1.ntrn.tech \
57-
-e URL_NEUTRON_TEST_RPC=https://rpc-palvus.pion-1.ntrn.tech marsprotocol/interface:latest
58+
-e URL_NEUTRON_TEST_RPC=https://rpc-palvus.pion-1.ntrn.tech \
59+
-e WALLET_CONNECT_ID=0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x marsprotocol/interface:latest
5860
```
5961

6062
## 3. Text and translations

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ echo "APP_NEXT_NEUTRON_GQL=$URL_NEUTRON_GQL" >> $envFilename
1313
echo "APP_NEXT_NEUTRON_TEST_RPC=$URL_NEUTRON_TEST_RPC" >> $envFilename
1414
echo "APP_NEXT_NEUTRON_TEST_REST=$URL_NEUTRON_TEST_REST" >> $envFilename
1515
echo "APP_NEXT_NEUTRON_TEST_GQL=$URL_NEUTRON_TEST_GQL" >> $envFilename
16+
echo "APP_NEXT_WALLET_CONNECT_ID=$WALLET_CONNECT_ID" >> $envFilename
1617
function apply_path {
1718
# read all config file
1819
while read line; do

next-config.patch

Lines changed: 0 additions & 16 deletions
This file was deleted.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mars",
33
"homepage": "./",
4-
"version": "1.7.1",
4+
"version": "1.7.2",
55
"private": false,
66
"license": "SEE LICENSE IN LICENSE FILE",
77
"scripts": {
@@ -22,7 +22,8 @@
2222
"@cosmjs/launchpad": "^0.27.1",
2323
"@cosmjs/proto-signing": "^0.31.1",
2424
"@cosmjs/stargate": "^0.31.1",
25-
"@marsprotocol/wallet-connector": "^2.1.3",
25+
"@delphi-labs/shuttle-react": "^3.10.0",
26+
"@keplr-wallet/cosmos": "^0.12.40",
2627
"@material-ui/core": "^4.12.4",
2728
"@material-ui/icons": "^4.11.3",
2829
"@ramonak/react-progress-bar": "^5.0.3",
@@ -56,6 +57,7 @@
5657
"react-device-detect": "^2.2.2",
5758
"react-dom": "^18.2.0",
5859
"react-i18next": "^12.1.5",
60+
"react-qr-code": "^2.0.12",
5961
"react-spring": "^9.6.1",
6062
"react-table": "^7.8.0",
6163
"react-use-clipboard": "^1.0.9",
3.66 KB
Loading
8.95 KB
Loading

public/images/wallets/keplr-wc.png

8.22 KB
Loading

public/images/wallets/keplr.png

7.94 KB
Loading
3.06 KB
Loading

0 commit comments

Comments
 (0)