@stakekit/common
Advanced tools
Comparing version 0.0.24 to 0.0.25
@@ -64,2 +64,3 @@ "use strict"; | ||
[enums_1.Networks.EthereumGoerli]: '5', | ||
[enums_1.Networks.EthereumHolesky]: '17000', | ||
[enums_1.Networks.Fantom]: '250', | ||
@@ -66,0 +67,0 @@ [enums_1.Networks.Near]: 'near', |
@@ -10,2 +10,3 @@ export declare enum EvmNetworks { | ||
EthereumGoerli = "ethereum-goerli", | ||
EthereumHolesky = "ethereum-holesky", | ||
Fantom = "fantom", | ||
@@ -132,2 +133,3 @@ Harmony = "harmony", | ||
EthereumGoerli: EvmNetworks.EthereumGoerli; | ||
EthereumHolesky: EvmNetworks.EthereumHolesky; | ||
Fantom: EvmNetworks.Fantom; | ||
@@ -134,0 +136,0 @@ Harmony: EvmNetworks.Harmony; |
@@ -14,2 +14,3 @@ "use strict"; | ||
EvmNetworks["EthereumGoerli"] = "ethereum-goerli"; | ||
EvmNetworks["EthereumHolesky"] = "ethereum-holesky"; | ||
EvmNetworks["Fantom"] = "fantom"; | ||
@@ -16,0 +17,0 @@ EvmNetworks["Harmony"] = "harmony"; |
@@ -61,2 +61,3 @@ import { Networks } from '../enums'; | ||
[Networks.EthereumGoerli]: '5', | ||
[Networks.EthereumHolesky]: '17000', | ||
[Networks.Fantom]: '250', | ||
@@ -63,0 +64,0 @@ [Networks.Near]: 'near', |
@@ -10,2 +10,3 @@ export declare enum EvmNetworks { | ||
EthereumGoerli = "ethereum-goerli", | ||
EthereumHolesky = "ethereum-holesky", | ||
Fantom = "fantom", | ||
@@ -132,2 +133,3 @@ Harmony = "harmony", | ||
EthereumGoerli: EvmNetworks.EthereumGoerli; | ||
EthereumHolesky: EvmNetworks.EthereumHolesky; | ||
Fantom: EvmNetworks.Fantom; | ||
@@ -134,0 +136,0 @@ Harmony: EvmNetworks.Harmony; |
@@ -11,2 +11,3 @@ export var EvmNetworks; | ||
EvmNetworks["EthereumGoerli"] = "ethereum-goerli"; | ||
EvmNetworks["EthereumHolesky"] = "ethereum-holesky"; | ||
EvmNetworks["Fantom"] = "fantom"; | ||
@@ -13,0 +14,0 @@ EvmNetworks["Harmony"] = "harmony"; |
{ | ||
"name": "@stakekit/common", | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"scripts": { | ||
@@ -38,2 +38,2 @@ "clean": "rm -rf lib", | ||
} | ||
} | ||
} |
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
2115
204540