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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2192,7 +2192,7 @@ To verify a deployed [`CreateX`](./src/CreateX.sol) contract on a block explorer
- [Aurora](https://explorer.mainnet.aurora.dev/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
- [Harmony](https://explorer.harmony.one/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
- [Fuse Network](https://explorer.fuse.io/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
- [Cronos](https://explorer.cronos.org/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
- [Cronos](https://explorer.cronos.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
- [Evmos](https://www.mintscan.io/evmos/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
- [Boba Network](https://bobascan.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
- [Canto](https://tuber.build/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
Expand Down Expand Up @@ -2295,7 +2295,7 @@ To verify a deployed [`CreateX`](./src/CreateX.sol) contract on a block explorer
- [Aurora Testnet](https://explorer.testnet.aurora.dev/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
- [Harmony Testnet](https://explorer.testnet.harmony.one/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
- [Fuse Network Testnet (Spark)](https://explorer.fusespark.io/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
- [Cronos Testnet](https://explorer.cronos.org/testnet/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
- [Cronos Testnet](https://explorer.cronos.com/testnet/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
- [Evmos Testnet](https://www.mintscan.io/evmos-testnet/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
- [Boba Network Sepolia Testnet](https://testnet.bobascan.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
- [Canto Testnet](https://testnet.tuber.build/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
Expand Down
4 changes: 2 additions & 2 deletions deployments/deployments.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"name": "Cronos",
"chainId": 25,
"urls": [
"https://explorer.cronos.org/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed",
"https://explorer.cronos.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed",
"https://repo.sourcify.dev/25/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed"
]
},
Expand Down Expand Up @@ -851,7 +851,7 @@
"name": "Cronos Testnet",
"chainId": 338,
"urls": [
"https://explorer.cronos.org/testnet/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed"
"https://explorer.cronos.com/testnet/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions 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": "b3bc8b154382a75d0b0ef22d7fd4a0a5f0feee0e"
"rev": "81df7a1a97ab719d65013ab6e6369a58835b882c"
}
},
"lib/openzeppelin-contracts": {
Expand All @@ -14,7 +14,7 @@
"lib/solady": {
"branch": {
"name": "main",
"rev": "166f85b9576f311446b0f9b3082565bbe0c17af5"
"rev": "ab96a830e705de13e0f58cfaefadab4ac8257655"
}
}
}
4 changes: 2 additions & 2 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1669,15 +1669,15 @@ const config: HardhatUserConfig = {
chainId: 25,
urls: {
apiURL: "https://explorer-api.cronos.org/mainnet/api/v2",
browserURL: "https://explorer.cronos.org",
browserURL: "https://explorer.cronos.com",
},
},
{
network: "cronosTestnet",
chainId: 338,
urls: {
apiURL: "https://explorer-api.cronos.org/testnet/api/v2",
browserURL: "https://explorer.cronos.org/testnet",
browserURL: "https://explorer.cronos.com/testnet",
},
},
{
Expand Down
2 changes: 1 addition & 1 deletion lib/forge-std
Submodule forge-std updated 2 files
+30 −0 src/Vm.sol
+2 −2 test/Vm.t.sol
2 changes: 1 addition & 1 deletion lib/solady
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"author": "pcaversaccio (https://pcaversaccio.com), Matt Solomon (https://mattsolomon.dev)",
"license": "AGPL-3.0-only",
"packageManager": "pnpm@11.5.1",
"packageManager": "pnpm@11.5.2",
"scripts": {
"clean": "hardhat clean && forge clean",
"test": "forge test --out forge-artifacts",
Expand Down Expand Up @@ -269,7 +269,7 @@
"@nomicfoundation/hardhat-verify": "^2.1.3",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"eslint": "^10.4.0",
"eslint": "^10.4.1",
"eslint-config-prettier": "^10.1.8",
"ethers": "^6.16.0",
"globals": "^17.6.0",
Expand Down
Loading
Loading