Skip to content

Commit

Permalink
add LAOS Sigma Testnet (#5534)
Browse files Browse the repository at this point in the history
* added LAOS Sigma

* set blockscout

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
asiniscalchi and ligi authored Jul 24, 2024
1 parent beb5c7a commit 75a804a
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions _data/chains/eip155-62850.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "LAOS Sigma Testnet",
"title": "LAOS Sigma Testnet",
"chain": "LAOS Sigma Testnet",
"rpc": [
"https://rpc.laossigma.laosfoundation.io",
"wss://rpc.laossigma.laosfoundation.io"
],
"faucets": [],
"nativeCurrency": {
"name": "SIGMA",
"symbol": "SIGMA",
"decimals": 18
},
"infoURL": "https://laosnetwork.io",
"shortName": "laossigma",
"chainId": 62850,
"networkId": 62850,
"explorers": [
{
"name": "blockscout",
"url": "https://sigma.explorer.laosnetwork.io",
"icon": "blockscout",
"standard": "EIP3091"
}
]
}

0 comments on commit 75a804a

Please sign in to comment.