You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| chainId | The typically used number identifier for the chain on which the token was issued | number | Mandatory |
71
68
| chainURI | A resolvable URI to the genesis block of the chain on which the token was issued following the RFC 3986 standard | string | Mandatory |
72
69
| tokenId | A resolvable URI of the token following the RFC 3986 standard to for example the deployment transaction of the token, or a DID identifying the token and its issuer | string | Mandatory |
@@ -88,8 +85,6 @@ Token types:
88
85
-`canonical-bridge`: token originally on Ethereum, which has been bridged to Linea with
89
86
the [Linea canonical bridge](https://bridge.linea.build/) (also known as the native bridge).
90
87
91
-
These tokens are automatically added to the full list when bridged.
92
-
93
88
**Example**: DAI on Ethereum Mainnet has this address `0x6b175474e89094c44da98b954eedeac495271d0f`, after being
94
89
bridged on Linea it has this address `0x4AF15ec2A0BD43Db75dd04E62FAA3B8EF36b00d5`
95
90
@@ -135,11 +130,10 @@ Happy contributing!
135
130
- Make sure to add the token following alphabetical order of the `symbol` field.
136
131
- Update the `updatedAt` (and potentially `createdAt`) fields for the file and the token
137
132
- Update the file version:
138
-
- Increase `patch` when modifying information of an existing token.
139
-
- Increase `minor` when modifying adding a new token.
140
-
- Increase `major` when changing the structure of the file.
133
+
- Increase `patch` when modifying information of an existing token.
134
+
- Increase `minor` when modifying adding a new token.
135
+
- Increase `major` when changing the structure of the file.
0 commit comments