Skip to content

Commit

Permalink
fix: set gas limit in register subnet script (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendan committed Sep 12, 2023
1 parent 8d41fdb commit c3c48d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@topos-protocol/topos-smart-contracts",
"version": "1.2.1",
"version": "1.2.2",
"description": "Topos Smart Contracts",
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion scripts/register-subnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ const main = async function (...args: string[]) {
subnetName,
subnetId,
subnetCurrencySymbol,
subnetChainId
subnetChainId,
{ gasLimit: 4_000_000 }
)

await tx
Expand Down

0 comments on commit c3c48d0

Please sign in to comment.