Skip to content

Commit

Permalink
feat: use dapp-offer-up in @agoric/dapp
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc authored Dec 14, 2023
1 parent c263f3b commit b3ad188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/agoric-cli/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import followMain from './follow.js';
import walletMain from './open.js';
import { makeWalletCommand } from './commands/wallet.js';

const DEFAULT_DAPP_TEMPLATE = 'dapp-game-places';
const DEFAULT_DAPP_URL_BASE = 'https://github.com/agoric-labs/';
const DEFAULT_DAPP_TEMPLATE = 'dapp-offer-up';
const DEFAULT_DAPP_URL_BASE = 'https://github.com/Agoric/';
const DEFAULT_DAPP_BRANCH = undefined;

const STAMP = '_agstate';
Expand Down

0 comments on commit b3ad188

Please sign in to comment.