File tree Expand file tree Collapse file tree
constants/additionalChainRegistry Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments