@matchain/matchid-sdk-react 0.1.56-alpha.10 → 0.1.56-alpha.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/api.js CHANGED
@@ -1274,70 +1274,6 @@ var import_react_intl23 = require("react-intl");
1274
1274
  var import_rainbowkit2 = require("@rainbow-me/rainbowkit");
1275
1275
  var import_wallets = require("@rainbow-me/rainbowkit/wallets");
1276
1276
  var import_chains = require("wagmi/chains");
1277
-
1278
- // src/config/chains/MatchMain.ts
1279
- var import_viem14 = require("viem");
1280
- var matchMain = /* @__PURE__ */ (0, import_viem14.defineChain)({
1281
- //定义match链
1282
- id: 698,
1283
- name: "Matchain",
1284
- nativeCurrency: { name: "Match Coin", symbol: "BNB", decimals: 18 },
1285
- rpcUrls: {
1286
- default: {
1287
- http: ["https://rpc.matchain.io"]
1288
- }
1289
- },
1290
- blockExplorers: {
1291
- default: {
1292
- name: "Matchscan",
1293
- url: "https://matchscan.io/",
1294
- apiUrl: "https://matchscan.io/api"
1295
- }
1296
- },
1297
- iconUrl: "https://matchscan.io/static/identicon_logos/blockies.png",
1298
- contracts: {
1299
- multicall3: {
1300
- address: "0xca11bde05977b3631167028862be2a173976ca11"
1301
- }
1302
- }
1303
- // testnet: true,
1304
- });
1305
-
1306
- // src/config/chains/MatchTest.ts
1307
- var import_viem15 = require("viem");
1308
- var matchTest = /* @__PURE__ */ (0, import_viem15.defineChain)({
1309
- //定义matchTest链
1310
- id: 699,
1311
- name: "MatchTest",
1312
- nativeCurrency: { name: "Match Coin", symbol: "BNB", decimals: 18 },
1313
- rpcUrls: {
1314
- default: {
1315
- http: ["https://testnet-rpc.matchain.io"]
1316
- }
1317
- },
1318
- blockExplorers: {
1319
- default: {
1320
- name: "Matchscan",
1321
- url: "https://testnet.matchscan.io/",
1322
- apiUrl: "https://testnet.matchscan.io/api"
1323
- }
1324
- },
1325
- iconUrl: "https://testnet.matchscan.io/static/identicon_logos/blockies.png",
1326
- contracts: {
1327
- multicall3: {
1328
- address: "0xca11bde05977b3631167028862be2a173976ca11",
1329
- blockCreated: 751532
1330
- },
1331
- ensRegistry: { address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e" },
1332
- ensUniversalResolver: {
1333
- address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC",
1334
- blockCreated: 5317080
1335
- }
1336
- }
1337
- // testnet: true,
1338
- });
1339
-
1340
- // src/MatchContext.tsx
1341
1277
  var import_wagmi3 = require("wagmi");
1342
1278
  var import_jsx_runtime104 = require("react/jsx-runtime");
1343
1279
  var queryClient = new import_react_query10.QueryClient();
@@ -1356,7 +1292,7 @@ var wagmiConfig = (0, import_rainbowkit2.getDefaultConfig)({
1356
1292
  ]
1357
1293
  }
1358
1294
  ],
1359
- chains: [import_chains.mainnet, import_chains.polygon, import_chains.optimism, import_chains.arbitrum, import_chains.base, matchMain, matchTest, import_chains.bsc]
1295
+ chains: [import_chains.mainnet, import_chains.polygon, import_chains.optimism, import_chains.arbitrum, import_chains.base, import_chains.matchain, import_chains.matchainTestnet, import_chains.bsc]
1360
1296
  });
1361
1297
  var MatchContext = (0, import_react41.createContext)(void 0);
1362
1298
  var useMatch = () => {