Skip to content

Commit

Permalink
Gateway : moonbeam / fantom cleanup from develop branch (#1000)
Browse files Browse the repository at this point in the history
* change: moonbeam / fantom cleanup
 - removed icons
 - removed config reference
 - removed addresses from app.service.js
 - removed address files from boba/packages/register/address
 - cleanup constants and amountconverter
 - updated network util.

* cleanup register address for fantom & moonbeam [Testnet / Mainnet]
  • Loading branch information
sk-enya authored Jul 3, 2023
1 parent f65185e commit a8180c9
Show file tree
Hide file tree
Showing 31 changed files with 48 additions and 1,063 deletions.
13 changes: 0 additions & 13 deletions packages/boba/gateway/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,3 @@ REACT_APP_DISABLE_VE_DAO=1
#####################
# to disable the walletConnect set below flat to 1.
REACT_APP_DISABLE_WALLETCONNECT=1


# to show boba beam Alert, DEPOSIT METHODS
# 1 - TO SHOW ALERT 0 - TO HIDE ALERT
REACT_APP_BOBA_BEAM_STATUS=1

# to show fantom opera Alert, DEPOSIT METHODS
# 1 - TO SHOW ALERT 0 - TO HIDE ALERT
REACT_APP_BOBA_OPERA_STATUS=1=1

# TO remove boba beam features from gateway
# 1 - TO REMOVE moonbeam, boba beam support from gateway.
REACT_APP_DISABLE_BOBA_BEAM=0
2 changes: 1 addition & 1 deletion packages/boba/gateway/src/actions/networkAction.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export function getAllAddresses() {
/********************************/
/**
* @params
* network - ethereum, bnb, fantom, avax, moonbase, moonbeam
* network - ethereum, bnb, avax
* networkType - MAINNET, TESTNET
*/
export function setNetwork(payload) {
Expand Down
24 changes: 0 additions & 24 deletions packages/boba/gateway/src/components/icons/chain/L1/FantomIcon.js

This file was deleted.

Loading

0 comments on commit a8180c9

Please sign in to comment.