Skip to content

Commit

Permalink
➕ Add Sei Arctic Test Network Deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
  • Loading branch information
pcaversaccio committed May 1, 2024
1 parent 0ba8ba3 commit be80c13
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-createx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
FOUNDRY_PROFILE: default

- name: Slither static analyser
uses: crytic/slither-action@v0.3.1
uses: crytic/slither-action@v0.3.2
id: slither
with:
fail-on: config
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2247,6 +2247,7 @@ To verify a deployed [`CreateX`](./src/CreateX.sol) contract on a block explorer
- [Fraxtal Holešky Testnet](https://holesky.fraxscan.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
- [Metis Sepolia Testnet](https://sepolia-explorer.metisdevops.link/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
- [Mode Sepolia Testnet](https://sepolia.explorer.mode.network/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)
- [Sei Arctic Testnet](https://seistream.app/account/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed)

## Integration With External Tooling

Expand Down
7 changes: 7 additions & 0 deletions deployments/deployments.json
Original file line number Diff line number Diff line change
Expand Up @@ -507,5 +507,12 @@
"https://sepolia.explorer.mode.network/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed",
"https://repo.sourcify.dev/contracts/partial_match/919/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed/"
]
},
{
"name": "Sei Arctic Testnet",
"chainId": 713715,
"urls": [
"https://seistream.app/account/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed"
]
}
]
5 changes: 5 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,11 @@ const config: HardhatUserConfig = {
url: vars.get("MODE_MAINNET_URL", "https://mainnet.mode.network"),
accounts,
},
seiTestnet: {
chainId: 713715,
url: vars.get("SEI_TESTNET_URL", "https://evm-rpc-arctic-1.sei-apis.com"),
accounts,
},
},
contractSizer: {
alphaSort: true,
Expand Down
2 changes: 1 addition & 1 deletion lib/solady
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
"deploy:metismain": "npx hardhat run --no-compile --network metisMain scripts/deploy.ts",
"deploy:modetestnet": "npx hardhat run --no-compile --network modeTestnet scripts/deploy.ts",
"deploy:modemain": "npx hardhat run --no-compile --network modeMain scripts/deploy.ts",
"deploy:seitestnet": "npx hardhat run --no-compile --network seiTestnet scripts/deploy.ts",
"prettier:check": "npx prettier -c \"**/*.{js,ts,md,sol,json,yml,yaml}\"",
"prettier:check:interface": "cd interface && pnpm prettier:check",
"prettier:fix": "npx prettier -w \"**/*.{js,ts,md,sol,json,yml,yaml}\"",
Expand All @@ -139,7 +140,7 @@
"@typechain/hardhat": "^9.1.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"ethers": "^6.12.0",
"ethers": "^6.12.1",
"hardhat": "^2.22.3",
"hardhat-abi-exporter": "^2.10.1",
"hardhat-contract-sizer": "^2.10.0",
Expand Down
38 changes: 19 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit be80c13

Please sign in to comment.