Skip to content

Commit cbf3591

Browse files
Increase TTL
1 parent bfb7d04 commit cbf3591

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

deploy/util-fungible.tkpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publicMeta:
55
sender: "{{deployer}}"
66
gasLimit: 80000
77
gasPrice: 0.00000001
8-
ttl: 3600
8+
ttl: 43200
99
networkId: "{{network}}"
1010
signers:
1111
- public: {{gov-key}}

deploy/util-lists.tkpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publicMeta:
55
sender: "{{deployer}}"
66
gasLimit: 80000
77
gasPrice: 0.00000001
8-
ttl: 3600
8+
ttl: 43200
99
networkId: "{{network}}"
1010
signers:
1111
- public: {{gov-key}}

deploy/util-math.tkpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publicMeta:
55
sender: "{{deployer}}"
66
gasLimit: 80000
77
gasPrice: 0.00000001
8-
ttl: 3600
8+
ttl: 43200
99
networkId: "{{network}}"
1010
signers:
1111
- public: {{gov-key}}

deploy/util-random.tkpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publicMeta:
55
sender: "{{deployer}}"
66
gasLimit: 80000
77
gasPrice: 0.00000001
8-
ttl: 3600
8+
ttl: 343200
99
networkId: "{{network}}"
1010
signers:
1111
- public: {{gov-key}}

deploy/util-strings.tkpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publicMeta:
55
sender: "{{deployer}}"
66
gasLimit: 80000
77
gasPrice: 0.00000001
8-
ttl: 3600
8+
ttl: 43200
99
networkId: "{{network}}"
1010
signers:
1111
- public: {{gov-key}}

deploy/util-time.tkpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publicMeta:
55
sender: "{{deployer}}"
66
gasLimit: 80000
77
gasPrice: 0.00000001
8-
ttl: 3600
8+
ttl: 43200
99
networkId: "{{network}}"
1010
signers:
1111
- public: {{gov-key}}

deploy/util-zk.tkpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publicMeta:
55
sender: "{{deployer}}"
66
gasLimit: 80000
77
gasPrice: 0.00000001
8-
ttl: 3600
8+
ttl: 43200
99
networkId: "{{network}}"
1010
signers:
1111
- public: {{gov-key}}

0 commit comments

Comments
 (0)