@coolbitx/blockchain-info
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -41,3 +41,4 @@ export declare enum Network { | ||
Dogecoin = "Dogecoin", | ||
ArbitrumSepolia = "Arbitrum Sepolia" | ||
ArbitrumSepolia = "Arbitrum Sepolia", | ||
TON = "TON" | ||
} | ||
@@ -44,0 +45,0 @@ export declare function getEvmChainIdByNetwork(network: Network): number; |
@@ -46,2 +46,3 @@ "use strict"; | ||
Network["ArbitrumSepolia"] = "Arbitrum Sepolia"; | ||
Network["TON"] = "TON"; | ||
})(Network = exports.Network || (exports.Network = {})); | ||
@@ -236,2 +237,6 @@ const EvmChainIdList = { | ||
}, | ||
TON: { | ||
name: Network.TON, | ||
symbol: 'TON', | ||
}, | ||
}; | ||
@@ -238,0 +243,0 @@ var WalletMode; |
{ | ||
"name": "@coolbitx/blockchain-info", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "Blockchain Information", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
26721
376