You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create a pool in mainnet using the createPermissionlessConstantProductPoolWithConfig
but I am getting a Invalid authority to create the pool. But when I tried create pool with createPermissionlessPool I was able to create the pool in mainnet the script I am using as reference is the example script provided in the repo
I am trying to create a pool in mainnet using the createPermissionlessConstantProductPoolWithConfig
but I am getting a Invalid authority to create the pool. But when I tried create pool with createPermissionlessPool I was able to create the pool in mainnet the script I am using as reference is the example script provided in the repo
https://github.com/mercurial-finance/mercurial-dynamic-amm-sdk/blob/master/ts-client/src/examples/create_pool_and_lock_liquidity.ts
Also when I try to create pool with createPermissionlessConstantProductPoolWithConfig in devnet it works
what might be the reason any one know the issue?
The text was updated successfully, but these errors were encountered: