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

viem

Package Overview
Dependencies
Maintainers
0
Versions
2209
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

viem - npm Package Compare versions

Comparing version 2.21.12 to 2.21.13

_cjs/chains/definitions/alienX.js

2

_cjs/chains/definitions/astarZkEVM.js

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

default: {
http: ['https://rpc.startale.com/astar-zkevm'],
http: ['https://rpc-zkevm.astar.network'],
},

@@ -15,0 +15,0 @@ },

@@ -20,2 +20,3 @@ "use strict";

url: 'https://www.oklink.com/xlayer',
apiUrl: 'https://www.oklink.com/api/v5/explorer/xlayer/api',
},

@@ -22,0 +23,0 @@ },

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
exports.version = '2.21.12';
exports.version = '2.21.13';
//# sourceMappingURL=version.js.map

@@ -9,3 +9,3 @@ import { defineChain } from '../../utils/chain/defineChain.js';

default: {
http: ['https://rpc.startale.com/astar-zkevm'],
http: ['https://rpc-zkevm.astar.network'],
},

@@ -12,0 +12,0 @@ },

@@ -17,2 +17,3 @@ import { defineChain } from '../../utils/chain/defineChain.js';

url: 'https://www.oklink.com/xlayer',
apiUrl: 'https://www.oklink.com/api/v5/explorer/xlayer/api',
},

@@ -19,0 +20,0 @@ },

// biome-ignore lint/performance/noBarrelFile: entrypoint module
export { abstractTestnet } from './definitions/abstractTestnet.js';
export { acala } from './definitions/acala.js';
export { alienx } from './definitions/alienX.js';
export { alienxHalTestnet } from './definitions/alienXHalTestnet.js';
export { ancient8 } from './definitions/ancient8.js';

@@ -156,2 +158,3 @@ export { ancient8Sepolia } from './definitions/ancient8Sepolia.js';

export { kcc } from './definitions/kcc.js';
export { kinto } from './definitions/kinto.js';
/** @deprecated Use `kaia` instead. */

@@ -200,2 +203,3 @@ export { klaytn } from './definitions/klaytn.js';

export { mevTestnet } from './definitions/mevTestnet.js';
export { mint } from './definitions/mint.js';
export { mintSepoliaTestnet } from './definitions/mintSepoliaTestnet.js';

@@ -300,2 +304,5 @@ export { mode } from './definitions/mode.js';

export { stratis } from './definitions/stratis.js';
export { swan } from './definitions/swan.js';
export { swanProximaTestnet } from './definitions/swanProximaTestnet.js';
export { swanSaturnTestnet } from './definitions/swanSaturnTestnet.js';
export { syscoin } from './definitions/syscoin.js';

@@ -302,0 +309,0 @@ export { syscoinTestnet } from './definitions/syscoinTestnet.js';

@@ -1,2 +0,2 @@

export const version = '2.21.12';
export const version = '2.21.13';
//# sourceMappingURL=version.js.map

@@ -23,3 +23,3 @@ export declare const astarZkEVM: {

readonly default: {
readonly http: readonly ["https://rpc.startale.com/astar-zkevm"];
readonly http: readonly ["https://rpc-zkevm.astar.network"];
};

@@ -26,0 +26,0 @@ };

@@ -6,2 +6,3 @@ export declare const xLayer: {

readonly url: "https://www.oklink.com/xlayer";
readonly apiUrl: "https://www.oklink.com/api/v5/explorer/xlayer/api";
};

@@ -8,0 +9,0 @@ };

export type { Chain } from '../types/chain.js';
export { abstractTestnet } from './definitions/abstractTestnet.js';
export { acala } from './definitions/acala.js';
export { alienx } from './definitions/alienX.js';
export { alienxHalTestnet } from './definitions/alienXHalTestnet.js';
export { ancient8 } from './definitions/ancient8.js';

@@ -156,2 +158,3 @@ export { ancient8Sepolia } from './definitions/ancient8Sepolia.js';

export { kcc } from './definitions/kcc.js';
export { kinto } from './definitions/kinto.js';
/** @deprecated Use `kaia` instead. */

@@ -200,2 +203,3 @@ export { klaytn } from './definitions/klaytn.js';

export { mevTestnet } from './definitions/mevTestnet.js';
export { mint } from './definitions/mint.js';
export { mintSepoliaTestnet } from './definitions/mintSepoliaTestnet.js';

@@ -300,2 +304,5 @@ export { mode } from './definitions/mode.js';

export { stratis } from './definitions/stratis.js';
export { swan } from './definitions/swan.js';
export { swanProximaTestnet } from './definitions/swanProximaTestnet.js';
export { swanSaturnTestnet } from './definitions/swanSaturnTestnet.js';
export { syscoin } from './definitions/syscoin.js';

@@ -302,0 +309,0 @@ export { syscoinTestnet } from './definitions/syscoinTestnet.js';

@@ -1,2 +0,2 @@

export declare const version = "2.21.12";
export declare const version = "2.21.13";
//# sourceMappingURL=version.d.ts.map

@@ -10,3 +10,3 @@ import { defineChain } from '../../utils/chain/defineChain.js'

default: {
http: ['https://rpc.startale.com/astar-zkevm'],
http: ['https://rpc-zkevm.astar.network'],
},

@@ -13,0 +13,0 @@ },

@@ -18,2 +18,3 @@ import { defineChain } from '../../utils/chain/defineChain.js'

url: 'https://www.oklink.com/xlayer',
apiUrl: 'https://www.oklink.com/api/v5/explorer/xlayer/api',
},

@@ -20,0 +21,0 @@ },

@@ -6,2 +6,4 @@ export type { Chain } from '../types/chain.js'

export { acala } from './definitions/acala.js'
export { alienx } from './definitions/alienX.js'
export { alienxHalTestnet } from './definitions/alienXHalTestnet.js'
export { ancient8 } from './definitions/ancient8.js'

@@ -159,2 +161,3 @@ export { ancient8Sepolia } from './definitions/ancient8Sepolia.js'

export { kcc } from './definitions/kcc.js'
export { kinto } from './definitions/kinto.js'
/** @deprecated Use `kaia` instead. */

@@ -203,2 +206,3 @@ export { klaytn } from './definitions/klaytn.js'

export { mevTestnet } from './definitions/mevTestnet.js'
export { mint } from './definitions/mint.js'
export { mintSepoliaTestnet } from './definitions/mintSepoliaTestnet.js'

@@ -303,2 +307,5 @@ export { mode } from './definitions/mode.js'

export { stratis } from './definitions/stratis.js'
export { swan } from './definitions/swan.js'
export { swanProximaTestnet } from './definitions/swanProximaTestnet.js'
export { swanSaturnTestnet } from './definitions/swanSaturnTestnet.js'
export { syscoin } from './definitions/syscoin.js'

@@ -305,0 +312,0 @@ export { syscoinTestnet } from './definitions/syscoinTestnet.js'

@@ -1,1 +0,1 @@

export const version = '2.21.12'
export const version = '2.21.13'
{
"name": "viem",
"description": "TypeScript Interface for Ethereum",
"version": "2.21.12",
"version": "2.21.13",
"main": "./_cjs/index.js",

@@ -6,0 +6,0 @@ "module": "./_esm/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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