@coolbitx/blockchain-info
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -38,3 +38,4 @@ export declare enum Network { | ||
Linea = "Linea", | ||
Base = "Base" | ||
Base = "Base", | ||
Dis = "Dis" | ||
} | ||
@@ -41,0 +42,0 @@ export declare function getEvmChainIdByNetwork(network: Network): number; |
@@ -43,2 +43,3 @@ "use strict"; | ||
Network["Base"] = "Base"; | ||
Network["Dis"] = "Dis"; | ||
})(Network = exports.Network || (exports.Network = {})); | ||
@@ -62,2 +63,3 @@ const EvmChainIdList = { | ||
[Network.Base]: 8453, | ||
[Network.Dis]: 513100, | ||
}; | ||
@@ -220,2 +222,6 @@ function getEvmChainIdByNetwork(network) { | ||
}, | ||
DIS: { | ||
name: Network.Dis, | ||
symbol: 'DIS', | ||
}, | ||
}; | ||
@@ -222,0 +228,0 @@ var WalletMode; |
{ | ||
"name": "@coolbitx/blockchain-info", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Blockchain Information", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
26223
357