Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2331,7 +2331,7 @@ To verify a deployed [`CreateX`](./src/CreateX.sol) contract on a block explorer
- [Ink Sepolia Testnet](https://explorer-sepolia.inkonchain.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
- [Morph HoleΕ‘ky Testnet](https://explorer-holesky.morphl2.io/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
- [Shape Sepolia Testnet](https://sepolia.shapescan.xyz/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
- [Etherlink Testnet (Ghostnet)](https://testnet.explorer.etherlink.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
- [Etherlink Testnet (Shadownet)](https://shadownet.explorer.etherlink.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
- [Soneium Sepolia Testnet (Minato)](https://soneium-minato.blockscout.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
- [Swellchain Sepolia Testnet](https://swell-testnet-explorer.alt.technology/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
- [Hemi Sepolia Testnet](https://testnet.explorer.hemi.xyz/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
Expand Down
6 changes: 3 additions & 3 deletions deployments/deployments.json
Original file line number Diff line number Diff line change
Expand Up @@ -1103,10 +1103,10 @@
]
},
{
"name": "Etherlink Testnet (Ghostnet)",
"chainId": 128123,
"name": "Etherlink Testnet (Shadownet)",
"chainId": 127823,
"urls": [
"https://testnet.explorer.etherlink.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed"
"https://shadownet.explorer.etherlink.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion foundry.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"lib/forge-std": {
"branch": {
"name": "master",
"rev": "26048ab55c64519ce21e032fdb49df1d5a2a7eb4"
"rev": "1801b0541f4fda118a10798fd3486bb7051c5dd6"
}
},
"lib/openzeppelin-contracts": {
Expand Down
10 changes: 5 additions & 5 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -838,10 +838,10 @@ const config: HardhatUserConfig = {
accounts,
},
etherlinkTestnet: {
chainId: 128123,
chainId: 127823,
url: vars.get(
"ETHERLINK_TESTNET_URL",
"https://node.ghostnet.etherlink.com",
"https://node.shadownet.etherlink.com",
),
accounts,
},
Expand Down Expand Up @@ -2375,10 +2375,10 @@ const config: HardhatUserConfig = {
},
{
network: "etherlinkTestnet",
chainId: 128123,
chainId: 127823,
urls: {
apiURL: "https://testnet.explorer.etherlink.com/api",
browserURL: "https://testnet.explorer.etherlink.com",
apiURL: "https://shadownet.explorer.etherlink.com/api",
browserURL: "https://shadownet.explorer.etherlink.com",
},
},
{
Expand Down
2 changes: 1 addition & 1 deletion interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"typescript-eslint": "^8.51.0"
"typescript-eslint": "^8.52.0"
}
}
2 changes: 1 addition & 1 deletion lib/forge-std
Submodule forge-std updated 50 files
+8 βˆ’20 .github/workflows/ci.yml
+0 βˆ’12 foundry.toml
+2 βˆ’2 package.json
+2 βˆ’12 scripts/vm.py
+1 βˆ’1 src/Base.sol
+1 βˆ’1 src/Script.sol
+1 βˆ’2 src/StdAssertions.sol
+2 βˆ’4 src/StdChains.sol
+5 βˆ’11 src/StdCheats.sol
+1 βˆ’1 src/StdConstants.sol
+1 βˆ’1 src/StdError.sol
+1 βˆ’3 src/StdInvariant.sol
+1 βˆ’3 src/StdJson.sol
+1 βˆ’1 src/StdMath.sol
+3 βˆ’5 src/StdStorage.sol
+1 βˆ’1 src/StdStyle.sol
+1 βˆ’3 src/StdToml.sol
+2 βˆ’5 src/StdUtils.sol
+1 βˆ’3 src/Test.sol
+1 βˆ’2 src/Vm.sol
+2 βˆ’3 src/console.sol
+1 βˆ’1 src/console2.sol
+1 βˆ’1 src/interfaces/IERC1155.sol
+1 βˆ’1 src/interfaces/IERC165.sol
+1 βˆ’1 src/interfaces/IERC20.sol
+1 βˆ’1 src/interfaces/IERC4626.sol
+1 βˆ’1 src/interfaces/IERC6909.sol
+1 βˆ’1 src/interfaces/IERC721.sol
+1 βˆ’1 src/interfaces/IERC7540.sol
+1 βˆ’1 src/interfaces/IERC7575.sol
+1 βˆ’3 src/interfaces/IMulticall3.sol
+690 βˆ’1,379 src/safeconsole.sol
+1 βˆ’1 test/CommonBase.t.sol
+18 βˆ’0 test/LibVariable.t.sol
+1 βˆ’1 test/StdAssertions.t.sol
+1 βˆ’1 test/StdChains.t.sol
+2 βˆ’3 test/StdCheats.t.sol
+1 βˆ’1 test/StdConstants.t.sol
+2 βˆ’3 test/StdError.t.sol
+1 βˆ’1 test/StdJson.t.sol
+1 βˆ’1 test/StdMath.t.sol
+2 βˆ’3 test/StdStorage.t.sol
+1 βˆ’1 test/StdStyle.t.sol
+1 βˆ’1 test/StdToml.t.sol
+1 βˆ’1 test/StdUtils.t.sol
+1 βˆ’1 test/Vm.t.sol
+1 βˆ’3 test/compilation/CompilationScript.sol
+1 βˆ’3 test/compilation/CompilationScriptBase.sol
+1 βˆ’3 test/compilation/CompilationTest.sol
+1 βˆ’3 test/compilation/CompilationTestBase.sol
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,6 @@
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.51.0"
"typescript-eslint": "^8.52.0"
}
}
158 changes: 79 additions & 79 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Loading