Skip to content

Commit

Permalink
Build: (7c1d9f1) v3Bridge evm claim
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyAdoniev committed Nov 8, 2023
1 parent a16036c commit 83ee1d1
Show file tree
Hide file tree
Showing 75 changed files with 358 additions and 125 deletions.
2 changes: 1 addition & 1 deletion dist/config.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion dist/config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions dist/consts.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,12 @@ export declare namespace Chain {
const BASE = 43;
const FINDORA = 44;
}
export declare enum v3_ChainId {
BSC = "BSC",
POLYGON = "MATIC",
ETHEREUM = "ETH",
DEFAULT = ""
}
interface ChainData<T extends ChainNonce> {
name: string;
nonce: number;
Expand All @@ -211,6 +217,7 @@ interface ChainData<T extends ChainNonce> {
currency: SupportedCurrency;
currencySymbol: SupportedCurrencyName;
type: string;
v3_chainId: `${v3_ChainId}`;
blockExplorerUrlAddr?: string;
blockExplorerUrlCollection?: string;
tnBlockExplorerUrlCollection?: string;
Expand Down
Loading

0 comments on commit 83ee1d1

Please sign in to comment.