Skip to content

Commit 21f711a

Browse files
committed
♻️Cleanup
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
1 parent 4aad25e commit 21f711a

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

hardhat.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -714,16 +714,19 @@ const config: HardhatUserConfig = {
714714
chainId: 713715,
715715
url: vars.get("SEI_DEVNET_URL", "https://evm-rpc-arctic-1.sei-apis.com"),
716716
accounts,
717+
ledgerAccounts,
717718
},
718719
seiTestnet: {
719720
chainId: 1328,
720721
url: vars.get("SEI_TESTNET_URL", "https://evm-rpc-testnet.sei-apis.com"),
721722
accounts,
723+
ledgerAccounts,
722724
},
723725
seiMain: {
724726
chainId: 1329,
725727
url: vars.get("SEI_MAINNET_URL", "https://evm-rpc.sei-apis.com"),
726728
accounts,
729+
ledgerAccounts,
727730
},
728731
xlayerTestnet: {
729732
chainId: 195,

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@
127127
"deploy:metismain": "npx hardhat run --network metisMain scripts/deploy.ts",
128128
"deploy:modetestnet": "npx hardhat run --network modeTestnet scripts/deploy.ts",
129129
"deploy:modemain": "npx hardhat run --network modeMain scripts/deploy.ts",
130-
"deploy:seidevnet": "npx hardhat run --no-compile --network seiDevnet scripts/deploy.ts",
131-
"deploy:seitestnet": "npx hardhat run --no-compile --network seiTestnet scripts/deploy.ts",
132-
"deploy:seimain": "npx hardhat run --no-compile --network seiMain scripts/deploy.ts",
130+
"deploy:seidevnet": "npx hardhat run --network seiDevnet scripts/deploy.ts",
131+
"deploy:seitestnet": "npx hardhat run --network seiTestnet scripts/deploy.ts",
132+
"deploy:seimain": "npx hardhat run --network seiMain scripts/deploy.ts",
133133
"deploy:xlayertestnet": "npx hardhat run --network xlayerTestnet scripts/deploy.ts",
134134
"deploy:xlayermain": "npx hardhat run --network xlayerMain scripts/deploy.ts",
135135
"deploy:bobtestnet": "npx hardhat run --network bobTestnet scripts/deploy.ts",

0 commit comments

Comments
 (0)