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