@coolbitx/blockchain-info
Advanced tools
Comparing version 0.0.20 to 0.0.21
@@ -42,3 +42,4 @@ export declare enum Network { | ||
ArbitrumSepolia = "Arbitrum Sepolia", | ||
TON = "TON" | ||
TON = "TON", | ||
KASPA = "Kaspa" | ||
} | ||
@@ -45,0 +46,0 @@ export declare function getEvmChainIdByNetwork(network: Network): number; |
@@ -47,2 +47,3 @@ "use strict"; | ||
Network["TON"] = "TON"; | ||
Network["KASPA"] = "Kaspa"; | ||
})(Network = exports.Network || (exports.Network = {})); | ||
@@ -241,2 +242,6 @@ const EvmChainIdList = { | ||
}, | ||
KAS: { | ||
name: Network.KASPA, | ||
symbol: 'KAS', | ||
} | ||
}; | ||
@@ -243,0 +248,0 @@ var WalletMode; |
{ | ||
"name": "@coolbitx/blockchain-info", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"description": "Blockchain Information", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
26843
382