-
Notifications
You must be signed in to change notification settings - Fork 66
Adding the Foo test token on Sepolia Linea #245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Hi @vkuts |
@alainncls hey, I'm just attempting to go through the Linea custom L2 token registration process in prep for a mainnet token launch. My goal is to get a working e2e setup in Sepolia/Linea Sepolia, including L1<->L2 token bridging experience. |
I see. |
I'm confused, since I did deploy my token contracts to both Sepolia and Sepolia Linea, and the code is verified, etc. |
Bumping this up. I would love to understand what security concerns you have. |
Hey @vkuts One small note: the token description is missing a logo ( |
@vkuts as discussed on Discord - are you wanting to map your token to the canonical token bridge so that when bridging occurs it will target your token for mint/burn? |
@alainncls hey, thanks for the followup. No worries 👍 I didn't realize that |
Before merging this and going to mainnet, please discuss with the BD team if they are in a position to arrange the custom mapping on the token bridge. Reserved in your PR should be changed to the canonical bridge option if the intent is to use the canonical bridge. Reserved is more for preventing usage on the bridge. |
"chainId": 59141, | ||
"chainURI": "https://sepolia.lineascan.build/block/0", | ||
"tokenId": "https://sepolia.lineascan.build/address/0x0869E86479D60D07DF0E31312E7207c6cf470e31", | ||
"tokenType": ["canonical-bridge"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thedarkjester is the bot confused?
Action: Add token (choose one)
Context / Rationale:
I am testing out your process for registering a mainnet token, which needs to be bridge-able via the canonical bridge contract, but have a custom/pre-deployed L2 implementation
PR Checklist
updatedAt
field (andcreatedAt
if applicable)Note
Adds
FOO
canonical-bridge token tojson/linea-sepolia-token-shortlist.json
and bumps list version to 1.3.0 with updated date.json/linea-sepolia-token-shortlist.json
):FOO
(0x0869E86479D60D07DF0E31312E7207c6cf470e31
) withtokenType
canonical-bridge
,decimals
18, logo URI, and root chain details.1.3.0
and updateupdatedAt
to2025-10-07
.Written by Cursor Bugbot for commit e333b4c. This will update automatically on new commits. Configure here.