File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
cw-orch/src/daemon/networks Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,21 @@ pub const INJECTIVE_NETWORK: NetworkInfo = NetworkInfo {
77} ;
88// ANCHOR: injective
99
10+ /// <https://docs.injective.network/develop/public-endpoints/#mainnet>
11+ /// <https://www.mintscan.io/injective/parameters>
12+ /// <https://status.injective.network/>
1013pub const INJECTIVE_1 : ChainInfo = ChainInfo {
1114 kind : ChainKind :: Mainnet ,
1215 chain_id : "injective-1" ,
1316 gas_denom : "inj" ,
14- gas_price : 0.025 ,
17+ gas_price : 500_000_000.0 ,
1518 grpc_urls : & [ "https://k8s.global.mainnet.chain.grpc.injective.network:443" ] ,
1619 network_info : INJECTIVE_NETWORK ,
1720 lcd_url : None ,
1821 fcd_url : None ,
1922} ;
2023
21- /// <https://docs.injective.network/develop/public-endpoints>
24+ /// <https://docs.injective.network/develop/public-endpoints/#testnet >
2225/// <https://testnet.status.injective.network/>
2326pub const INJECTIVE_888 : ChainInfo = ChainInfo {
2427 kind : ChainKind :: Testnet ,
You can’t perform that action at this time.
0 commit comments