Skip to content

Commit ab2a04a

Browse files
ligiArachnid
authored andcommitted
Update to new ABI spec URL (ethereum#978)
The old one is not maintained anymore - the new one is updated - e.g. now contains tuples
1 parent 7b0777b commit ab2a04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EIPS/eip-681.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Payment request URLs contain "ethereum" in their schema (protocol) part and are
3737
number = [ "-" / "+" ] *DIGIT [ "." 1*DIGIT ] [ ( "e" / "E" ) [ 1*DIGIT ] [ "+" UNIT ]
3838

3939

40-
Where `TYPE` is a standard ABI type name, as defined in [Ethereum Contract ABI specification](https://github.com/ethereum/wiki/wiki/Ethereum-Contract-ABI). `STRING` is a URL-encoded unicode string of arbitrary length, where delimiters and the
40+
Where `TYPE` is a standard ABI type name, as defined in [Ethereum Contract ABI specification](https://solidity.readthedocs.io/en/develop/abi-spec.html). `STRING` is a URL-encoded unicode string of arbitrary length, where delimiters and the
4141
percentage symbol (`%`) are mandatorily hex-encoded with a `%` prefix.
4242

4343
`UNIT` is a URL-encoded unicode string. If `UNIT` is ETH, it always means a multiplier of 10<sup>18</sup>. If it is something

0 commit comments

Comments
 (0)