Skip to content

Commit 6692bc3

Browse files
committed
register greenfield testnet
1 parent a4ceade commit 6692bc3

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

utils/chains.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,5 +221,56 @@
221221
"standard": "EIP3091"
222222
}
223223
]
224+
},
225+
{
226+
"name": "Greenfield BSC Testnet",
227+
"chain": "BSC",
228+
"rpc": [
229+
"https://gnfd-bsc-testnet-dataseed1.bnbchain.org",
230+
"https://gnfd-bsc-testnet-dataseed2.bnbchain.org",
231+
"https://greenfield-bsc-testnet-ap.nodereal.io",
232+
"https://greenfield-bsc-testnet-us.nodereal.io"
233+
],
234+
"faucets": [
235+
"https://gnfd-bsc-faucet.bnbchain.org/"
236+
],
237+
"nativeCurrency": {
238+
"name": "BNB Chain Native Token",
239+
"symbol": "tBNB",
240+
"decimals": 18
241+
},
242+
"infoURL": "https://bnbchain.org/en/greenfield",
243+
"chainId": 5601,
244+
"explorers": [
245+
{
246+
"name": "Greenfield BSC Testnet Blockchain Explorer",
247+
"url": "https://greenfield-bsc-testnet-explorer.nodereal.io/",
248+
"standard": "EIP3091"
249+
}
250+
]
251+
},
252+
{
253+
"name": "Greenfield Blockchain Testnet",
254+
"chain": "GNFD",
255+
"rpc": [
256+
"https://gnfd-testnet-ethapi-us.bnbchain.org"
257+
],
258+
"faucets": [
259+
"https://gnfd-bsc-faucet.bnbchain.org/"
260+
],
261+
"nativeCurrency": {
262+
"name": "BNB Chain Native Token",
263+
"symbol": "tBNB",
264+
"decimals": 18
265+
},
266+
"infoURL": "https://bnbchain.org/en/greenfield",
267+
"chainId": 5600,
268+
"explorers": [
269+
{
270+
"name": "Greenfield Testnet Blockchain Explorer",
271+
"url": "https://greenfieldscan.com/",
272+
"standard": "EIP3091"
273+
}
274+
]
224275
}
225276
]

0 commit comments

Comments
 (0)