File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments