Skip to content

feat(Networks): adds Chiliz Mainnet#40144

Merged
bizk merged 4 commits intomainfrom
chore/add-chiliz-network-clean
Feb 20, 2026
Merged

feat(Networks): adds Chiliz Mainnet#40144
bizk merged 4 commits intomainfrom
chore/add-chiliz-network-clean

Conversation

@bizk
Copy link
Contributor

@bizk bizk commented Feb 16, 2026

Description

Enables chiliz network logos in metamask extension

Open in GitHub Codespaces

Changelog

CHANGELOG entry: Adds Chiliz chain logo for network and token

Related issues

Fixes:

Manual testing steps

  1. Go to network
  2. Add network 88888 with rpc https://rpc.ankr.com/chiliz
  3. Select add

Screenshots/Recordings

Before

image

After

image 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

Low Risk
Purely adds constants and an image asset for UI display; no changes to RPC handling, signing, or security-sensitive logic.

Overview
Adds a new app/images/chiliz.svg asset.

Updates shared/constants/network.ts to define CHILIZ_DISPLAY_NAME/CHILIZ_IMAGE_URL and map CHAIN_IDS.CHZ to these values for network naming plus both network and native-token image resolution.

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

@github-actions
Copy link
Contributor

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 metamaskbot added the team-networks PRs from the Networks team label Feb 16, 2026
@bizk bizk marked this pull request as ready for review February 16, 2026 18:51
@metamaskbotv2
Copy link
Contributor

metamaskbotv2 bot commented Feb 16, 2026

Builds ready [b2d347e]
UI Startup Metrics (1431 ± 102 ms)
PlatformBuildTypePageMetricMean (ms)Min (ms)Max (ms)Std Dev (ms)P 75 (ms)P 95 (ms)
ChromeBrowserifyStandard HomeuiStartup14311213164010214941598
load1233101614309612961380
domContentLoaded1226101114219512911372
domInteractive2817107182578
firstPaint179681366177219277
backgroundConnect25923331216268287
firstReactRender17103751926
initialActions106113
loadScripts98477811849310471128
setupStore1373041521
numNetworkReqs231589201581
BrowserifyPower User HomeuiStartup18021483253019018382246
load12291096188018212071766
domContentLoaded12131086184417311911679
domInteractive40192113638146
firstPaint203691671173267323
backgroundConnect35129846327367397
firstReactRender23164352635
initialActions104112
loadScripts94281915621739171430
setupStore1693251828
numNetworkReqs1074626447136204
WebpackStandard HomeuiStartup87270411321049601049
load7616291040102840933
domContentLoaded7556241034101834927
domInteractive281686162573
firstPaint1316866382156212
backgroundConnect281869103247
firstReactRender15104451723
initialActions104112
loadScripts7526231032101827925
setupStore1364071328
numNetworkReqs231592211583
WebpackPower User HomeuiStartup1274925188417913611626
load73564112571247241060
domContentLoaded72563612471247101052
domInteractive38191382835129
firstPaint148711162129153273
backgroundConnect16513136945159284
firstReactRender24183942633
initialActions101011
loadScripts72263312371217071041
setupStore1253751419
numNetworkReqs1144428553140235
FirefoxBrowserifyStandard HomeuiStartup15231278209716615481913
load13171124174012613591591
domContentLoaded13161124174012713591591
domInteractive70312254291149
firstPaint------
backgroundConnect54261482252111
firstReactRender12102221213
initialActions106122
loadScripts12931108164612213341558
setupStore13684121334
numNetworkReqs241288201783
BrowserifyPower User HomeuiStartup27462018394341628333616
load15731286243827516772196
domContentLoaded15721280243827516772191
domInteractive1053468783115244
firstPaint------
backgroundConnect3251281150274374924
firstReactRender19156771928
initialActions104122
loadScripts15321263238326316282142
setupStore123778518496502
numNetworkReqs65351423486133
WebpackStandard HomeuiStartup16561423225913917051927
load14331230179610114931609
domContentLoaded14331225179610114921608
domInteractive932928548132152
firstPaint------
backgroundConnect5624210266383
firstReactRender14112531521
initialActions103122
loadScripts1409121017669814661567
setupStore186301361249
numNetworkReqs231298191776
WebpackPower User HomeuiStartup27962077453946829693728
load16011291252530117292287
domContentLoaded16011291252530217292287
domInteractive13429847167117619
firstPaint------
backgroundConnect335118982272387937
firstReactRender23166562531
initialActions207123
loadScripts15561214247229016582221
setupStore1628787212233683
numNetworkReqs64351343291126
📊 Page Load Benchmark Results

Current Commit: b2d347e | Date: 2/16/2026

📄 Localhost MetaMask Test Dapp

Samples: 100

Summary

  • pageLoadTime-> current mean value: 1.04s (±40ms) 🟡 | historical mean value: 1.05s ⬇️ (historical data)
  • domContentLoaded-> current mean value: 730ms (±38ms) 🟢 | historical mean value: 743ms ⬇️ (historical data)
  • firstContentfulPaint-> current mean value: 80ms (±11ms) 🟢 | historical mean value: 86ms ⬇️ (historical data)

📈 Detailed Results

Metric Mean Std Dev Min Max P95 P99
pageLoadTime 1.04s 40ms 1.02s 1.33s 1.08s 1.33s
domContentLoaded 730ms 38ms 706ms 1.01s 750ms 1.01s
firstPaint 80ms 11ms 64ms 168ms 92ms 168ms
firstContentfulPaint 80ms 11ms 64ms 168ms 92ms 168ms
largestContentfulPaint 0ms 0ms 0ms 0ms 0ms 0ms
Bundle size diffs
  • background: 58 Bytes (0%)
  • ui: 5 Bytes (0%)
  • common: 172 Bytes (0%)

@bizk bizk force-pushed the chore/add-chiliz-network-clean branch from b2d347e to 3036408 Compare February 18, 2026 14:28
@metamaskbotv2
Copy link
Contributor

metamaskbotv2 bot commented Feb 18, 2026

Builds ready [3036408]
UI Startup Metrics (1483 ± 110 ms)
PlatformBuildTypePageMetricMean (ms)Min (ms)Max (ms)Std Dev (ms)P 75 (ms)P 95 (ms)
ChromeBrowserifyStandard HomeuiStartup14831252184011015441677
load1271105714639613391426
domContentLoaded1264104914549613341417
domInteractive3017113202681
firstPaint1637135973226287
backgroundConnect26723941524269298
firstReactRender16113031823
initialActions107113
loadScripts101481112079610681172
setupStore1363541620
numNetworkReqs221583191579
BrowserifyPower User HomeuiStartup2785136410126178237086475
load1184977218918412301536
domContentLoaded1164967217117712121515
domInteractive3419155233478
firstPaint260772191308256396
backgroundConnect949261794713139272778
firstReactRender23145472538
initialActions107112
loadScripts94277018581659841255
setupStore1363451623
numNetworkReqs1124524045136187
WebpackStandard HomeuiStartup86370313231099311041
load745620104893802902
domContentLoaded739615104292795895
domInteractive2816102202582
firstPaint13163959104167216
backgroundConnect2918102143258
firstReactRender14102541722
initialActions103112
loadScripts736613103491792893
setupStore1364361426
numNetworkReqs231595211586
WebpackPower User HomeuiStartup1321926260726014091703
load78163112371207801068
domContentLoaded76962412281207671058
domInteractive41201702842118
firstPaint1738246684217319
backgroundConnect1921321005126179324
firstReactRender25187772634
initialActions104112
loadScripts76662212171187651046
setupStore1446281628
numNetworkReqs1364827044158211
FirefoxBrowserifyStandard HomeuiStartup15801371228517716062051
load13651164204113914061624
domContentLoaded13641161204113914051623
domInteractive71353134598138
firstPaint------
backgroundConnect60311702362105
firstReactRender13102421316
initialActions102012
loadScripts13391141201613713781592
setupStore166177251267
numNetworkReqs241298211784
BrowserifyPower User HomeuiStartup29882183899495831203543
load17461354744888416982191
domContentLoaded17451354744888416972191
domInteractive15436513102177380
firstPaint------
backgroundConnect4151301273278588935
firstReactRender20156162028
initialActions213122
loadScripts17001328739187516472106
setupStore15812746175172539
numNetworkReqs923921035103165
WebpackStandard HomeuiStartup17101511299917617331951
load14801282277015415091630
domContentLoaded14801277276915415091630
domInteractive1003229847132151
firstPaint------
backgroundConnect58291512861129
firstReactRender16126261525
initialActions103122
loadScripts14541263273715114861579
setupStore156169181340
numNetworkReqs241394191878
WebpackPower User HomeuiStartup27012114364831128723360
load15591326229320216002051
domContentLoaded15591325229320216002050
domInteractive16539686145159543
firstPaint------
backgroundConnect40911112992955721011
firstReactRender22163542430
initialActions217123
loadScripts15201296227620315482013
setupStore15610899164223490
numNetworkReqs883821836100165
📊 Page Load Benchmark Results

Current Commit: 3036408 | Date: 2/18/2026

📄 Localhost MetaMask Test Dapp

Samples: 100

Summary

  • pageLoadTime-> current mean value: 1.05s (±55ms) 🟡 | historical mean value: 1.05s ⬆️ (historical data)
  • domContentLoaded-> current mean value: 741ms (±52ms) 🟢 | historical mean value: 741ms ⬆️ (historical data)
  • firstContentfulPaint-> current mean value: 82ms (±11ms) 🟢 | historical mean value: 86ms ⬇️ (historical data)

📈 Detailed Results

Metric Mean Std Dev Min Max P95 P99
pageLoadTime 1.05s 55ms 1.02s 1.35s 1.10s 1.35s
domContentLoaded 741ms 52ms 712ms 1.02s 786ms 1.02s
firstPaint 82ms 11ms 64ms 180ms 92ms 180ms
firstContentfulPaint 82ms 11ms 64ms 180ms 92ms 180ms
largestContentfulPaint 0ms 0ms 0ms 0ms 0ms 0ms
Bundle size diffs
  • background: 58 Bytes (0%)
  • ui: 5 Bytes (0%)
  • common: 172 Bytes (0%)

@bizk bizk added this pull request to the merge queue Feb 20, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 20, 2026
@bizk bizk added this pull request to the merge queue Feb 20, 2026
Merged via the queue into main with commit fbe8db4 Feb 20, 2026
339 of 341 checks passed
@bizk bizk deleted the chore/add-chiliz-network-clean branch February 20, 2026 14:16
@github-actions github-actions bot locked and limited conversation to collaborators Feb 20, 2026
@metamaskbot metamaskbot added the release-13.21.0 Issue or pull request that will be included in release 13.21.0 label Feb 20, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

release-13.21.0 Issue or pull request that will be included in release 13.21.0 size-S team-networks PRs from the Networks team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants