Skip to content

Commit

Permalink
➕ Add Manta Pacific Sepolia Test Network
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Jul 6, 2024
1 parent 7dd9abb commit 2a08b3e
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 121 deletions.
10 changes: 5 additions & 5 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -555,10 +555,10 @@ const config: HardhatUserConfig = {
ledgerAccounts,
},
mantaTestnet: {
chainId: 3441005,
chainId: 3441006,
url: vars.get(
"MANTA_TESTNET_URL",
"https://pacific-rpc.testnet.manta.network/http",
"https://pacific-rpc.sepolia-testnet.manta.network/http",
),
accounts,
ledgerAccounts,
Expand Down Expand Up @@ -1285,10 +1285,10 @@ const config: HardhatUserConfig = {
},
{
network: "mantaTestnet",
chainId: 3441005,
chainId: 3441006,
urls: {
apiURL: "https://pacific-explorer.testnet.manta.network/api",
browserURL: "https://pacific-explorer.testnet.manta.network",
apiURL: "https://pacific-explorer.sepolia-testnet.manta.network/api",
browserURL: "https://pacific-explorer.sepolia-testnet.manta.network",
},
},
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"chai": "^4.4.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
Loading

0 comments on commit 2a08b3e

Please sign in to comment.