From 28741049ee3f0624954e7438afc83dc88d631621 Mon Sep 17 00:00:00 2001 From: Serkan Reis Date: Sun, 9 Jun 2024 16:05:30 +0300 Subject: [PATCH] Remove testnet checks for contract upload --- pages/contracts/upload/upload.tsx | 176 ++++++++++++++---------------- 1 file changed, 84 insertions(+), 92 deletions(-) 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. + + +
+ +
+ +
+ +
+ +
) }