@rabbitholegg/questdk-plugin-utils
Advanced tools
Comparing version 1.0.0-alpha.13 to 1.0.0-alpha.14
# @rabbitholegg/questdk-plugin-utils | ||
## 1.0.0-alpha.14 | ||
### Minor Changes | ||
- [#281](https://github.com/rabbitholegg/questdk-plugins/pull/281) [`1f827031`](https://github.com/rabbitholegg/questdk-plugins/commit/1f8270310d5388a7d6b21452ca3e1bdc5eaf76f5) Thanks [@mmackz](https://github.com/mmackz)! - add mode and blast chainid to Chains enum | ||
## 1.0.0-alpha.13 | ||
@@ -4,0 +10,0 @@ |
@@ -15,4 +15,6 @@ "use strict"; | ||
Chains[Chains["BASE"] = 8453] = "BASE"; | ||
Chains[Chains["MODE"] = 34443] = "MODE"; | ||
Chains[Chains["ARBITRUM_ONE"] = 42161] = "ARBITRUM_ONE"; | ||
Chains[Chains["AVALANCHE"] = 43114] = "AVALANCHE"; | ||
Chains[Chains["BLAST"] = 81457] = "BLAST"; | ||
Chains[Chains["LINEA"] = 59144] = "LINEA"; | ||
@@ -19,0 +21,0 @@ Chains[Chains["SCROLL"] = 534352] = "SCROLL"; |
@@ -12,4 +12,6 @@ export var Chains; | ||
Chains[Chains["BASE"] = 8453] = "BASE"; | ||
Chains[Chains["MODE"] = 34443] = "MODE"; | ||
Chains[Chains["ARBITRUM_ONE"] = 42161] = "ARBITRUM_ONE"; | ||
Chains[Chains["AVALANCHE"] = 43114] = "AVALANCHE"; | ||
Chains[Chains["BLAST"] = 81457] = "BLAST"; | ||
Chains[Chains["LINEA"] = 59144] = "LINEA"; | ||
@@ -16,0 +18,0 @@ Chains[Chains["SCROLL"] = 534352] = "SCROLL"; |
@@ -11,4 +11,6 @@ export declare enum Chains { | ||
BASE = 8453, | ||
MODE = 34443, | ||
ARBITRUM_ONE = 42161, | ||
AVALANCHE = 43114, | ||
BLAST = 81457, | ||
LINEA = 59144, | ||
@@ -15,0 +17,0 @@ SCROLL = 534352, |
{ | ||
"name": "@rabbitholegg/questdk-plugin-utils", | ||
"version": "1.0.0-alpha.13", | ||
"version": "1.0.0-alpha.14", | ||
"exports": { | ||
@@ -5,0 +5,0 @@ "require": "./dist/cjs/index.js", |
@@ -11,4 +11,6 @@ export enum Chains { | ||
BASE = 8453, | ||
MODE = 34443, | ||
ARBITRUM_ONE = 42161, | ||
AVALANCHE = 43114, | ||
BLAST = 81457, | ||
LINEA = 59144, | ||
@@ -15,0 +17,0 @@ SCROLL = 534352, |
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
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 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 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 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 not supported yet
1167805
10666