Skip to content

Commit

Permalink
refactor(swaparoo): follow X.proposal.js pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Mar 4, 2024
1 parent 93abf55 commit 2facf5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { E } from '@endo/far';
import { AmountMath } from '@agoric/ertp/src/amountMath.js';

console.warn('start-contract-proposal.js module evaluating');
console.warn('swaparoo.proposal.js module evaluating');

const { Fail } = assert;

Expand Down
5 changes: 1 addition & 4 deletions contract/test/test-swap-wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ import { E } from '@endo/far';
import { AmountMath } from '@agoric/ertp';

import { mockBootstrapPowers } from './boot-tools.js';
import {
installContract,
startContract,
} from '../src/start-contract-proposal.js';
import { installContract, startContract } from '../src/swaparoo.proposal.js';
import { makeStableFaucet } from './mintStable.js';
import { mockWalletFactory, seatLike } from './wallet-tools.js';
import { makeBundleCacheContext } from './bundle-tools.js';
Expand Down

0 comments on commit 2facf5a

Please sign in to comment.