Skip to content

Commit ddbdcee

Browse files
Merge branch 'master' into swap-new
2 parents 01edfb8 + 98d213d commit ddbdcee

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/config/config-beta.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { firebaseConfig } from './firebase-web-beta';
44
const extSyncBaseUrl = 'https://fire.moonlet.dev/functions/extensionSync';
55

66
export const CONFIG_BETA: IAppConfig = {
7-
// walletApiBaseUrl: 'https://api.moonlet.dev',
8-
walletApiBaseUrl: 'http://127.0.0.1:8080',
7+
walletApiBaseUrl: 'https://api.moonlet.dev',
8+
// walletApiBaseUrl: 'http://127.0.0.1:8080',
99

1010
supportUrl: 'https://fire.moonlet.dev/static/support/webview.html',
1111
env: process.env.MOONLET_SOME_KEY,

src/core/blockchain/zilliqa/__tests__/__snapshots__/account.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Object {
6666
"symbol": "KKZ",
6767
},
6868
"PORT": Object {
69-
"active": true,
69+
"active": false,
7070
"balance": Object {
7171
"available": "0",
7272
"detailed": Object {},
@@ -192,7 +192,7 @@ Object {
192192
"symbol": "ZLP",
193193
},
194194
"ZWAP": Object {
195-
"active": true,
195+
"active": false,
196196
"balance": Object {
197197
"available": "0",
198198
"detailed": Object {},

src/core/blockchain/zilliqa/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,16 +140,16 @@ export const config: IBlockchainConfig = {
140140
autoAddedTokensSymbols: {
141141
'1': {
142142
gZIL: GZIL_MAINNET,
143-
XSGD: XSGD_MAINNET,
144-
PORT: PORT_MAINNET,
145-
ZWAP: ZWAP_MAINNET
143+
XSGD: XSGD_MAINNET
146144
},
147145
'333': {
148146
gZIL: GZIL_TESTNET
149147
}
150148
},
151149
autoAddedHiddenTokensSymbols: {
152150
'1': {
151+
PORT: PORT_MAINNET,
152+
ZWAP: ZWAP_MAINNET,
153153
ZLP: ZLP_MAINNET,
154154
BARTER: BARTER_MAINNET,
155155
BOLT: BOLT_MAINNET,

0 commit comments

Comments
 (0)