Skip to content

Commit

Permalink
Merge pull request #246 from NethermindEth/starknet-devnet-rs
Browse files Browse the repository at this point in the history
support for starknet-devnet-rs
  • Loading branch information
rjnrohit authored Apr 3, 2024
2 parents da5a9e3 + b86922f commit 0740e3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/src/features/Deployment/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ const Deployment: React.FC<DeploymentProps> = ({ setActiveTab }) => {
contract: selectedContract.sierra,
classHash: selectedContract.classHash,
compiledClassHash: selectedContract.compiledClassHash
})
}, { maxFee: 1e18 })
await remixClient.call('terminal', 'log', {
value: JSON.stringify(declareResponse, null, 2),
type: 'info'
Expand Down Expand Up @@ -360,7 +360,7 @@ const Deployment: React.FC<DeploymentProps> = ({ setActiveTab }) => {
const deployResponse = await account.deploy({
classHash: classHash ?? selectedContract.classHash,
constructorCalldata: calldata
})
}, { maxFee: 1e18 })

await remixClient.call('terminal', 'log', {
value: JSON.stringify(deployResponse, null, 2),
Expand Down

0 comments on commit 0740e3b

Please sign in to comment.