Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 17 additions & 14 deletions cosmos/pocket-beta.json → cosmos/pocket-lego-testnet.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{

"chainId": "pocket-beta",
"chainId": "pocket-lego-testnet",
"chainName": "Pocket Network Testnet",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/pocket-beta/chain.png",
"rpc": "https://shannon-testnet-grove-rpc.beta.poktroll.com",
"rest": "https://shannon-testnet-grove-api.beta.poktroll.com",
"nodeProvider": {
"name": "Grove",
"email": "hello@grove.city",
"website": "https://grove.city"
"name": "Pocket Network Foundation",
"email": "directors@pokt.foundation",
"website": "https://pocket.network/"
},
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/pocket-lego-testnet/chain.png",
"rpc": "https://sauron-rpc.beta.infra.pocket.network",
"rest": "https://sauron-api.beta.infra.pocket.network",
"bip44": {
"coinType": 118
},
Expand All @@ -21,12 +20,13 @@
"bech32PrefixConsAddr": "poktvalcons",
"bech32PrefixConsPub": "poktvalconspub"
},
"walletUrlForStaking": "https://wallet.keplr.app/chains/pocket-network?modal=staking&chain=pocket&step_id=2",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Point staking URL to the testnet chain id

walletUrlForStaking was added with chain=pocket, which targets Pocket mainnet, while this config is for chainId pocket-lego-testnet; as a result, users clicking Keplr’s staking button from this testnet entry will be redirected to the wrong network context. In this repo, the same URL is used by cosmos/pocket.json (mainnet), so reusing it here appears to be a copy-over mismatch rather than a testnet-specific staking route.

Useful? React with 👍 / 👎.

"currencies": [
{
"coinDenom": "POKT",
"coinMinimalDenom": "upokt",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/pocket-beta/chain.png"
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/pocket-lego-testnet/chain.png"
},
{
"coinDenom": "MACT",
Expand All @@ -50,10 +50,10 @@
"coinMinimalDenom": "umact",
"coinDecimals": 6,
"gasPriceStep": {
"low": 0.01,
"average": 0.01,
"high": 0.01
}
"low": 0.01,
"average": 0.01,
"high": 0.01
}
}
],
"stakeCurrency": {
Expand All @@ -62,5 +62,8 @@
"coinDecimals": 6
},
"features": [],
"isTestnet": true
"isTestnet": true,
"explorers": {
"txPage": "https://explorer.pocket.network/pocket-lego-testnet/tx/{txHash:uppercase}"
}
}
File renamed without changes