@bandada/utils
Advanced tools
Comparing version
/** | ||
* @module @bandada/utils | ||
* @version 2.5.0 | ||
* @version 2.6.0 | ||
* @file General Bandada utility functions. | ||
@@ -1356,2 +1356,42 @@ * @copyright Ethereum Foundation 2023 | ||
name: "Avalanche C-Chain Fuji" | ||
}, | ||
{ | ||
id: "base_sepolia", | ||
name: "Base Sepolia" | ||
}, | ||
{ | ||
id: "linea_sepolia", | ||
name: "Linea Sepolia" | ||
}, | ||
{ | ||
id: "scroll_sepolia", | ||
name: "Scroll Sepolia" | ||
}, | ||
{ | ||
id: "ethereum", | ||
name: "Ethereum" | ||
}, | ||
{ | ||
id: "polygon", | ||
name: "Polygon" | ||
}, | ||
{ | ||
id: "optimism", | ||
name: "Optimism" | ||
}, | ||
{ | ||
id: "arbitrum", | ||
name: "Arbitrum" | ||
}, | ||
{ | ||
id: "base", | ||
name: "Base" | ||
}, | ||
{ | ||
id: "linea", | ||
name: "Linea" | ||
}, | ||
{ | ||
id: "scroll", | ||
name: "Scroll" | ||
} | ||
@@ -1358,0 +1398,0 @@ ]; |
{ | ||
"name": "@bandada/utils", | ||
"version": "2.5.0", | ||
"version": "2.6.0", | ||
"description": "General Bandada utility functions.", | ||
@@ -22,3 +22,3 @@ "license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/bandada-infra/bandada.git/issues" | ||
"url": "https://github.com/bandada-infra/bandada/issues" | ||
}, | ||
@@ -25,0 +25,0 @@ "scripts": { |
@@ -23,2 +23,42 @@ import type { BlockchainNetwork } from "./types" | ||
name: "Avalanche C-Chain Fuji" | ||
}, | ||
{ | ||
id: "base_sepolia", | ||
name: "Base Sepolia" | ||
}, | ||
{ | ||
id: "linea_sepolia", | ||
name: "Linea Sepolia" | ||
}, | ||
{ | ||
id: "scroll_sepolia", | ||
name: "Scroll Sepolia" | ||
}, | ||
{ | ||
id: "ethereum", | ||
name: "Ethereum" | ||
}, | ||
{ | ||
id: "polygon", | ||
name: "Polygon" | ||
}, | ||
{ | ||
id: "optimism", | ||
name: "Optimism" | ||
}, | ||
{ | ||
id: "arbitrum", | ||
name: "Arbitrum" | ||
}, | ||
{ | ||
id: "base", | ||
name: "Base" | ||
}, | ||
{ | ||
id: "linea", | ||
name: "Linea" | ||
}, | ||
{ | ||
id: "scroll", | ||
name: "Scroll" | ||
} | ||
@@ -25,0 +65,0 @@ ] |
Sorry, the diff of this file is not supported yet
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
162512
1.17%4693
2.62%1
-50%