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