Web3 Dapp Boilerplate Starter Project - Contract tab is empty

Hi All,

The Metacoin contract deployed successfully but is not visible in the tab. Any help would be appreciated?

Thanks

Here is the terminal output…

Run `npm audit` for details.
danheinz@dans-MacBook-Pro ethereum-boilerplate % npm run deploy

> [email protected] deploy
> node Truffle/scripts/deployContract.js

📄 Deploying and updating contracts...

Compiling your contracts...
===========================
> Compiling ./contracts/ConvertLib.sol
> Compiling ./contracts/MetaCoin.sol
> Compiling ./contracts/Migrations.sol
> Artifacts written to /Users/danheinz/ethereum-boilerplate/Truffle/build/contracts
> Compiled successfully using:
   - solc: 0.5.16+commit.9c3226ce.Emscripten.clang



Starting migrations...
======================
> Network name:    'develop'
> Network id:      1337
> Block gas limit: 30000000 (0x1c9c380)


1_initial_migration.js
======================

   Deploying 'Migrations'
   ----------------------
   > transaction hash:    0x83e48f46caca94b6c822081490252d18e50d1a0be65d9542b196cf18421a6ccb
   > Blocks: 1            Seconds: 0
   > contract address:    0xe78A0F7E598Cc8b0Bb87894B0F60dD2a88d6a8Ab
   > block number:        1
   > block timestamp:     1642435279
   > account:             0x90F8bf6A479f320ead074411a4B0e7944Ea8c9C1
   > balance:             999.999441521875
   > gas used:            165475 (0x28663)
   > gas price:           3.375 gwei
   > value sent:          0 ETH
   > total cost:          0.000558478125 ETH


   > Saving migration to chain.
   > Saving artifacts
   -------------------------------------
   > Total cost:      0.000558478125 ETH


2_deploy_contracts.js
=====================

   Deploying 'ConvertLib'
   ----------------------
   > transaction hash:    0x8024969e45aab8ffdd6661664e8a733b9e58a451b96420c61f1427b759698ba2
   > Blocks: 1            Seconds: 0
   > contract address:    0xCfEB869F69431e42cdB54A4F4f105C19C080A601
   > block number:        3
   > block timestamp:     1642435279
   > account:             0x90F8bf6A479f320ead074411a4B0e7944Ea8c9C1
   > balance:             999.998989332590306691
   > gas used:            95470 (0x174ee)
   > gas price:           3.171269938 gwei
   > value sent:          0 ETH
   > total cost:          0.00030276114098086 ETH


   Linking
   -------
   * Contract: MetaCoin <--> Library: ConvertLib (at address: 0xCfEB869F69431e42cdB54A4F4f105C19C080A601)

   Deploying 'MetaCoin'
   --------------------
   > transaction hash:    0xf983abb375ffc1609c0ca0e372eb935ddbe7a455adfd8b64a770f0a0cddf2d3c
   > Blocks: 0            Seconds: 0
   > contract address:    0x254dffcd3277C0b1660F6d42EFbB754edaBAbC2B
   > block number:        4
   > block timestamp:     1642435279
   > account:             0x90F8bf6A479f320ead074411a4B0e7944Ea8c9C1
   > balance:             999.997615836784441091
   > gas used:            444800 (0x6c980)
   > gas price:           3.087895247 gwei
   > value sent:          0 ETH
   > total cost:          0.0013734958058656 ETH


   > Saving migration to chain.
   > Saving artifacts
   -------------------------------------
   > Total cost:     0.00167625694684646 ETH


Summary
=======
> Total deployments:   3
> Final cost:          0.00223473507184646 ETH


✅ Your contract's ABI was copied to the frontend
danheinz@dans-MacBook-Pro ethereum-boilerplate %