-
https://www.notion.so/zetachain/Supporting-a-Solana-Chain-d93210f28c92431c90eaf7b0e59f660e
-
preator app not working when fetch the wallet (keplr)
Failed to try to fetch feature (feemarket): Failed to get response from https://lcd-agoric.keplr.app/feemarket/v1/params
background.bundle.js…
-
# Lines of code
https://github.com/code-423n4/2023-11-zetachain/blob/b237708ed5e86f12c4bddabddfd42f001e81941a/repos/node/x/observer/keeper/msg_server_update_observer.go#L36
# Vulnerability details
…
-
-
```
yarn hardhat deposit-and-call --message bob --network localhost --revert-address 0x9A676e781A523b5d0C0e43731313A708CB607508 --revert-message "123" --call-on-revert --contract 0x0DCd1Bf9A1b36cE342…
-
The contract looks similar to the following:
```solidity
// SPDX-License-Identifier: MIT
pragma solidity 0.8.7;
import "@openzeppelin/contracts/interfaces/IERC20.sol";
import "@openzeppelin/c…
-
### Which environment are you setting a node for?
Testnet
### Does your machine match the technical requirements?
Yes
### Have you completed the setup?
Yes
### Which method are you using?
Snaps…
-
The URLs below are listed on the testnet url list https://www.zetachain.com/docs/reference/network/api/
- https://zetachain-grpc.f5nodes.com
- https://zetachain-api.f5nodes.com
- https://zetachai…
-
**Describe the Bug**
When an EOA calls a contract on ZetaChain by sending tokens to a TSS address, everything works.
When a contract on a connected chain calls a contract on ZetaChain, doesn't s…
-
After starting localnet and calling `gateway.depositAndCall` with 1000 ETH, the amount isn't deducted from the balance.
Using:
https://github.com/zeta-chain/example-contracts/blob/7bfeadb321db55…