Skip to content

Commit

Permalink
register greenfield testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
unclezoro committed Apr 4, 2023
1 parent a4ceade commit 6692bc3
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions utils/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,5 +221,56 @@
"standard": "EIP3091"
}
]
},
{
"name": "Greenfield BSC Testnet",
"chain": "BSC",
"rpc": [
"https://gnfd-bsc-testnet-dataseed1.bnbchain.org",
"https://gnfd-bsc-testnet-dataseed2.bnbchain.org",
"https://greenfield-bsc-testnet-ap.nodereal.io",
"https://greenfield-bsc-testnet-us.nodereal.io"
],
"faucets": [
"https://gnfd-bsc-faucet.bnbchain.org/"
],
"nativeCurrency": {
"name": "BNB Chain Native Token",
"symbol": "tBNB",
"decimals": 18
},
"infoURL": "https://bnbchain.org/en/greenfield",
"chainId": 5601,
"explorers": [
{
"name": "Greenfield BSC Testnet Blockchain Explorer",
"url": "https://greenfield-bsc-testnet-explorer.nodereal.io/",
"standard": "EIP3091"
}
]
},
{
"name": "Greenfield Blockchain Testnet",
"chain": "GNFD",
"rpc": [
"https://gnfd-testnet-ethapi-us.bnbchain.org"
],
"faucets": [
"https://gnfd-bsc-faucet.bnbchain.org/"
],
"nativeCurrency": {
"name": "BNB Chain Native Token",
"symbol": "tBNB",
"decimals": 18
},
"infoURL": "https://bnbchain.org/en/greenfield",
"chainId": 5600,
"explorers": [
{
"name": "Greenfield Testnet Blockchain Explorer",
"url": "https://greenfieldscan.com/",
"standard": "EIP3091"
}
]
}
]

0 comments on commit 6692bc3

Please sign in to comment.