axelarnetwork/axelar-examples

users are unable to run `examples-web`

StephenFluin opened this issue · 2 comments

Examples:
https://discord.com/channels/770814806105128977/955655587260170272/1091860815570804806
https://discord.com/channels/770814806105128977/955655587260170272/1091870353707507713

Also getting

$ npm run deploy

> axelar-example-web@0.1.0 deploy
> run-s contracts:build contracts:generate contracts:deploy


> axelar-example-web@0.1.0 contracts:build
> hardhat compile

Error HH404: File @axelar-network/axelar-gmp-sdk-solidity/contracts/upgradable/BaseProxy.sol, imported from contracts/nft-linker/Proxy.sol, not found.

For more info go to https://hardhat.org/HH404 or run Hardhat with --show-stack-traces
ERROR: "contracts:build" exited with 1.

Temporary workaround is to go back to when we had separate examples-web projects:

git checkout 0341c1f086440482b0d33ab8557f6b6ab92dfc0f and follow the local READMEs (we know there are some bugs, but it's closer to working)

npty commented

Closes as fixed in #105