@gelatonetwork/relay-sdk
Advanced tools
Comparing version 0.0.8 to 0.1.0
{ | ||
"name": "@gelatonetwork/relay-sdk", | ||
"version": "0.0.8", | ||
"version": "0.1.0", | ||
"description": "SDK to integrate the Gelato Multichain Relay", | ||
@@ -54,3 +54,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "9926780c24698880b0a43190610df3cfc4ae0bc2" | ||
"gitHead": "ba4c7d247743f1ef3a8b638e74d7ebc891f52b0f" | ||
} |
@@ -46,8 +46,8 @@ # Gelato Multichain Relay SDK <!-- omit in toc --> | ||
if (!isActiveOracle) { | ||
console.log("Oracle is not active on this Oracle"); | ||
console.log("Oracle is not active on this network"); | ||
return; | ||
} | ||
// Estimate the Token cost now for the given GasLimit and it's the amount of Token | ||
// that the function should pay back to the caller | ||
// Estimates the transaction cost in the defined token for the inputted gasLimit | ||
// The paymentTokenAddress is the address of the token used to pay transaction fees | ||
const estimatedExecutionFeeInToken: BigNumber = await RelaySDK.getEstimatedFee( | ||
@@ -54,0 +54,0 @@ chainId, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20315