From d8d307e9cd2c99f352d6b430eff7c46a0e77ca6b Mon Sep 17 00:00:00 2001 From: robert Date: Sun, 24 Mar 2024 08:58:01 +0800 Subject: [PATCH] update: thundercore json api provider --- smart-contracts/hardhat.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart-contracts/hardhat.config.js b/smart-contracts/hardhat.config.js index b37b3d0..90b869a 100644 --- a/smart-contracts/hardhat.config.js +++ b/smart-contracts/hardhat.config.js @@ -29,7 +29,7 @@ module.exports = { chainId: 59140, }, thundercore_testnet: { // deployed with remix, checked with remix, https://explorer-testnet.thundercore.com/address/0x3FBfA1a0F44dB25f55c4370156227dDb2576f48E - url: "wss://testnet-ws.thundercore.com", + url: "https://mainnet-rpc.thundercore.com", accounts: [PRIVATE_KEY], chainId: 108, }