Skip to content

Commit

Permalink
feat(all): rename treasure to treasury (taikoxyz#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha authored May 18, 2023
1 parent f26569f commit 7dd107a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bindings/.githead
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9229de8aa7ffcf5fc5ea55d94fad7db0b86aaf3a
ccecd708276bce3eca84b92c7c48c95b2156dd18
2 changes: 1 addition & 1 deletion bindings/encoding/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ var (
Type: "address",
},
{
Name: "treasure",
Name: "treasury",
Type: "address",
},
}
Expand Down
4 changes: 2 additions & 2 deletions bindings/gen_taiko_l1.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion integration_test/nodes/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cd $TAIKO_MONO_DIR/packages/protocol &&
ORACLE_PROVER=0x70997970C51812dc3A010C7d01b50e0d17dc79C8 \
SOLO_PROPOSER=0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 \
OWNER=0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC \
TREASURE=0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC \
TREASURY=0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC \
INITIAL_PROOF_TIME_TARGET=101 \
TAIKO_L2_ADDRESS=0x1000777700000000000000000000000000000001 \
L2_SIGNAL_SERVICE=0x1000777700000000000000000000000000000007 \
Expand Down

0 comments on commit 7dd107a

Please sign in to comment.