Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mixmix committed Oct 22, 2024
1 parent c986990 commit 98399d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/faucet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ async function setupAndFundFaucet (t) {
// hash, and use those here
const LOCAL_PROGRAM_HASH = '0x55e250f4031546d15c6491c3610d58ca1a74e216b4bd612b42aed8f56b05b559'
t.equal(faucetProgramPointer, LOCAL_PROGRAM_HASH, 'Program pointer matches')
// TODO: this is gonna be wrong

// register with faucet program
const genesisHash = await charlie.substrate.rpc.chain.getBlockHash(0)
Expand Down Expand Up @@ -75,6 +74,7 @@ async function setupAndFundFaucet (t) {

test('Faucet Tests: Successfully send funds and register', async t => {
const { run, endpoint, entropy: naynay } = await setupTest(t)
console.log(('faucet set up'))
const naynayAddress = naynay.keyring.accounts.registration.address

const faucet = new EntropyFaucet(naynay, endpoint)
Expand Down

0 comments on commit 98399d0

Please sign in to comment.