File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ var SupportedCAIP10CosmosChainIds = []string{
104
104
"osmo-test-4" , // Osmosis Testnet
105
105
"elgafar-1" , // Stargaze Testnet
106
106
"test-core-1" , // Persistence Testnet
107
- "jagrat " , // Hypersign Identity Network - Jagrat Testnet
107
+ "prajna " , // Hypersign Identity Network - Prajna Testnet
108
108
}
109
109
110
110
// Map between supported cosmos chain-id and their respective blockhchain address prefix
@@ -122,7 +122,7 @@ var CosmosCAIP10ChainIdBech32PrefixMap = map[string]string{
122
122
"osmo-test-4" : "osmo" ,
123
123
"elgafar-1" : "stars" ,
124
124
"test-core-1" : "persistence" ,
125
- "jagrat " : "hid" ,
125
+ "prajna " : "hid" ,
126
126
}
127
127
128
128
// Map between support CAIP-10 prefix and list of chain-ids
You can’t perform that action at this time.
0 commit comments