Skip to content

Commit

Permalink
docs: update faucet link to Discord
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Oct 22, 2020
1 parent d40b996 commit c9a8a67
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/cosmic-swingset/lib/ag-solo/chain-cosmos-sdk.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,17 @@ import { makePromiseKit } from '@agoric/promise-kit';
const log = anylogger('chain-cosmos-sdk');

const HELPER = 'ag-cosmos-helper';
const SUPPORT_ADDRESS =
'@agoric.support#testnet on Keybase (https://keybase.io)';
const FAUCET_ADDRESS = '#faucet channel on Discord (https://discord.gg/9nKvca)';

const adviseEgress = myAddr =>
`\
Send:
!faucet add-egress ${myAddr}
!faucet solo ${myAddr}
to ${SUPPORT_ADDRESS}`;
to ${FAUCET_ADDRESS}`;

const MAX_BUFFER_SIZE = 10 * 1024 * 1024;

Expand Down

0 comments on commit c9a8a67

Please sign in to comment.