Skip to content

Commit

Permalink
Build: (4cf0551) added blast chain
Browse files Browse the repository at this point in the history
  • Loading branch information
D4mph1r committed Oct 11, 2024
1 parent d76c32b commit 7c00bc9
Show file tree
Hide file tree
Showing 59 changed files with 147 additions and 86 deletions.
8 changes: 6 additions & 2 deletions dist/consts.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ export declare enum TestNetRpcUri {
ZETA = "https://zetachain-athens-evm.blockpi.network/v1/rpc/public",
ENERGI = "https://nodeapi.test.energi.network",
BASE = "https://base-goerli.diamondswap.org/rpc",
FINDORA = "https://prod-testnet.prod.findora.org:8545"
FINDORA = "https://prod-testnet.prod.findora.org:8545",
BLAST = "https://blast-sepolia.blockpi.network/v1/rpc/public"
}
export declare enum MainNetRpcUri {
ELROND = "https://gateway.multiversx.com",
Expand Down Expand Up @@ -93,7 +94,8 @@ export declare enum MainNetRpcUri {
ZETA = "",
ENERGI = "",
BASE = "https://base.llamarpc.com",
FINDORA = ""
FINDORA = "",
BLAST = "https://blastl2-mainnet.public.blastapi.io"
}
type ElrondMeta = [ElrondHelper, ElrondParams];
type Web3Meta = [Web3Helper, Web3Params];
Expand Down Expand Up @@ -154,6 +156,7 @@ export type MetaMap = {
0x2a: Web3Meta;
0x2b: Web3Meta;
0x2c: Web3Meta;
0x2d: Web3Meta;
} & MetaMapAssert;
export declare namespace Chain {
const ELROND = 2;
Expand Down Expand Up @@ -198,6 +201,7 @@ export declare namespace Chain {
const ENERGI = 42;
const BASE = 43;
const FINDORA = 44;
const BLAST = 45;
}
export declare enum v3_ChainId {
BSC = "BSC",
Expand Down
2 changes: 1 addition & 1 deletion dist/consts.d.ts.map

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

21 changes: 20 additions & 1 deletion dist/consts.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/factory/factories.d.ts.map

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

38 changes: 37 additions & 1 deletion dist/factory/factories.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/factory/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ export interface ChainParams {
casperParams: CasperParams;
baseParams: Web3Params;
findoraParams: Web3Params;
blastParams: Web3Params;
}
export type MoralisNetwork = "mainnet" | "testnet";
/**
Expand Down
Loading

0 comments on commit 7c00bc9

Please sign in to comment.