Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wannabit-yongjoo committed Nov 1, 2024
1 parent dd4e69c commit 48d194e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion chain/althea/param_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"100000000000aalthea"
],
"is_simulable" : true,
"simul_gas_multiply" : 1.2,
"simulated_gas_multiply" : 1.2,
"init_gas_limit" : 300000,
"fee_threshold" : ""
},
Expand Down
2 changes: 1 addition & 1 deletion chain/base/param_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"is_support_erc20" : true,
"evm_fee_info" : {
"is_eip1559": true,
"simul_gas_multiply" : 1.3
"simulated_gas_multiply" : 1.3
},
"evm_rpc_endpoint" : [
{
Expand Down
2 changes: 1 addition & 1 deletion chain/mantra-testnet/param_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"0.3uom"
],
"is_simulable" : true,
"simul_gas_multiply" : 1.2,
"simulated_gas_multiply" : 1.2,
"init_gas_limit" : 300000,
"fee_threshold" : ""
},
Expand Down
2 changes: 1 addition & 1 deletion chain/mantra/param_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"0.03uom"
],
"is_simulable" : true,
"simul_gas_multiply" : 1.3,
"simulated_gas_multiply" : 1.3,
"init_gas_limit" : 300000,
"fee_threshold" : ""
},
Expand Down
2 changes: 1 addition & 1 deletion chain/neutron-testnet/param_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"cosmos_fee_info": {
"is_feemarket": true,
"simul_gas_multiply" : 1.3,
"simulated_gas_multiply" : 1.3,
"init_gas_limit": 500000
},
"grpc_endpoint": [
Expand Down
2 changes: 1 addition & 1 deletion chain/stafi/param_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"0.025ufis"
],
"is_simulable" : true,
"simul_gas_multiply" : 1.2,
"simulated_gas_multiply" : 1.2,
"init_gas_limit" : 300000,
"fee_threshold" : ""
},
Expand Down

0 comments on commit 48d194e

Please sign in to comment.