Skip to content

Commit

Permalink
chore: move BID_OFFER_ID out of agd-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed Aug 19, 2024
1 parent d064567 commit d1a4c51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions a3p-integration/proposals/a:vaults-auctions/agd-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ import {

const ORACLE_ADDRESSES = [GOV1ADDR, GOV2ADDR, GOV3ADDR];

export const BID_OFFER_ID = 'bid-vaultUpgrade-test3';

const queryVstorage = path =>
agd.query('vstorage', 'data', '--output', 'json', path);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {

import {
bankSend,
BID_OFFER_ID,
createBid,
getLiveOffers,
getPriceQuote,
Expand Down Expand Up @@ -40,6 +39,7 @@ const checkNewQuotes = async t => {
t.is(atomOut, '+11200000');
};

export const BID_OFFER_ID = 'bid-vaultUpgrade-test3';
const createNewBid = async t => {
await createBid('20', USER1ADDR, BID_OFFER_ID);
const liveOffer = await getLiveOffers(USER1ADDR);
Expand Down

0 comments on commit d1a4c51

Please sign in to comment.