diff --git a/pages/contracts/upload/upload.tsx b/pages/contracts/upload/upload.tsx index e1c39dd..b5815e0 100644 --- a/pages/contracts/upload/upload.tsx +++ b/pages/contracts/upload/upload.tsx @@ -189,105 +189,97 @@ const UploadContract: NextPage = () => { return (
- - - -
+ + +
-
- Authorization Type for Contract Instantiation - -
- -
- -
- -
-

Authz Upload?

- -
- -
- -
-
- - -
- -
-
- - - - Upload success! Here is the transaction result containing the code ID, transaction hash and other - data. - - -
-
- -
+ Authorization Type for Contract Instantiation + +
+ +
+ +
+ +
+

Authz Upload?

+ +
+ +
+ +
+
+ + +
+
+
-
- -
- - - - - Permissionless upload of contracts is only supported for testnet currently. + + + Upload success! Here is the transaction result containing the code ID, transaction hash and other data. + + +
+ +
+ +
+ +
+ +
) }