Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gelatonetwork/relay-sdk

Package Overview
Dependencies
Maintainers
13
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gelatonetwork/relay-sdk - npm Package Compare versions

Comparing version 0.0.8 to 0.1.0

4

package.json
{
"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,

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc