Skip to content

Commit

Permalink
Added The Widow's Mite Blockchain RPC (#6232)
Browse files Browse the repository at this point in the history
* Added The Widow's Mite Blockchain RPC

* feat: add prom network (#6229)

* Mezo chain icon (#6228)

* Adding Matsnet Testnet config file

* Adding Mezo icon

* Reserve chain IDs for ethstorage chains and ethstorage l2 chains (#6224)

* add chainids for ethstorage l2 nets

* resolve comments

* resolve comments

* Nerochain mainnet chain info (#6219)

* add nero testnet chain infos

* add additional infoURL

* remove slash

* modify networkId and explorer standard

* commit nero mainnet chain info

* update short name

* distinguish nero mainnet and testnet short name

* Added omax chain testnet configurations. (#6218)

* Add BC Hyper POS Testnet with rpc, explorer and icon

* BC Hyper Blockchain new line removed and submitted

* BC Hyper chain added and fixed icon size

* BC Hyper chain added and fixed icon size

* BC Hyper blockchain icon added

* BC Hyper blockchain icon added

* Reconfigure logo uri of BC Hyper Testnet

* fix BC Hyper Blockchain bch.json file

* Bc Hyper Blockchain logo

* bc Hyper gradle build test

* Bc Hyper Testnet name, explorer link updated

* bc hyper test

* bc hyper testnet explorer link fixed

* new rpc url added for omax mainnet

* Added omax chain testnet configuration

---------

Co-authored-by: ligi <[email protected]>

* Add eip155-5090.json (#6213)

Co-authored-by: ligi <[email protected]>

* add lens testnet (#6211)

Co-authored-by: ligi <[email protected]>

* fix l2 parent for Cardona Testnet (#6209)

Co-authored-by: ligi <[email protected]>

* add Betherance Chain ID (#6165)

* add Betherance Chain ID

* change validate_formatting

* add icons ipfs

* update file JSON

* update json format

* add change icon name

* "Fix: Add newline at end of eip155-1605.json"

* "Fix: Add newline at end of JSON file"

* Fix: Add newline at end of icons JSON file

---------

Co-authored-by: ligi <[email protected]>

* Corrected nativeCurrency name removing single quote

---------

Co-authored-by: ligi <[email protected]>
Co-authored-by: Georgy Skr <[email protected]>
Co-authored-by: Dymitr (Dmitry) Paremski <[email protected]>
Co-authored-by: ping-ke <[email protected]>
Co-authored-by: Robert <[email protected]>
Co-authored-by: Akash Halder <[email protected]>
Co-authored-by: PIONEER CHAIN <[email protected]>
Co-authored-by: Yaro Shkvorets <[email protected]>
Co-authored-by: BetherChain <[email protected]>
  • Loading branch information
10 people authored Nov 22, 2024
1 parent fa7e96d commit ecaaedf
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _data/chains/eip155-426.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "The Widows Mite",
"chain": "MITE",
"rpc": ["https://rpc.twmcrypto.com/"],
"faucets": ["https://faucet.twmcrypto.com/"],
"nativeCurrency": {
"name": "The Widows Mite",
"symbol": "MITE",
"decimals": 8
},
"infoURL": "https://twmcrypto.com/",
"shortName": "mite",
"chainId": 426,
"networkId": 426,
"icon": "mite",
"explorers": [
{
"name": "The Widows Mite Explorer",
"url": "https://scan.twmcrypto.com",
"icon": "mite",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/mite.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmUdrSXS4729UQGVvUYfc8S1CHnG3JpG2HhCTDmsCw6jk8",
"width": 500,
"height": 500,
"format": "png"
}
]

0 comments on commit ecaaedf

Please sign in to comment.