@@ -86,3 +86,54 @@ export const arabica = {
8686 coinGeckoId : "celestia" ,
8787 } ,
8888}
89+
90+ export const mainnet = {
91+ bech32Config : {
92+ bech32PrefixAccAddr : "celestia" ,
93+ bech32PrefixAccPub : "celestiapub" ,
94+ bech32PrefixConsAddr : "celestiavalcons" ,
95+ bech32PrefixConsPub : "celestiavalconspub" ,
96+ bech32PrefixValAddr : "celestiavaloper" ,
97+ bech32PrefixValPub : "celestiavaloperpub" ,
98+ } ,
99+ bip44 : {
100+ coinType : 118 ,
101+ } ,
102+ chainId : "celestia" ,
103+ chainName : "Celestia" ,
104+ chainSymbolImageUrl : "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/celestia/chain.png" ,
105+ currencies : [
106+ {
107+ coinDecimals : 6 ,
108+ coinDenom : "TIA" ,
109+ coinGeckoId : "celestia" ,
110+ coinMinimalDenom : "utia" ,
111+ coinImageUrl : "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/celestia/chain.png" ,
112+ } ,
113+ ] ,
114+ features : [ ] ,
115+ feeCurrencies : [
116+ {
117+ coinDecimals : 6 ,
118+ coinDenom : "TIA" ,
119+ coinGeckoId : "celestia" ,
120+ coinMinimalDenom : "utia" ,
121+ coinImageUrl : "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/celestia/chain.png" ,
122+ gasPriceStep : {
123+ low : 0.01 ,
124+ average : 0.02 ,
125+ high : 0.1 ,
126+ } ,
127+ } ,
128+ ] ,
129+ rpc : "https://rpc-celestia.keplr.app" ,
130+ rest : "https://lcd-celestia.keplr.app" ,
131+ stakeCurrency : {
132+ coinDecimals : 6 ,
133+ coinDenom : "TIA" ,
134+ coinGeckoId : "celestia" ,
135+ coinMinimalDenom : "utia" ,
136+ coinImageUrl : "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/celestia/utia.png" ,
137+ } ,
138+ walletUrlForStaking : "https://wallet.keplr.app/chains/celestia" ,
139+ }
0 commit comments