Skip to content

Commit 7c5e457

Browse files
Update spec/integration/token_protocol_e2e_spec.rb
Co-authored-by: Copilot <[email protected]>
1 parent 76920d7 commit 7c5e457

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/integration/token_protocol_e2e_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
describe "Complete Token Workflow with Protocol Validation" do
1212
it "deploys token and validates protocol execution" do
13-
# JSON must be in exact format for token protocol
13+
# Note: 'erc-20' is a legacy protocol identifier; the canonical protocol name is now 'erc-20-fixed-denomination'.
14+
# This test uses the legacy format, which is normalized to the canonical name by the system.
1415
deploy_json = '{"p":"erc-20","op":"deploy","tick":"testcoin","max":"1000000","lim":"1000"}'
1516

1617
result = create_and_validate_ethscription(

0 commit comments

Comments
 (0)