Skip to content

Conversation

@maxime-oe
Copy link
Contributor

@maxime-oe maxime-oe commented Nov 18, 2025

Description

Open in GitHub Codespaces

Omni Network (OMNI) has been rebranded to Nomina (NOM). This PR changes the network name, native currency and icons for the network.

Changelog

CHANGELOG entry: change Omni Network name and logo to Nomina with native currency NOM.

Related issues

Fixes: NA

Manual testing steps

Using Metamask Extension on Firefox or Chromium-based browser:
1/ Navigate to "chainList.org" search for "Nomina" and click add new network.

RPC URL : https://mainnet.nomina.io/
Chain Name : Nomina
Currency Symbol: NOM
Chain ID: 166 (0xa6)

2/ Observe logo and native token of newly added network.

Screenshots/Recordings

Before

image

After

image

Pre-merge author checklist

Pre-merge reviewer checklist

  • I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed).
  • I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.

Note

Replaces Omni with Nomina (chainId 0xa6), updating display name, ticker to NOM, and network/native token icons.

  • Networks (shared/constants/network.ts):
    • Replace OMNI with NOMINA across constants and maps:
      • CHAIN_IDS, display names, CURRENCY_SYMBOLS (ticker to NOM).
      • Image URL constants for network and native token.
      • Mappings: NETWORK_TO_NAME_MAP, CHAIN_ID_TO_CURRENCY_SYMBOL_MAP, CHAIN_ID_TO_NETWORK_IMAGE_URL_MAP, CHAIN_ID_TOKEN_IMAGE_MAP.
  • Assets:
    • Add app/images/nomina.svg and reference it for both network and native token images.

Written by Cursor Bugbot for commit edb2162. This will update automatically on new commits. Configure here.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 18, 2025

CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes.

@metamaskbot
Copy link
Collaborator

Builds ready [ec2d9af]
UI Startup Metrics (1139 ± 114 ms)
PlatformBuildTypePageMetricMean (ms)Min (ms)Max (ms)Std Dev (ms)P 75 (ms)P 95 (ms)
ChromeBrowserifyStandard HomeuiStartup1139974193311411771298
load976842180811210211109
domContentLoaded969837176310810151094
domInteractive221497161862
firstPaint6708118133899761090
backgroundConnect19117522710196211
firstReactRender27187482843
getState20658102339
initialActions104113
loadScripts7846491576107832905
setupStore1072531116
numNetworkReqs1367420673
BrowserifyPower User HomeuiStartup23162012279223026282792
load12531025180827416671808
domContentLoaded12291006179827616261798
domInteractive691923069158230
firstPaint784217170448810901704
backgroundConnect26324429313274293
firstReactRender76461382191138
getState23918733641262336
initialActions21102110
loadScripts990780156527313931565
setupStore311358145158
numNetworkReqs1239319431143194
WebpackStandard HomeuiStartup8347071169938471074
load61055293977607841
domContentLoaded60354691575602829
domInteractive181188151458
firstPaint20058775173208593
backgroundConnect241171132555
firstReactRender3219131143562
getState1162831316
initialActions103111
loadScripts60054490572600818
setupStore1153041316
numNetworkReqs1367419870
WebpackPower User HomeuiStartup1074899167924713501679
load67856410471617851047
domContentLoaded66055410241517601024
domInteractive35131133883113
firstPaint3376910282875711028
backgroundConnect43111725055172
firstReactRender41374724247
getState1409318425153184
initialActions101011
loadScripts65655210141477491014
setupStore1262782327
numNetworkReqs826313025120130
FirefoxBrowserifyStandard HomeuiStartup14421296198112614921694
load1220111715389112621432
domContentLoaded1220111615379112621432
domInteractive55352223061113
firstPaint------
backgroundConnect392598144569
firstReactRender26204862740
getState13783121427
initialActions2111122
loadScripts1197109915138912361373
setupStore14798131241
numNetworkReqs1367819775
BrowserifyPower User HomeuiStartup36542662524477141205244
load17041410240533419742405
domContentLoaded17041410240433419732404
domInteractive27387724193477724
firstPaint------
backgroundConnect763198149341311321493
firstReactRender957013317101133
getState17911340767208407
initialActions318238
loadScripts16551376236733919352367
setupStore1014420047138200
numNetworkReqs1277423257208232
WebpackStandard HomeuiStartup16401468215114616701988
load13951203175412214401668
domContentLoaded13951202175412214401668
domInteractive63302413973144
firstPaint------
backgroundConnect46241312051101
firstReactRender342584123479
getState137161171220
initialActions103122
loadScripts13661186167911714021642
setupStore15778121350
numNetworkReqs1366817763
WebpackPower User HomeuiStartup31002495394246236513942
load16491408216022218412160
domContentLoaded16481407215922218402159
domInteractive23360624177471624
firstPaint------
backgroundConnect409162824230607824
firstReactRender82571271895127
getState18211935154204351
initialActions317137
loadScripts16031379211421817952114
setupStore11448517109109517
numNetworkReqs1287224061212240
📊 Page Load Benchmark Results

Current Commit: ec2d9af | Date: 11/18/2025

📄 Localhost MetaMask Test Dapp

Samples: 100

Summary

  • pageLoadTime-> current mean value: 1.04s (±37ms) 🟡 | historical mean value: 1.05s ⬇️ (historical data)
  • domContentLoaded-> current mean value: 723ms (±35ms) 🟢 | historical mean value: 730ms ⬇️ (historical data)
  • firstContentfulPaint-> current mean value: 76ms (±10ms) 🟢 | historical mean value: 80ms ⬇️ (historical data)

📈 Detailed Results

Metric Mean Std Dev Min Max P95 P99
pageLoadTime 1.04s 37ms 1.02s 1.31s 1.06s 1.31s
domContentLoaded 723ms 35ms 704ms 990ms 745ms 990ms
firstPaint 76ms 10ms 60ms 156ms 88ms 156ms
firstContentfulPaint 76ms 10ms 60ms 156ms 88ms 156ms
largestContentfulPaint 0ms 0ms 0ms 0ms 0ms 0ms
Bundle size diffs [🚨 Warning! Bundle size has increased!]
  • background: 53 Bytes (0%)
  • ui: 0 Bytes (0%)
  • common: 44 Bytes (0%)

@maxime-oe
Copy link
Contributor Author

I have read the CLA Document and I hereby sign the CLA

@maxime-oe maxime-oe marked this pull request as ready for review November 18, 2025 15:05
@maxime-oe maxime-oe force-pushed the feat/replace-omni-by-nomina-network branch from ec2d9af to 3871993 Compare November 19, 2025 09:15
@metamaskbot
Copy link
Collaborator

Builds ready [3871993]
📊 Page Load Benchmark Results

Current Commit: 3871993 | Date: 11/19/2025

📄 Localhost MetaMask Test Dapp

Samples: 100

Summary

  • pageLoadTime-> current mean value: 1.01s (±44ms) 🟡 | historical mean value: 1.04s ⬇️ (historical data)
  • domContentLoaded-> current mean value: 695ms (±38ms) 🟢 | historical mean value: 724ms ⬇️ (historical data)
  • firstContentfulPaint-> current mean value: 77ms (±12ms) 🟢 | historical mean value: 77ms ⬆️ (historical data)

📈 Detailed Results

Metric Mean Std Dev Min Max P95 P99
pageLoadTime 1.01s 44ms 972ms 1.30s 1.04s 1.30s
domContentLoaded 695ms 38ms 670ms 964ms 709ms 964ms
firstPaint 77ms 12ms 64ms 180ms 88ms 180ms
firstContentfulPaint 77ms 12ms 64ms 180ms 88ms 180ms
largestContentfulPaint 0ms 0ms 0ms 0ms 0ms 0ms
Bundle size diffs [🚨 Warning! Bundle size has increased!]
  • background: 53 Bytes (0%)
  • ui: 0 Bytes (0%)
  • common: 44 Bytes (0%)

@maxime-oe maxime-oe force-pushed the feat/replace-omni-by-nomina-network branch from 3871993 to edb2162 Compare November 20, 2025 09:54
@maxime-oe maxime-oe requested a review from khanti42 November 20, 2025 10:02
Copy link
Contributor

@khanti42 khanti42 left a comment

Choose a reason for hiding this comment

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

LGTM

@metamaskbot
Copy link
Collaborator

Builds ready [edb2162]
UI Startup Metrics (1218 ± 88 ms)
PlatformBuildTypePageMetricMean (ms)Min (ms)Max (ms)Std Dev (ms)P 75 (ms)P 95 (ms)
ChromeBrowserifyStandard HomeuiStartup1218106914508812851363
load103989312527910991159
domContentLoaded103388812467910951152
domInteractive231390172172
firstPaint550143118341210321155
backgroundConnect21119526910214230
firstReactRender28185983244
getState3518117134159
initialActions105113
loadScripts828687103680892943
setupStore1162941319
numNetworkReqs1257820573
BrowserifyPower User HomeuiStartup18871516257225820732387
load994867161615710031437
domContentLoaded97985816041569841425
domInteractive38152354629174
firstPaint6188416114259451433
backgroundConnect22020027611227240
firstReactRender79471251585111
getState18313333648209283
initialActions1014112
loadScripts77466014001547801214
setupStore221087133052
numNetworkReqs1497128250192254
WebpackStandard HomeuiStartup804730104568829968
load61155683661622777
domContentLoaded60655182959619772
domInteractive231491182079
firstPaint241104816172216712
backgroundConnect1163361329
firstReactRender28194253336
getState301461113752
initialActions103112
loadScripts60354981957617763
setupStore1253051424
numNetworkReqs1257820569
WebpackPower User HomeuiStartup14331181198721815931898
load6645781232122664996
domContentLoaded6545721212121651988
domInteractive36161983731143
firstPaint28283997186309658
backgroundConnect1577291730
firstReactRender8052114118594
getState16012332336178234
initialActions102012
loadScripts6515701202118649979
setupStore23964143453
numNetworkReqs1576931758201292
FirefoxBrowserifyStandard HomeuiStartup12211033183513112781452
load102988912428710981178
domContentLoaded102888412428810921178
domInteractive61282023983139
firstPaint------
backgroundConnect3820135223890
firstReactRender21173542132
getState96294921
initialActions103112
loadScripts100687312178210661141
setupStore1157211931
numNetworkReqs1256917762
BrowserifyPower User HomeuiStartup27132022410836128793561
load1169967162417212621534
domContentLoaded1168966162317112621527
domInteractive14230540122163449
firstPaint------
backgroundConnect21327948227271806
firstReactRender89472002198123
getState24789915238208859
initialActions3050527
loadScripts1126940158516411531472
setupStore1536789220114755
numNetworkReqs98562234593214
WebpackStandard HomeuiStartup15611380210514116021895
load1320113615499113811489
domContentLoaded1319113615499113811489
domInteractive822923041108153
firstPaint------
backgroundConnect48222363050109
firstReactRender30227783338
getState137108121132
initialActions103123
loadScripts1293111815228713591457
setupStore15697171161
numNetworkReqs1256818664
WebpackPower User HomeuiStartup29122345384132930443677
load13941145187920614451846
domContentLoaded13941145187820614441846
domInteractive13730603137143543
firstPaint------
backgroundConnect20431968227236772
firstReactRender90432062298128
getState25286935254196888
initialActions51619314
loadScripts13551125184120014031797
setupStore118678318493624
numNetworkReqs99672254396216
📊 Page Load Benchmark Results

Current Commit: edb2162 | Date: 11/20/2025

📄 Localhost MetaMask Test Dapp

Samples: 100

Summary

  • pageLoadTime-> current mean value: 1.03s (±41ms) 🟡 | historical mean value: 1.04s ⬇️ (historical data)
  • domContentLoaded-> current mean value: 716ms (±39ms) 🟢 | historical mean value: 729ms ⬇️ (historical data)
  • firstContentfulPaint-> current mean value: 76ms (±11ms) 🟢 | historical mean value: 78ms ⬇️ (historical data)

📈 Detailed Results

Metric Mean Std Dev Min Max P95 P99
pageLoadTime 1.03s 41ms 1.01s 1.31s 1.05s 1.31s
domContentLoaded 716ms 39ms 695ms 983ms 737ms 983ms
firstPaint 76ms 11ms 60ms 164ms 84ms 164ms
firstContentfulPaint 76ms 11ms 60ms 164ms 84ms 164ms
largestContentfulPaint 0ms 0ms 0ms 0ms 0ms 0ms
Bundle size diffs [🚨 Warning! Bundle size has increased!]
  • background: 53 Bytes (0%)
  • ui: 0 Bytes (0%)
  • common: 44 Bytes (0%)

@maxime-oe maxime-oe added this pull request to the merge queue Nov 20, 2025
Merged via the queue into main with commit 269de9d Nov 20, 2025
176 checks passed
@maxime-oe maxime-oe deleted the feat/replace-omni-by-nomina-network branch November 20, 2025 11:48
@github-actions github-actions bot locked and limited conversation to collaborators Nov 20, 2025
@metamaskbot metamaskbot added the release-13.11.0 Issue or pull request that will be included in release 13.11.0 label Nov 20, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

release-13.11.0 Issue or pull request that will be included in release 13.11.0 size-S team-network-enablement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants