Giter Site home page Giter Site logo

Comments (12)

himanshu-leap avatar himanshu-leap commented on July 18, 2024 2

Hey, thanks @Kneva
We will check what's happening here and will fix it.

from cosmos-extension.

Kneva avatar Kneva commented on July 18, 2024

image
Now another error occurs. and validators do not show it APY, just wright N/A

from cosmos-extension.

baryon2 avatar baryon2 commented on July 18, 2024

@fadeev @Kneva thank you for reporting this issue. Can you share the chain info for ZetaChain that you used to add to Leap?

   rpc: string;
   rest: string;
   chainId: string;
   chainName: string;

   stakeCurrency: Currency;
   walletUrlForStaking?: string;
   bip44: {
        coinType: number;
    };
   bech32Config: {
      bech32PrefixAccAddr: string
   };
   currencies: AppCurrency[];
   feeCurrencies: FeeCurrency[];

from cosmos-extension.

Kneva avatar Kneva commented on July 18, 2024

image
https://developers.leapwallet.io/chain-store Added a ZetaChain through the Chain Store

from cosmos-extension.

Kneva avatar Kneva commented on July 18, 2024

@himanshu-leap I hope you will succeed.

from cosmos-extension.

himanshu-leap avatar himanshu-leap commented on July 18, 2024

Thanks for pointing this out.
The issue is happening because all the nodes are down. I don't think we can do much here, but still, we are looking into it. I'll keep here posted.

from cosmos-extension.

fadeev avatar fadeev commented on July 18, 2024

@himanshu-leap wdym "nodes are down"? We're using BlockPi's RPC and it seems to be working:

https://zetachain-athens.blockpi.network/rpc/v1/public

curl https://zetachain-athens.blockpi.network/rpc/v1/public/status
{
  "jsonrpc": "2.0",
  "id": -1,
  "result": {
    "node_info": {
      "protocol_version": {
        "p2p": "8",
        "block": "11",
        "app": "0"
      },
      "id": "a3dc20551df94942c127dbe3ef7bf9ddb49fd046",
      "listen_addr": "tcp://0.0.0.0:31460",
      "network": "athens_7001-1",
      "version": "0.34.28",
      "channels": "40202122233038606100",
      "moniker": "node",
      "other": {
        "tx_index": "on",
        "rpc_address": "tcp://0.0.0.0:31461"
      }
    },
    "sync_info": {
      "latest_block_hash": "C06B4C2BC0C994E735A22943ACC62C9DDAB910BBBABF1293FCC88F546941378B",
      "latest_app_hash": "BB1BED6E716E49DA61FCFF6859747A22420454A8557D7290A5394098A130C379",
      "latest_block_height": "1989352",
      "latest_block_time": "2023-10-11T07:39:48.752898074Z",
      "earliest_block_hash": "6CF29D6EFF1413F16F0CA3F17C74BD81C267538EC98638D488AB61E75A60508D",
      "earliest_app_hash": "3513F6E903CE4E20A477CD03552087781F8978B502EDEBF8D0334752C13E9CA4",
      "earliest_block_height": "1248001",
      "earliest_block_time": "2023-08-19T05:47:11.964043305Z",
      "catching_up": false
    },
    "validator_info": {
      "address": "1FE6A22FA93E4BED87FE2526F01A18CC8469FDA7",
      "pub_key": {
        "type": "tendermint/PubKeyEd25519",
        "value": "oQRC17/cFFOKQfwBS4Pkl9z0idKTg5Rvls3Oeetdd2w="
      },
      "voting_power": "0"
    }
  }
}

from cosmos-extension.

himanshu-leap avatar himanshu-leap commented on July 18, 2024

Yeah, but, are you able to do txs using curl?
It throws 400 status, but nothing in the response.

Also, Is this updated?
Screenshot 2023-10-11 at 1 41 16 PM

from cosmos-extension.

fadeev avatar fadeev commented on July 18, 2024

@himanshu-leap good catch! Submitted a PR: cosmos/chain-registry#2952

from cosmos-extension.

fadeev avatar fadeev commented on July 18, 2024

Updated:

Screenshot 2023-10-12 at 11 47 15

from cosmos-extension.

himanshu-leap avatar himanshu-leap commented on July 18, 2024

Great!

Can you check this?

Are you able to do the transaction using curl?
It throws 400 status, but nothing in the response. What's the exact error?

from cosmos-extension.

fadeev avatar fadeev commented on July 18, 2024

@himanshu-leap I don't exactly remember how to post txs via curl, but here's sending a bank send tx using the same RPC endpoint on the CLI:

zetacored tx bank send alice zeta1k0z6vt8xv7s3nzqakqeqm7v893qscrw7mfg5mf 1azeta --node https://zetachain-athens.blockpi.network:443/rpc/v1/public --chain-id athens_7001-1
auth_info:
  fee:
    amount: []
    gas_limit: "200000"
    granter: ""
    payer: ""
  signer_infos: []
  tip: null
body:
  extension_options: []
  memo: ""
  messages:
  - '@type': /cosmos.bank.v1beta1.MsgSend
    amount:
    - amount: "1"
      denom: azeta
    from_address: zeta19nfaqu9wr0fktyyampva98ec025kjy0phww5um
    to_address: zeta1k0z6vt8xv7s3nzqakqeqm7v893qscrw7mfg5mf
  non_critical_extension_options: []
  timeout_height: "0"
signatures: []
confirm transaction before signing and broadcasting [y/N]: y
code: 0
codespace: ""
data: ""
events: []
gas_used: "0"
gas_wanted: "0"
height: "0"
info: ""
logs: []
raw_log: '[]'
timestamp: ""
tx: null
txhash: 0298C49F267B7116666366DAADDDA8D8926CFB5604F91E55FC5449D5DB26F0CE

from cosmos-extension.

Related Issues (10)

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.