Base infrastructure/contracts deployment dapp (#4726)
* Add deploy dapp * Filter by dapp id * WIP * Contract deployment operational * Additional contracts * unicode icons * Column layout * app deployment * DRY up lists * Remove unused function * Add basiccoin deployment & tokenreg * Externalise code * Check for code versions * Gavcoin, Email & SMS contracts * Update to latest email contract * Deploy & register badges * Add jg external apps * Check owner for deleted registry entries * DRY estimate/post * Add wallet library to deployment
This commit is contained in:
@@ -21,7 +21,9 @@ import Contracts from '~/contracts';
|
||||
import { hashToImageUrl } from '~/redux/util';
|
||||
import { bytesToHex } from '~/api/util/format';
|
||||
|
||||
import builtinApps from '~/views/Dapps/builtin.json';
|
||||
import builtinJson from '~/views/Dapps/builtin.json';
|
||||
|
||||
const builtinApps = builtinJson.filter((app) => app.id);
|
||||
|
||||
function getHost (api) {
|
||||
const host = process.env.DAPPS_URL ||
|
||||
|
||||
Reference in New Issue
Block a user