Skip to content

Commit

Permalink
test with assets
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Sep 25, 2024
1 parent de43e2c commit 483519f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/debitnotetest/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ function getTimeStamp() {
const myProposalFilter = (proposal) =>
Boolean(proposal.provider.name.indexOf("testnet") === -1);

const subnetTag = process.env.YAGNA_SUBNET || "change_me";
const appKey = process.env.YAGNA_APPKEY || "66iiOdkvV29";
const subnetTag = process.env.YAGNA_SUBNET || "public";
const appKey = process.env.YAGNA_REQUESTOR_APPKEY || "66iiOdkvV29";

const debitNoteTimeout = parseInt(process.env.DEBIT_NOTE_TIMEOUT || "10");
const debitNoteInterval = parseInt(process.env.DEBIT_NOTE_INTERVAL || "15");
Expand Down

0 comments on commit 483519f

Please sign in to comment.