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

Cannot deploy to plasma chain using zeppellinOS #235

Open
jsdu opened this issue Mar 7, 2019 · 1 comment
Open

Cannot deploy to plasma chain using zeppellinOS #235

jsdu opened this issue Mar 7, 2019 · 1 comment
Labels
question Further information is requested

Comments

@jsdu
Copy link

jsdu commented Mar 7, 2019

Using https://zeppelinos.org/ deployer with truffle results in the following error:
deployment failed with error: Method "web3_clientVersion" not supported on this provider

My truffle.js:

extdev_plasma_us1: {
  provider: function() {
    const privateKey = readFileSync(path.join(__dirname, 'extdev_private_key'), 'utf-8')
    const chainId = 'extdev-plasma-us1'
    const writeUrl = 'http://extdev-plasma-us1.dappchains.com:80/rpc'
    const readUrl = 'http://extdev-plasma-us1.dappchains.com:80/query'
    return new LoomTruffleProvider(chainId, writeUrl, readUrl, privateKey)
  },
  network_id: '9545242630824'
}

My truffle migrate looks very similar to https://github.com/zeppelinos/zos/blob/master/examples/truffle-migrate/migrations/3_deploy_v1.js

Dependency Versions:

"loom-js": "1.46.2",
"loom-truffle-provider": "^0.13.0",
@eduardonunesp
Copy link
Contributor

Probably because that method isn't supported at the moment, you can take a look at the readme section about the supported methods

@eduardonunesp eduardonunesp added the question Further information is requested label Mar 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants