diff --git a/ui/package.json b/ui/package.json index 3e86e45..44e8d0b 100644 --- a/ui/package.json +++ b/ui/package.json @@ -49,6 +49,8 @@ "regenerator-runtime": "0.13.7" }, "devDependencies": { + "@agoric/notifier": "^0.3.32", + "@agoric/wallet-connection": "^0.1.2", "agoric": "*", "caniuse-lite": "1.0.30001251", "eslint": "^7.23.0", @@ -60,6 +62,7 @@ "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-react": "^7.21.4", "eslint-plugin-react-hooks": "^4.1.2", + "lit": "^2.0.2", "prettier": "^2.1.2", "rimraf": "^3.0.2", "ses": "^0.14.2" diff --git a/ui/public/conf/defaults.js b/ui/public/conf/defaults.js index c6be2d5..b1ee3da 100644 --- a/ui/public/conf/defaults.js +++ b/ui/public/conf/defaults.js @@ -1,13 +1,13 @@ -// GENERATED FROM /Users/katesills/code/dapp-fungible-faucet/api/deploy.js +// GENERATED FROM /home/samsiegart/dapp-fungible-faucet/api/deploy.js export default { - INSTANCE_BOARD_ID: '794977354', - INSTALLATION_BOARD_ID: '1530295560', - INVITE_BRAND_BOARD_ID: '500716545', + INSTANCE_BOARD_ID: '379944443', + INSTALLATION_BOARD_ID: '1221243446', + INVITE_BRAND_BOARD_ID: '1265655452', brandBoardIds: { - Token: '529406044', + Token: '1530295560', }, issuerBoardIds: { - Token: '715805464', + Token: '794977354', }, BRIDGE_URL: 'http://127.0.0.1:8000', API_URL: 'http://127.0.0.1:8000', diff --git a/ui/public/conf/installationConstants.js b/ui/public/conf/installationConstants.js index b23f2af..25506ec 100644 --- a/ui/public/conf/installationConstants.js +++ b/ui/public/conf/installationConstants.js @@ -1,5 +1,5 @@ -// GENERATED FROM /Users/katesills/code/dapp-fungible-faucet/contract/deploy.js +// GENERATED FROM /home/samsiegart/dapp-fungible-faucet/contract/deploy.js export default { CONTRACT_NAME: 'fungibleFaucet', - INSTALLATION_BOARD_ID: '1530295560', + INSTALLATION_BOARD_ID: '1221243446', }; diff --git a/ui/public/index.html b/ui/public/index.html index 3bc3811..aa15033 100644 --- a/ui/public/index.html +++ b/ui/public/index.html @@ -8,22 +8,29 @@ - - - + +
+First, please enable this dapp in your wallet. To open your - wallet, enter `agoric open` in your terminal.
- -Then click on the button below to mint fungible tokens and send - the resulting payment to your wallet.
++ First, please enable this dapp in your wallet. To open your + wallet, enter `agoric open` in your terminal. +
+ ++ Then click on the button below to mint fungible tokens and send + the resulting payment to your wallet. +
+