Giter VIP home page Giter VIP logo

Comments (5)

PatrickAlphaC avatar PatrickAlphaC commented on June 10, 2024 3

Awesome!

from nft-mix.

Telsho avatar Telsho commented on June 10, 2024 2

I had the same issue because I was missing Links on the Rinkeby test network.
To get some : https://www.youtube.com/watch?v=P7FX_1PePX0

from nft-mix.

MananDesai54 avatar MananDesai54 commented on June 10, 2024 2

Yes @PatrickAlphaC , Accually I forgot to add LINK to rinkeby testnet after adding LINK to rinkeby it worked fine
Thank you @Telsho and @PatrickAlphaC

from nft-mix.

AzurdevTeam avatar AzurdevTeam commented on June 10, 2024

I get the same issue when launching the deploy_advanced script.
Here's some details :

Running 'scripts/advanced_collectible/deploy_advanced.py::main'...
rinkeby
Transaction sent: 0xqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq
  Gas price: 1.000000008 gwei   Gas limit: 2546699   Nonce: 3
  AdvancedCollectible.constructor confirmed - Block: 9041377   Gas used: 2315181 (90.91%)
  AdvancedCollectible deployed at: 0xaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

  File "brownie/_cli/run.py", line 49, in main
    return_value, frame = run(
  File "brownie/project/scripts.py", line 103, in run
    return_value = f_locals[method_name](*args, **kwargs)
  File "./scripts/advanced_collectible/deploy_advanced.py", line 18, in main
    fund_with_link(advanced_collectible.address)
  File "./scripts/helpful_scripts.py", line 89, in fund_with_link
    tx = interface.LinkTokenInterface(link_token).transfer(
  File "brownie/network/contract.py", line 1691, in __call__
    return self.transact(*args)
  File "brownie/network/contract.py", line 1565, in transact
    return tx["from"].transfer(
  File "brownie/network/account.py", line 658, in transfer
    gas_limit = Wei(gas_limit) or self._gas_limit(to, amount, gas_price, gas_buffer, data)
  File "brownie/network/account.py", line 425, in _gas_limit
    gas_limit = self.estimate_gas(to, amount, gas_price, data or "")
  File "brownie/network/account.py", line 618, in estimate_gas
    raise ValueError(
ValueError: Gas estimation failed: 'invalid opcode: opcode 0xfe not defined'. This transaction will likely revert. If you wish to broadcast, you must set the gas limit manually.
```
`

from nft-mix.

PatrickAlphaC avatar PatrickAlphaC commented on June 10, 2024

@MananDesai54 @AzurdevTeam did adding testnet LINK and ETH to your wallet fix your issue?

from nft-mix.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.