-
Notifications
You must be signed in to change notification settings - Fork 0
/
goerli.json
60 lines (60 loc) · 2.26 KB
/
goerli.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "Goerli Test Network",
"slug": "goerli",
"chainId": 5,
"nativeCurrency": "GoerliETH",
"logo": "https://raw.githubusercontent.com/polkaswitch/assets/master/blockchains/goerli/info/logo.png",
"blockExploreUrls": ["https://goerli.etherscan.io"],
"rpcUrls": ["https://goerli.infura.io/v3"],
"tokens": [
{
"address": "0x0000000000000000000000000000000000000000",
"chainId": 5,
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/polkaswitch/assets/master/blockchains/goerli/assets/0x0000000000000000000000000000000000000000/logo.png",
"name": "Ether",
"isNative": true,
"symbol": "ETH"
},
{
"address": "0x5457Cc9B34eA486eB8d3286329F3536f71fa8A8B",
"chainId": 5,
"decimals": 18,
"name": "SushiToken",
"symbol": "SUSHI",
"logoURI": "https://raw.githubusercontent.com/polkaswitch/assets/master/blockchains/goerli/assets/0x5457Cc9B34eA486eB8d3286329F3536f71fa8A8B/logo.png"
},
{
"address": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984",
"chainId": 5,
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/polkaswitch/assets/master/blockchains/goerli/assets/0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984/logo.png",
"name": "Uniswap",
"symbol": "UNI"
},
{
"address": "0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6",
"chainId": 5,
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/polkaswitch/assets/master/blockchains/goerli/assets/0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6/logo.png",
"name": "Wrapped Ether",
"symbol": "WETH"
},
{
"address": "0xf4B2cbc3bA04c478F0dC824f4806aC39982Dce73",
"chainId": 5,
"decimals": 6,
"logoURI": "https://raw.githubusercontent.com/polkaswitch/assets/master/blockchains/ethereum/assets/0xdAC17F958D2ee523a2206206994597C13D831ec7/logo.png",
"name": "Tether USD",
"symbol": "USDT"
},
{
"address": "0xCbE56b00d173A26a5978cE90Db2E33622fD95A28",
"chainId": 5,
"decimals": 6,
"logoURI": "https://raw.githubusercontent.com/polkaswitch/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png",
"name": "USD Coin",
"symbol": "USDC"
}
]
}