eros-sdk-react
Version:
eros sdk
90 lines (85 loc) • 3.02 kB
text/typescript
import * as viem from 'viem';
declare const matchMain: {
blockExplorers: {
readonly default: {
readonly name: "Matchscan";
readonly url: "https://matchscan.io/";
readonly apiUrl: "https://matchscan.io/api";
};
};
blockTime?: number | undefined | undefined;
contracts: {
readonly multicall3: {
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
};
};
ensTlds?: readonly string[] | undefined;
id: 698;
name: "Matchain";
nativeCurrency: {
readonly name: "Match Coin";
readonly symbol: "BNB";
readonly decimals: 18;
};
experimental_preconfirmationTime?: number | undefined | undefined;
rpcUrls: {
readonly default: {
readonly http: readonly ["https://rpc.matchain.io"];
};
};
sourceId?: number | undefined | undefined;
testnet?: boolean | undefined | undefined;
custom?: Record<string, unknown> | undefined;
fees?: viem.ChainFees<undefined> | undefined;
formatters?: undefined;
serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
readonly iconUrl: "https://matchscan.io/static/identicon_logos/blockies.png";
};
declare const matchTest: {
blockExplorers: {
readonly default: {
readonly name: "Matchscan";
readonly url: "https://testnet.matchscan.io/";
readonly apiUrl: "https://testnet.matchscan.io/api";
};
};
blockTime?: number | undefined | undefined;
contracts: {
readonly multicall3: {
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
readonly blockCreated: 751532;
};
readonly ensRegistry: {
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
};
readonly ensUniversalResolver: {
readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
readonly blockCreated: 5317080;
};
};
ensTlds?: readonly string[] | undefined;
id: 699;
name: "MatchTest";
nativeCurrency: {
readonly name: "Match Coin";
readonly symbol: "BNB";
readonly decimals: 18;
};
experimental_preconfirmationTime?: number | undefined | undefined;
rpcUrls: {
readonly default: {
readonly http: readonly ["https://testnet-rpc.matchain.io"];
};
};
sourceId?: number | undefined | undefined;
testnet?: boolean | undefined | undefined;
custom?: Record<string, unknown> | undefined;
fees?: viem.ChainFees<undefined> | undefined;
formatters?: undefined;
serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
readonly iconUrl: "https://testnet.matchscan.io/static/identicon_logos/blockies.png";
};
declare namespace index {
export { matchMain as MatchMain, matchTest as MatchTest };
}
export { matchTest as a, index as i, matchMain as m };