Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown Signed Extension Error #315

Open
mixmix opened this issue Apr 17, 2024 · 0 comments
Open

Unknown Signed Extension Error #315

mixmix opened this issue Apr 17, 2024 · 0 comments

Comments

@mixmix
Copy link
Collaborator

mixmix commented Apr 17, 2024

2024-04-17 15:21:01        REGISTRY: Unknown signed extensions ValidateElectricityPayment, ValidateConfirmRegistered found, treating them as no-effect

See this on running:

import Entropy from '@entropyxyz/sdk'
import { getWallet } from '@entropyxyz/sdk/dist/keys/index.mjs'

async function start () {
  const seed = '98fb1f513a1d979aab3e77e4cb447fc7b0d724924314af4fb8f12e0140adc584'
  const signer = await getWallet(seed)

  const entropyAccount = {
    sigRequestKey: signer,
    programModKey: signer
  }

  const entropy = new Entropy.default({ account: entropyAccount })
  await entropy.ready

  console.log('DONE')
}

start()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant