Skip to content

Commit

Permalink
change mainnet and add testnet of yooldo verse (ethereum-lists#3959)
Browse files Browse the repository at this point in the history
* change mainnet and add testnet of yooldo verse

* retrigger checks
  • Loading branch information
web3isthefuture authored Dec 14, 2023
1 parent 4097689 commit 6b6e967
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"infoURL": "https://yooldo.gg/",
"shortName": "YVM",
"chainId": 345,
"networkId": 345,
"chainId": 50005,
"networkId": 50005,
"explorers": [
{
"name": "Yooldo Verse Explorer",
Expand Down
27 changes: 27 additions & 0 deletions _data/chains/eip155-50006.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "Yooldo Verse Testnet",
"chain": "Yooldo Verse",
"icon": "yooldo_verse",
"rpc": ["https://rpc.testnet.yooldo-verse.xyz/"],
"faucets": [],
"nativeCurrency": {
"name": "OAS",
"symbol": "OAS",
"decimals": 18
},
"infoURL": "https://yooldo.gg/",
"shortName": "YVT",
"chainId": 50006,
"networkId": 50006,
"explorers": [
{
"name": "Yooldo Verse Explorer",
"url": "https://explorer.testnet.yooldo-verse.xyz",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-248"
}
}

0 comments on commit 6b6e967

Please sign in to comment.