Skip to content

Commit fd0df01

Browse files
committed
docs(predicates): update scenarii to reflect real gas consumption
1 parent 21d9165 commit fd0df01

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

docs/predicate/bech32_address_2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ axone_addr('axone1p8u47en82gmzfm259y6z93r9qe63l25d858vqu').
162162

163163
``` yaml
164164
height: 42
165-
gas_used: 4140
165+
gas_used: 4141
166166
answer:
167167
has_more: false
168168
results:

docs/predicate/consult_1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ hello(Who).
6565

6666
``` yaml
6767
height: 42
68-
gas_used: 4142
68+
gas_used: 4143
6969
answer:
7070
has_more: false
7171
variables: ["Who"]
@@ -129,7 +129,7 @@ response: |
129129

130130
``` yaml
131131
height: 42
132-
gas_used: 4141
132+
gas_used: 4142
133133
answer:
134134
has_more: false
135135
variables: ["X"]

docs/predicate/current_output_1.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ write_char_to_user_output(x).
6161

6262
``` yaml
6363
height: 42
64-
gas_used: 4240
64+
gas_used: 4241
6565
answer:
6666
has_more: false
6767
variables:
@@ -108,7 +108,7 @@ log_message('Hello world!').
108108

109109
``` yaml
110110
height: 42
111-
gas_used: 4274
111+
gas_used: 4276
112112
answer:
113113
has_more: false
114114
variables:
@@ -155,7 +155,7 @@ log_message('Hello world!').
155155

156156
``` yaml
157157
height: 42
158-
gas_used: 4240
158+
gas_used: 4242
159159
answer:
160160
has_more: false
161161
variables:
@@ -205,7 +205,7 @@ log_message("Hello 🧙!").
205205

206206
``` yaml
207207
height: 42
208-
gas_used: 4254
208+
gas_used: 4263
209209
answer:
210210
has_more: false
211211
variables:

docs/predicate/open_4.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ open(URI, read, _, []).
100100

101101
``` yaml
102102
height: 42
103-
gas_used: 4146
103+
gas_used: 4153
104104
answer:
105105
has_more: false
106106
variables: ["URI"]
@@ -152,7 +152,7 @@ read_resource('cosmwasm:storage:axone15ekvz3qdter33mdnk98v8whv5qdr53yusksnfgc08x
152152

153153
``` yaml
154154
height: 42
155-
gas_used: 4142
155+
gas_used: 4144
156156
answer:
157157
has_more: false
158158
variables: ["Chars"]
@@ -202,7 +202,7 @@ read_resource('cosmwasm:storage:axone15ekvz3qdter33mdnk98v8whv5qdr53yusksnfgc08x
202202

203203
``` yaml
204204
height: 42
205-
gas_used: 4142
205+
gas_used: 4144
206206
answer:
207207
has_more: false
208208
variables: ["Chars"]

0 commit comments

Comments
 (0)