Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 1, 2025

  • src/networks.json updated

Auto-generated by Github Actions

Copy link
Contributor Author

github-actions bot commented Oct 1, 2025

MySQL commands to run on the hub DB and also the testnet DB:

insert into
  `networks` (`id`, `name`, `premium`, `testnet`)
values
  ('88817', 'Unit Zero testnet', 1, 1);

Also, run this on brovider DB to add a new RPC node and make it default for network:

insert into
  "public"."nodes" ("main", "network", "provider", "url")
values
  (1, '88817', 0, 'PASTE_URL_HERE');

@ChaituVR ChaituVR merged commit ce61c66 into new-network-88811 Oct 1, 2025
2 of 4 checks passed
@ChaituVR ChaituVR deleted the new-network-88817 branch October 1, 2025 03:42
ChaituVR added a commit that referenced this pull request Oct 1, 2025
* Add new network UNIT0 - 88811

* Update src/networks.json

* Add new network Unit Zero testnet - 88817 (#1185)

* Add new network Unit Zero testnet - 88817

* Downgrade version from 0.14.15 to 0.14.14

---------

Co-authored-by: ChaituVR <ChaituVR@users.noreply.github.com>
Co-authored-by: Chaitanya <yourchaitu@gmail.com>

---------

Co-authored-by: ChaituVR <ChaituVR@users.noreply.github.com>
Co-authored-by: Chaitanya <yourchaitu@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

1 participant