chainapsis / keplr-chain-registry

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

Added Crypto 2 Mars token on BeeZee network #731

Closed faneaatiku closed 2 months ago

faneaatiku commented 2 months ago

Added Crypto 2 Mars token on BeeZee network

vercel[bot] commented 2 months 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 Jul 23, 2024 2:11pm
faneaatiku commented 2 months ago

The verification seems to fail with Failed to parse URL from ?vs_currencies=usd&ids=bzedge,vidulum

I see CoinGeko API responds on the route built in index.ts: https://api.coingecko.com/api/v3/simple/price?vs_currencies=usd&ids=bzedge,vidulum

{
  "bzedge": {
    "usd": 0.00069668
  },
  "vidulum": {
    "usd": 0.0028468
  }
}

Is there a fix needed ?