Skip to content

Commit

Permalink
merge conflict fix: caip-10 name fixed for prajna
Browse files Browse the repository at this point in the history
  • Loading branch information
arnabghose997 committed Dec 10, 2023
1 parent 9800dda commit 583b9fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/ssi/types/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ var SupportedCAIP10CosmosChainIds = []string{
"osmo-test-4", // Osmosis Testnet
"elgafar-1", // Stargaze Testnet
"test-core-1", // Persistence Testnet
"jagrat", // Hypersign Identity Network - Jagrat Testnet
"prajna", // Hypersign Identity Network - Prajna Testnet
}

// Map between supported cosmos chain-id and their respective blockhchain address prefix
Expand All @@ -122,7 +122,7 @@ var CosmosCAIP10ChainIdBech32PrefixMap = map[string]string{
"osmo-test-4": "osmo",
"elgafar-1": "stars",
"test-core-1": "persistence",
"jagrat": "hid",
"prajna": "hid",
}

// Map between support CAIP-10 prefix and list of chain-ids
Expand Down

0 comments on commit 583b9fd

Please sign in to comment.