chainapsis / keplr-chain-registry

Protocol for Integrating Non-Native Chains to Keplr
https://chains.keplr.app
Other
335 stars 502 forks source link

Add Pocket Shannon Alpha TestNet #3 #784

Closed Olshansk closed 1 month ago

Olshansk commented 1 month ago

Please note that the ChainId is poktroll for this version of the testnet.


The announcement for this TestNet went out last week: https://medium.com/decentralized-infrastructure/pocket-network-shannon-update-alpha-testnet-3-eca539a9e111

Copy-pasting the links for reference:

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
keplr-chain-registry βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Aug 29, 2024 2:35pm
Olshansk commented 1 month ago

@blacklodge-admin Do we need to ping someone to get these in?

editaahn commented 1 month ago

Please remove the coinGeckoId as it's a testnet chain information and may cause issues when the mainnet is released.

Olshansk commented 1 month ago

@editaahn Do you have a quick idea of how to get this over the finish line?

Run for file in cosmos/akashnet.json cosmos/kaiyo.json cosmos/loop.json cosmos/poktroll.json cosmos/self-dev.json cosmos/shentu-2.2.json cosmos/yulei-2.1.json evm/eip155:14.json; do
  for file in cosmos/akashnet.json cosmos/kaiyo.json cosmos/loop.json cosmos/poktroll.json cosmos/self-dev.json cosmos/shentu-[2](https://github.com/chainapsis/keplr-chain-registry/actions/runs/10607825585/job/29414430411?pr=784#step:7:2).2.json cosmos/yulei-2.1.json evm/eip155:14.json; do
    if [[ $file == *".json"* ]]; then
      yarn ts-node src/index.ts $file
    fi
  done
  shell: /usr/bin/bash -e {0}
Failed to fetch coinGeckoId certik
Error: Process completed with exit code 1.
editaahn commented 1 month ago

I'm not sure why that message occurs. Could you try running the failed job again or pulling the current changes?

Olshansk commented 1 month ago

@editaahn Done. Let's see if its 🟒

editaahn commented 1 month ago

Thank you for contribution!

Olshansk commented 1 month ago

@editaahn Thanks for the support!

I was wondering where in the keplr extension could I view this now?