Skip to content

Commit

Permalink
WIP: chainhub stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Nov 22, 2024
1 parent f25c6d8 commit 7f42db5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/fast-usdc/src/fast-usdc.contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,14 @@ export const contract = async (zcf, privateArgs, zone, tools) => {
},
});

// populate local ChainHub
await vowTools.when(
vowTools.all([
tools.chainHub.getChainsAndConnection('agoric', 'noble'),
tools.chainHub.getChainsAndConnection('dydx', 'noble'),
tools.chainHub.getChainsAndConnection('osmosis', 'noble'),
]),
);
await settlerKit.creator.monitorMintingDeposits();

return harden({ creatorFacet, publicFacet });
Expand Down

0 comments on commit 7f42db5

Please sign in to comment.