Skip to content

Commit

Permalink
set chain id
Browse files Browse the repository at this point in the history
  • Loading branch information
jiujiteiro committed Mar 10, 2023
1 parent 265e5ae commit bc250a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import (

const (
// MainnetChainID defines the RealioNetwork EIP155 chain ID for mainnet
MainnetChainID = "realionetwork_1111"
MainnetChainID = "realionetwork_3301"
// TestnetChainID defines the RealioNetwork EIP155 chain ID for testnet
TestnetChainID = "realionetwork_1110"
TestnetChainID = "realionetwork_3300"
// BaseDenom defines the base denomination
BaseDenom = "ario"
)
Expand Down

0 comments on commit bc250a6

Please sign in to comment.