Skip to content

Commit

Permalink
Add Fluence Stage (testnet) (#5604)
Browse files Browse the repository at this point in the history
* add fluence stage

* add testnet keyword
  • Loading branch information
crystalbit authored Aug 2, 2024
1 parent 8a338a4 commit 4c85bfd
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions _data/chains/eip155-123420000220.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "Fluence Stage",
"chain": "Fluence Stage (Testnet)",
"rpc": [
"https://rpc-123420000220.raas-testnet.gelato.digital/",
"wss://ws-123420000220.raas-testnet.gelato.digital/"
],
"faucets": [],
"nativeCurrency": {
"name": "tFLT",
"symbol": "tFLT",
"decimals": 18
},
"infoURL": "https://fluence.network/",
"shortName": "fluence-stage",
"chainId": 123420000220,
"networkId": 123420000220,
"explorers": [
{
"name": "blockscout",
"url": "https://blockscout-123420000220.raas-testnet.gelato.digital",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-11155111"
}
}

0 comments on commit 4c85bfd

Please sign in to comment.