Skip to content

Commit

Permalink
update: thundercore json api provider
Browse files Browse the repository at this point in the history
  • Loading branch information
juroberttyb committed Mar 24, 2024
1 parent e684497 commit d8d307e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smart-contracts/hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit d8d307e

Please sign in to comment.