Socket
Socket
Sign inDemoInstall

@railgun-community/shared-models

Package Overview
Dependencies
Maintainers
2
Versions
227
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@railgun-community/shared-models - npm Package Compare versions

Comparing version 3.1.5 to 3.2.0

10

dist/models/network-config.d.ts

@@ -49,7 +49,7 @@ import { Chain } from './response-types';

export declare enum RelayAdaptContract {
Ethereum = "0x22af4EDBeA3De885dDa8f0a0653E6209e44e5B84",
Ethereum = "0xc3f2C8F9d5F0705De706b1302B7a039e1e11aC88",
EthereumRopsten = "0x95abeff80554b23cefe1d3f8dcff3b7d90e28045",
EthereumGoerli = "0x57F5925FeB79B1fd7Cc491F858D7fBc65502D3FE",
BNBChain = "0x20d868C7F1Eb706C46641ADD2f849c5DBf4dB158",
PolygonPOS = "0x30D8AD0339e2CF160620589f2DBa1765126A5fDC",
BNBChain = "0x25f795A8eC8aF7904aa403fF2Cc7205ce683BF52",
PolygonPOS = "0x969eE9AC1E0B5F5Dd781f63A168C52b73062ff86",
PolygonMumbai = "0x80efF1a8939C9B6E8C61Ed5Be683Eda21088B7E6",

@@ -77,4 +77,4 @@ Hardhat = "0xc5a5C42992dECbae36851359345FE25997F5C42d"

/**
* Type0 = non-EIP-1559 (gasPrice).
* Type1 = EIP-1559 (maxFeePerGas and maxPriorityFeePerGas).
* Type0 / Type1 = non-EIP-1559 (gasPrice).
* Type2 = EIP-1559 (maxFeePerGas and maxPriorityFeePerGas).
*/

@@ -81,0 +81,0 @@ export declare enum EVMGasType {

@@ -32,7 +32,7 @@ "use strict";

(function (RelayAdaptContract) {
RelayAdaptContract["Ethereum"] = "0x22af4EDBeA3De885dDa8f0a0653E6209e44e5B84";
RelayAdaptContract["Ethereum"] = "0xc3f2C8F9d5F0705De706b1302B7a039e1e11aC88";
RelayAdaptContract["EthereumRopsten"] = "0x95abeff80554b23cefe1d3f8dcff3b7d90e28045";
RelayAdaptContract["EthereumGoerli"] = "0x57F5925FeB79B1fd7Cc491F858D7fBc65502D3FE";
RelayAdaptContract["BNBChain"] = "0x20d868C7F1Eb706C46641ADD2f849c5DBf4dB158";
RelayAdaptContract["PolygonPOS"] = "0x30D8AD0339e2CF160620589f2DBa1765126A5fDC";
RelayAdaptContract["BNBChain"] = "0x25f795A8eC8aF7904aa403fF2Cc7205ce683BF52";
RelayAdaptContract["PolygonPOS"] = "0x969eE9AC1E0B5F5Dd781f63A168C52b73062ff86";
RelayAdaptContract["PolygonMumbai"] = "0x80efF1a8939C9B6E8C61Ed5Be683Eda21088B7E6";

@@ -62,4 +62,4 @@ RelayAdaptContract["Hardhat"] = "0xc5a5C42992dECbae36851359345FE25997F5C42d";

/**
* Type0 = non-EIP-1559 (gasPrice).
* Type1 = EIP-1559 (maxFeePerGas and maxPriorityFeePerGas).
* Type0 / Type1 = non-EIP-1559 (gasPrice).
* Type2 = EIP-1559 (maxFeePerGas and maxPriorityFeePerGas).
*/

@@ -66,0 +66,0 @@ var EVMGasType;

{
"name": "@railgun-community/shared-models",
"version": "3.1.5",
"version": "3.2.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

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