mirror of
https://github.com/status-im/EIPs.git
synced 2025-02-23 12:18:16 +00:00
After two weeks in "Review", change status of ERC-681 to "Last Call" (#3201)
Moves 681 to last call.
This commit is contained in:
parent
4c75ca0d2b
commit
163409ee3a
@ -4,7 +4,8 @@ title: URL Format for Transaction Requests
|
|||||||
author: Daniel A. Nagy (@nagydani)
|
author: Daniel A. Nagy (@nagydani)
|
||||||
type: Standards Track
|
type: Standards Track
|
||||||
category: ERC
|
category: ERC
|
||||||
status: Review
|
status: Last Call
|
||||||
|
review-period-end: 2021-02-07
|
||||||
created: 2017-08-01
|
created: 2017-08-01
|
||||||
requires: 20, 137
|
requires: 20, 137
|
||||||
---
|
---
|
||||||
@ -30,7 +31,7 @@ Payment request URLs contain "ethereum" in their schema (protocol) part and are
|
|||||||
target_address = ethereum_address
|
target_address = ethereum_address
|
||||||
chain_id = 1*DIGIT
|
chain_id = 1*DIGIT
|
||||||
function_name = STRING
|
function_name = STRING
|
||||||
ethereum_address = ( "0x" 40*40HEXDIG ) / ENS_NAME
|
ethereum_address = ( "0x" 40*HEXDIG ) / ENS_NAME
|
||||||
parameters = parameter *( "&" parameter )
|
parameters = parameter *( "&" parameter )
|
||||||
parameter = key "=" value
|
parameter = key "=" value
|
||||||
key = "value" / "gas" / "gasLimit" / "gasPrice" / TYPE
|
key = "value" / "gas" / "gasLimit" / "gasPrice" / TYPE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user