Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

feat(all): rename treasure to treasury #233

Merged
merged 1 commit into from
May 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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