eros-sdk-react
Version:
eros sdk
67 lines (65 loc) • 1.69 kB
JavaScript
// src/config/chains/MatchMain.ts
import { defineChain } from "viem";
var matchMain = /* @__PURE__ */ defineChain({
//定义match链
id: 698,
name: "Matchain",
nativeCurrency: { name: "Match Coin", symbol: "BNB", decimals: 18 },
rpcUrls: {
default: {
http: ["https://rpc.matchain.io"]
}
},
blockExplorers: {
default: {
name: "Matchscan",
url: "https://matchscan.io/",
apiUrl: "https://matchscan.io/api"
}
},
iconUrl: "https://matchscan.io/static/identicon_logos/blockies.png",
contracts: {
multicall3: {
address: "0xca11bde05977b3631167028862be2a173976ca11"
}
}
// testnet: true,
});
// src/config/chains/MatchTest.ts
import { defineChain as defineChain2 } from "viem";
var matchTest = /* @__PURE__ */ defineChain2({
//定义matchTest链
id: 699,
name: "MatchTest",
nativeCurrency: { name: "Match Coin", symbol: "BNB", decimals: 18 },
rpcUrls: {
default: {
http: ["https://testnet-rpc.matchain.io"]
}
},
blockExplorers: {
default: {
name: "Matchscan",
url: "https://testnet.matchscan.io/",
apiUrl: "https://testnet.matchscan.io/api"
}
},
iconUrl: "https://testnet.matchscan.io/static/identicon_logos/blockies.png",
contracts: {
multicall3: {
address: "0xca11bde05977b3631167028862be2a173976ca11",
blockCreated: 751532
},
ensRegistry: { address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e" },
ensUniversalResolver: {
address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC",
blockCreated: 5317080
}
}
// testnet: true,
});
export {
matchMain,
matchTest
};
//# sourceMappingURL=chunk-JX73EY6V.mjs.map