@coolbitx/blockchain-info
Advanced tools
Comparing version
@@ -44,3 +44,4 @@ export declare enum Network { | ||
KASPA = "Kaspa", | ||
SUI = "Sui" | ||
SUI = "Sui", | ||
CORE = "Core" | ||
} | ||
@@ -47,0 +48,0 @@ export declare function getEvmChainIdByNetwork(network: Network): number; |
@@ -49,2 +49,3 @@ "use strict"; | ||
Network["SUI"] = "Sui"; | ||
Network["CORE"] = "Core"; | ||
})(Network = exports.Network || (exports.Network = {})); | ||
@@ -70,2 +71,3 @@ const EvmChainIdList = { | ||
[Network.Dis]: 513100, | ||
[Network.CORE]: 1116, | ||
}; | ||
@@ -252,2 +254,6 @@ function getEvmChainIdByNetwork(network) { | ||
}, | ||
CORE: { | ||
name: Network.CORE, | ||
symbol: "CORE", | ||
}, | ||
}; | ||
@@ -254,0 +260,0 @@ var WalletMode; |
{ | ||
"name": "@coolbitx/blockchain-info", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"description": "Blockchain Information", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
27103
0.54%395
1.8%