Skip to content

Commit

Permalink
update pivotal rpc url
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenkhong committed Sep 9, 2024
1 parent feb084d commit a5ed807
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions constant.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"WETH9": "0xcA617f677f3ecC8a36b3294B894a4b02E5057D07",
"UniswapV2Factory": "0x982c53456f071eBda75D504902eEF3b2240eC4b4",
"UniswapV2Router": "0xf8df68003844d52073e66cAB62C7bEBab0d11331",
"Multicall": "0x0736692ddFC002A43408df06A93bA6cacb4Baa23"
"WETH9": "0x5abA3177A50424C750Ab34d1708D818EDB9a8201",
"UniswapV2Factory": "0xC428448C8B64831FF7CB9E57f4A7e5bCB0e400E7",
"UniswapV2Router": "0x3dB08D939C3275c8bE3D9F656d040Da9d2F1d8e9",
"Multicall": "0xc12Ab3A49eb977055A91334f5b4fF1154aaFd863"
}
8 changes: 4 additions & 4 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ const config: HardhatUserConfig = {
customChains: [
{
network: 'boltchain',
chainId: 42069,
chainId: 16481,
urls: {
apiURL: "https://blockscout.bolt.switcheo.network/api",
browserURL: "https://blockscout.bolt.switcheo.network"
apiURL: "https://sepolia.pivotalscan.xyz/api",
browserURL: "https://sepolia.pivotalscan.xyz"
}
}
]
Expand All @@ -27,7 +27,7 @@ const config: HardhatUserConfig = {
blockGasLimit: 30000000,
},
boltchain: {
url: "https://rpc.bolt.switcheo.network",
url: "https://sepolia.pivotalprotocol.com",
accounts: {
mnemonic: process.env.MNEMONIC ?? "test test test test test test test test test test test test"
}
Expand Down

0 comments on commit a5ed807

Please sign in to comment.