Skip to content

Commit bbb2c57

Browse files
committed
use mainnet and testnet names as per guidelines
1 parent c55979b commit bbb2c57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/mapper/types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ import (
88
const (
99
FlareChainID = 14
1010
FlareAssetID = "2MxKSeEWXViLdYyDhW1SQ46AECZEbE2bnVRZptv42JrxqyUX5k"
11-
FlareHRP = "flare"
11+
FlareHRP = "mainnet"
1212

1313
CostwoChainID = 114
1414
CostwoAssetID = "fxMAKpBQQpFedrUhWMsDYfCUJxdUw4mneTczKBzNg3rc2JUub"
15-
CostwoHRP = "costwo"
15+
CostwoHRP = "testnet"
1616

1717
LocalFlareChainID = 162
1818
LocalFlareAssetID = "QJx3BomP9MGxCy5RPVXyNUeEqzduvuNbxQVXMuPKDakacdY6K"

0 commit comments

Comments
 (0)