-
Notifications
You must be signed in to change notification settings - Fork 0
/
rinkeby.json
60 lines (60 loc) · 2.27 KB
/
rinkeby.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": "Rinkeby Test Network",
"slug": "rinkeby",
"chainId": 4,
"nativeCurrency": "RinkebyETH",
"logo": "https://raw.githubusercontent.com/polkaswitch/assets/master/blockchains/rinkeby/info/logo.png",
"blockExploreUrls": ["https://rinkeby.etherscan.io"],
"rpcUrls": ["https://rinkeby.infura.io/v3/"],
"tokens": [
{
"address": "0x0000000000000000000000000000000000000000",
"chainId": 4,
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/polkaswitch/assets/master/blockchains/rinkeby/assets/0x0000000000000000000000000000000000000000/logo.png",
"name": "Ether",
"isNative": true,
"symbol": "ETH"
},
{
"address": "0xc7AD46e0b8a400Bb3C915120d284AafbA8fc4735",
"chainId": 4,
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/polkaswitch/assets/master/blockchains/rinkeby/assets/0xc7AD46e0b8a400Bb3C915120d284AafbA8fc4735/logo.png",
"name": "Dai Stablecoin",
"symbol": "DAI"
},
{
"address": "0xF9bA5210F91D0474bd1e1DcDAeC4C58E359AaD85",
"chainId": 4,
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/polkaswitch/assets/master/blockchains/rinkeby/assets/0xF9bA5210F91D0474bd1e1DcDAeC4C58E359AaD85/logo.png",
"name": "Maker",
"symbol": "MKR"
},
{
"address": "0x5457Cc9B34eA486eB8d3286329F3536f71fa8A8B",
"chainId": 4,
"decimals": 18,
"name": "SushiToken",
"symbol": "SUSHI",
"logoURI": "https://raw.githubusercontent.com/polkaswitch/assets/master/blockchains/rinkeby/assets/0x5457Cc9B34eA486eB8d3286329F3536f71fa8A8B/logo.png"
},
{
"address": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984",
"chainId": 4,
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/polkaswitch/assets/master/blockchains/rinkeby/assets/0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984/logo.png",
"name": "Uniswap",
"symbol": "UNI"
},
{
"address": "0xc778417E063141139Fce010982780140Aa0cD5Ab",
"chainId": 4,
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/polkaswitch/assets/master/blockchains/rinkeby/assets/0xc778417E063141139Fce010982780140Aa0cD5Ab/logo.png",
"name": "Wrapped Ether",
"symbol": "WETH"
}
]
}