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

@xchainjs/xchain-arbitrum

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xchainjs/xchain-arbitrum - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

2

lib/const.d.ts
import { EVMClientParams } from '@xchainjs/xchain-evm';
import { Asset, TokenAsset } from '@xchainjs/xchain-util';
export declare const ARB_DECIMAL = 18;
export declare const LOWER_FEE_BOUND = 100000000;
export declare const LOWER_FEE_BOUND = 10000000;
export declare const UPPER_FEE_BOUND = 1000000000;

@@ -6,0 +6,0 @@ export declare const ARB_GAS_ASSET_DECIMAL = 18;

@@ -10,3 +10,3 @@ import { Network, ExplorerProvider } from '@xchainjs/xchain-client';

const ARB_DECIMAL = 18;
const LOWER_FEE_BOUND = 100000000;
const LOWER_FEE_BOUND = 10000000;
const UPPER_FEE_BOUND = 1000000000;

@@ -13,0 +13,0 @@ const ARB_GAS_ASSET_DECIMAL = 18;

@@ -12,3 +12,3 @@ 'use strict';

const ARB_DECIMAL = 18;
const LOWER_FEE_BOUND = 100000000;
const LOWER_FEE_BOUND = 10000000;
const UPPER_FEE_BOUND = 1000000000;

@@ -15,0 +15,0 @@ const ARB_GAS_ASSET_DECIMAL = 18;

{
"name": "@xchainjs/xchain-arbitrum",
"version": "1.0.10",
"version": "1.0.11",
"description": "Arbitrum EVM client for XChainJS",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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