Skip to content

Commit 2ab28f8

Browse files
committed
🔁 Bump Dependencies
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
1 parent 84c9180 commit 2ab28f8

3 files changed

Lines changed: 108 additions & 108 deletions

File tree

hardhat.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2002,16 +2002,16 @@ const config: HardhatUserConfig = {
20022002
network: "plume",
20032003
chainId: 98866,
20042004
urls: {
2005-
apiURL: "https://phoenix-explorer.plumenetwork.xyz/api",
2006-
browserURL: "https://phoenix-explorer.plumenetwork.xyz",
2005+
apiURL: "https://testnet-explorer.plume.org/api",
2006+
browserURL: "https://testnet-explorer.plume.org",
20072007
},
20082008
},
20092009
{
20102010
network: "plumeTestnet",
20112011
chainId: 98867,
20122012
urls: {
2013-
apiURL: "https://testnet-explorer.plumenetwork.xyz/api",
2014-
browserURL: "https://testnet-explorer.plumenetwork.xyz",
2013+
apiURL: "https://explorer.plume.org/api",
2014+
browserURL: "https://explorer.plume.org",
20152015
},
20162016
},
20172017
{

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,12 +217,12 @@
217217
"@typechain/hardhat": "^9.1.0",
218218
"@types/chai": "^4.3.20",
219219
"@types/mocha": "^10.0.10",
220-
"@types/node": "^22.15.12",
220+
"@types/node": "^22.15.14",
221221
"chai": "^4.5.0",
222222
"dotenv": "^16.5.0",
223223
"eslint": "^9.26.0",
224-
"eslint-config-prettier": "^10.1.2",
225-
"ethers": "^6.13.7",
224+
"eslint-config-prettier": "^10.1.3",
225+
"ethers": "^6.14.0",
226226
"hardhat": "^2.23.0",
227227
"hardhat-abi-exporter": "^2.11.0",
228228
"hardhat-contract-sizer": "^2.10.0",

0 commit comments

Comments
 (0)