Skip to content

Commit 334da8b

Browse files
authored
Add files via upload (#2893)
1 parent 520b466 commit 334da8b

3 files changed

Lines changed: 66 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
export const data = {
2+
"name": "Plato Mainnet",
3+
"chain": "Plato",
4+
"rpc": [
5+
"https://api-mainnet.plato.exchange",
6+
],
7+
"faucets": [],
8+
"nativeCurrency": {
9+
"name": "Plato USDC",
10+
"symbol": "USDC",
11+
"decimals": 6
12+
},
13+
"shortName": "plato",
14+
"chainId": 53,
15+
"networkId": 53,
16+
"explorers": [
17+
{
18+
"name": "Plato Mainnet Explorer",
19+
"url": "https://mainnet.plato.exchange/explorer"
20+
}
21+
]
22+
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
export const data = {
2+
"name": "Plato Testnet",
3+
"chain": "Plato",
4+
"rpc": [
5+
"https://api-testnet.plato.exchange",
6+
],
7+
"faucets": [],
8+
"nativeCurrency": {
9+
"name": "Plato USDC",
10+
"symbol": "USDC",
11+
"decimals": 6
12+
},
13+
"shortName": "plato",
14+
"chainId": 62,
15+
"networkId": 62,
16+
"explorers": [
17+
{
18+
"name": "Plato Testnet Explorer",
19+
"url": "https://testnet.plato.exchange/explorer"
20+
}
21+
]
22+
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
export const data = {
2+
"name": "Plato Devnet",
3+
"chain": "Plato",
4+
"rpc": [
5+
"https://api-devnet.plato.exchange",
6+
],
7+
"faucets": [],
8+
"nativeCurrency": {
9+
"name": "Plato USDC",
10+
"symbol": "USDC",
11+
"decimals": 6
12+
},
13+
"shortName": "plato",
14+
"chainId": 71,
15+
"networkId": 71,
16+
"explorers": [
17+
{
18+
"name": "Plato Devnet Explorer",
19+
"url": "https://devnet.plato.exchange/explorer"
20+
}
21+
]
22+
}

0 commit comments

Comments
 (0)