Skip to content

Add Wrapped Octra metadata#1796

Merged
MRabenda merged 1 commit intoMetaMask:masterfrom
octralex:add-oct
Apr 28, 2026
Merged

Add Wrapped Octra metadata#1796
MRabenda merged 1 commit intoMetaMask:masterfrom
octralex:add-oct

Conversation

@octralex
Copy link
Copy Markdown
Contributor

@octralex octralex commented Apr 28, 2026

Adds metadata and icon for Wrapped Octra (wOCT), the Ethereum ERC-20 representation of Octra’s native OCT.

Asset:

  • Name: Wrapped Octra
  • Symbol: wOCT
  • Decimals: 6
  • CAIP-19: eip155:1/erc20:0x4647e1fE715c9e23959022C2416C71867F5a6E80

Official references:


Note

Low Risk
Adds new token metadata and an SVG icon only; no runtime logic or security-sensitive code is modified.

Overview
Adds a new CAIP-19 entry for Wrapped Octra (wOCT) on Ethereum mainnet, including name, symbol, decimals: 6, and an erc20 flag.

Includes a new SVG logo referenced by the metadata.

Reviewed by Cursor Bugbot for commit d44088e. Bugbot is set up for automated code reviews on this repo. Configure here.

@octralex octralex requested review from a team and MRabenda as code owners April 28, 2026 10:04
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Reviewed by Cursor Bugbot for commit d44088e. Configure here.

"symbol": "wOCT",
"decimals": 6,
"erc20": true
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Metadata JSON field ordering inconsistent with repository convention

Low Severity

The logo field is placed first in this metadata file, but every other metadata file in the repository consistently uses the ordering name, symbol, decimals, erc20, logo (with logo last). No other file in metadata/ places logo first. This breaks the established convention across hundreds of files, reducing consistency and making this entry stand out unnecessarily during reviews or diffs.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit d44088e. Configure here.

@MRabenda MRabenda merged commit 6855579 into MetaMask:master Apr 28, 2026
9 checks passed
@octralex octralex deleted the add-oct branch April 28, 2026 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants