@@ -139,7 +139,7 @@ export const CroSDK = function (configs: InitConfigurations) {
139139
140140export class CroNetwork {
141141 public static Mainnet : Network = {
142- defaultNodeUrl : 'https://mainnet.crypto.org' ,
142+ defaultNodeUrl : 'https://rpc. mainnet.crypto.org' ,
143143 chainId : 'crypto-org-chain-mainnet-1' ,
144144 addressPrefix : 'cro' ,
145145 validatorAddressPrefix : 'crocncl' ,
@@ -152,7 +152,7 @@ export class CroNetwork {
152152 coinType : 394 ,
153153 account : 0 ,
154154 } ,
155- rpcUrl : 'https://mainnet.crypto.org:26657 ' ,
155+ rpcUrl : 'https://rpc. mainnet.crypto.org' ,
156156 } ;
157157
158158 public static Testnet : Network = {
@@ -190,7 +190,7 @@ export class CroNetwork {
190190 } ;
191191
192192 public static TestnetCroeseid4 : Network = {
193- defaultNodeUrl : 'https://testnet-croeseid-4.crypto.org' ,
193+ defaultNodeUrl : 'https://rpc- testnet-croeseid-4.crypto.org' ,
194194 chainId : 'testnet-croeseid-4' ,
195195 addressPrefix : 'tcro' ,
196196 validatorAddressPrefix : 'tcrocncl' ,
@@ -203,7 +203,24 @@ export class CroNetwork {
203203 coinType : 1 ,
204204 account : 0 ,
205205 } ,
206- rpcUrl : 'https://testnet-croeseid-4.crypto.org:26657' ,
206+ rpcUrl : 'https://rpc-testnet-croeseid-4.crypto.org' ,
207+ } ;
208+
209+ public static TestnetCroeseid5 : Network = {
210+ defaultNodeUrl : 'https://rpc-c5.crypto.org' ,
211+ chainId : 'testnet-croeseid-5' ,
212+ addressPrefix : 'tcro' ,
213+ validatorAddressPrefix : 'tcrocncl' ,
214+ validatorPubKeyPrefix : 'tcrocnclconspub' ,
215+ coin : {
216+ baseDenom : 'basetcro' ,
217+ croDenom : 'tcro' ,
218+ } ,
219+ bip44Path : {
220+ coinType : 1 ,
221+ account : 0 ,
222+ } ,
223+ rpcUrl : 'https://rpc-c5.crypto.org' ,
207224 } ;
208225}
209226
0 commit comments