Skip to content

Commit 583b9fd

Browse files
committed
merge conflict fix: caip-10 name fixed for prajna
1 parent 9800dda commit 583b9fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x/ssi/types/common.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ var SupportedCAIP10CosmosChainIds = []string{
104104
"osmo-test-4", // Osmosis Testnet
105105
"elgafar-1", // Stargaze Testnet
106106
"test-core-1", // Persistence Testnet
107-
"jagrat", // Hypersign Identity Network - Jagrat Testnet
107+
"prajna", // Hypersign Identity Network - Prajna Testnet
108108
}
109109

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

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

0 commit comments

Comments
 (0)