Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't register different test chain. #124

Open
DedicatedDev opened this issue May 16, 2023 · 0 comments
Open

Can't register different test chain. #124

DedicatedDev opened this issue May 16, 2023 · 0 comments

Comments

@DedicatedDev
Copy link

{
chainID: 'chain-1',
name: 's-1',
prefix: 'test1',
rpcUrl: 'http://45.63.52.25:26657',
restUrl: 'http://45.63.52.25:1317',
denom: 'test',
},
{
chainID: 'chain-2',
name: 'sidechain-2',
prefix: 'test2',
rpcUrl: 'http://xx.xx.xx:26657',
restUrl: 'http://xx.xx.xx:1317',
denom: 'test2',
},

I want to add two chains. so-called this. it is possible only register any one chain

await keplr.experimentalSuggestChain(chainInfo);```
it doesn't trigger new chain register. 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant