diff --git a/package.json b/package.json index 9d839b4..970c1eb 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/scripts/register-subnet.ts b/scripts/register-subnet.ts index 45e0558..d07e44b 100644 --- a/scripts/register-subnet.ts +++ b/scripts/register-subnet.ts @@ -102,7 +102,8 @@ const main = async function (...args: string[]) { subnetName, subnetId, subnetCurrencySymbol, - subnetChainId + subnetChainId, + { gasLimit: 4_000_000 } ) await tx