@swapkit/types
Advanced tools
Comparing version 0.0.0-nightly-20240227085712 to 0.0.0-nightly-20240319083349
@@ -251,5 +251,5 @@ /// <reference types="node" /> | ||
*/ | ||
export declare const CosmosChainList: readonly [Chain.Cosmos, Chain.THORChain, Chain.Binance]; | ||
export declare const CosmosChainList: readonly [Chain.Cosmos, Chain.THORChain, Chain.Binance, Chain.Maya, Chain.Kujira]; | ||
export declare const CosmosChains: readonly [Chain.Cosmos, Chain.THORChain, Chain.Binance]; | ||
export declare const CosmosChains: readonly [Chain.Cosmos, Chain.THORChain, Chain.Binance, Chain.Maya, Chain.Kujira]; | ||
@@ -435,3 +435,3 @@ export declare enum DerivationPath { | ||
export declare const SubstrateChainList: SubstrateChain[]; | ||
export declare const SubstrateChains: Chain[]; | ||
@@ -438,0 +438,0 @@ export declare const SWAP_IN: QuoteMode[]; |
@@ -660,4 +660,6 @@ const O = [ | ||
"THOR", | ||
"BNB" | ||
/* Binance */ | ||
"BNB", | ||
"MAYA", | ||
"KUJI" | ||
/* Kujira */ | ||
], L = c, A = [ | ||
@@ -683,6 +685,6 @@ "AVAX", | ||
{} | ||
), k = s.reduce( | ||
), P = s.reduce( | ||
(e, n) => (e[n] = i[r[n]], e), | ||
{} | ||
), P = s.reduce( | ||
), k = s.reduce( | ||
(e, n) => (e[n] = p[r[n]], e), | ||
@@ -740,3 +742,3 @@ {} | ||
OP: "https://optimistic.etherscan.io", | ||
DOT: "https://explorer.polkascan.io/polkadot", | ||
DOT: "https://polkadot.subscan.io/", | ||
MATIC: "https://polygonscan.com", | ||
@@ -753,6 +755,6 @@ THOR: "https://runescan.io" | ||
I as ChainIdToChain, | ||
k as ChainToChainId, | ||
P as ChainToChainId, | ||
K as ChainToExplorerUrl, | ||
X as ChainToHexChainId, | ||
P as ChainToRPC, | ||
k as ChainToRPC, | ||
u as ContractAddress, | ||
@@ -772,3 +774,3 @@ L as CosmosChainList, | ||
S as SWAP_OUT, | ||
w as SubstrateChainList, | ||
w as SubstrateChains, | ||
B as TCAvalancheDepositABI, | ||
@@ -775,0 +777,0 @@ R as TCBscDepositABI, |
@@ -5,3 +5,3 @@ { | ||
"devDependencies": { | ||
"vite": "5.1.3" | ||
"vite": "5.1.6" | ||
}, | ||
@@ -31,3 +31,3 @@ "exports": { | ||
"types": "./dist/index.d.ts", | ||
"version": "0.0.0-nightly-20240227085712", | ||
"version": "0.0.0-nightly-20240319083349", | ||
"scripts": { | ||
@@ -34,0 +34,0 @@ "build": "vite build", |
@@ -100,5 +100,4 @@ export enum Chain { | ||
export type SubstrateChain = Chain.Polkadot | Chain.Chainflip; | ||
export const SubstrateChains = [Chain.Polkadot, Chain.Chainflip]; | ||
export const SubstrateChainList: SubstrateChain[] = [Chain.Polkadot, Chain.Chainflip]; | ||
export type EVMChain = | ||
@@ -153,3 +152,9 @@ | Chain.Ethereum | ||
export const CosmosChains = [Chain.Cosmos, Chain.THORChain, Chain.Binance] as const; | ||
export const CosmosChains = [ | ||
Chain.Cosmos, | ||
Chain.THORChain, | ||
Chain.Binance, | ||
Chain.Maya, | ||
Chain.Kujira, | ||
] as const; | ||
@@ -329,5 +334,5 @@ /** | ||
[Chain.Optimism]: "https://optimistic.etherscan.io", | ||
[Chain.Polkadot]: "https://explorer.polkascan.io/polkadot", | ||
[Chain.Polkadot]: "https://polkadot.subscan.io/", | ||
[Chain.Polygon]: "https://polygonscan.com", | ||
[Chain.THORChain]: "https://runescan.io", | ||
}; |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
236477
2667