Update Configured Gas Limit
API Specification
Update Configured Gas Limit
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"data": {
"__v": 0,
"_id": "65116d2bc7636a4aaxxxxx",
"chainId": 80001,
"contractAddress": "0x0E762313219aE4dD7C674367a39901Ac1cxxxxx",
"contractName": "Test-contract",
"contractStatus": "ACTIVE",
"createdAt": "2023-09-25T11:21:15.828Z",
"gasLimitConfigured": 500000000000000000,
"gasUsed": 401420,
"linkedDAppId": "DEV_TT-1_XENO_231_xxxxxxxx",
"linkedDAppName": "TT-1",
"network": "polygon-mumbai",
"numberOfTransactions": 3,
"serviceInstance": "INS_SM_175_xxxxxxx",
"subscriptionId": "2991xxxxxx",
"updatedAt": "2023-12-26T10:05:24.757Z",
"userId": "DEV_XENO_92_xxxxxxxx"
},
"message": "Gas limit configured updated successfully",
"status": true
}Last updated
Was this helpful?