@swapkit/types
Advanced tools
Comparing version 1.0.0-rc.39 to 1.0.0-rc.40
@@ -434,3 +434,3 @@ /// <reference types="node" /> | ||
export declare const SubstrateChainList: SubstrateChain[]; | ||
export declare const SubstrateChains: Chain[]; | ||
@@ -437,0 +437,0 @@ export declare const SWAP_IN: QuoteMode[]; |
@@ -682,6 +682,6 @@ const O = [ | ||
{} | ||
), 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), | ||
@@ -739,3 +739,3 @@ {} | ||
OP: "https://optimistic.etherscan.io", | ||
DOT: "https://explorer.polkascan.io/polkadot", | ||
DOT: "https://polkadot.subscan.io/", | ||
MATIC: "https://polygonscan.com", | ||
@@ -752,6 +752,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, | ||
@@ -771,3 +771,3 @@ L as CosmosChainList, | ||
S as SWAP_OUT, | ||
w as SubstrateChainList, | ||
w as SubstrateChains, | ||
B as TCAvalancheDepositABI, | ||
@@ -774,0 +774,0 @@ R as TCBscDepositABI, |
@@ -30,3 +30,3 @@ { | ||
"types": "./dist/index.d.ts", | ||
"version": "1.0.0-rc.39", | ||
"version": "1.0.0-rc.40", | ||
"scripts": { | ||
@@ -33,0 +33,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 = | ||
@@ -328,5 +327,5 @@ | Chain.Ethereum | ||
[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
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
236223