Skip to content

Commit

Permalink
remove config.json change
Browse files Browse the repository at this point in the history
  • Loading branch information
TranTrungTien committed Jun 28, 2024
1 parent 0b2d118 commit b177624
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions src/assets/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"environment": {
"name": "serenity",
"label": {
"desktop": "Serenity Testnet (v0.8.0)",
"desktop": "Serenity Testnet (v0.7.2)",
"mobile": "Serenity Testnet"
},
"logo": "https://aura-explorer-assets.s3.ap-southeast-1.amazonaws.com/dev-assets/token/download.png",
Expand Down Expand Up @@ -65,9 +65,7 @@
"average": 0.0025,
"high": 0.004
},
"features": [
"ibc-transfer"
],
"features": ["ibc-transfer"],
"walletUrlForStaking": "https://serenity.aurascan.io/validators",
"logo": "https://i.imgur.com/zi0mTYb.png",
"explorer": "https://serenity.aurascan.io/",
Expand All @@ -77,9 +75,7 @@
"name": "Aura EVM Serenity",
"chain": "Aura-Serenity",
"rpc": "https://jsonrpc.serenity.aura.network",
"faucets": [
""
],
"faucets": [""],
"nativeCurrency": {
"name": "test-Aura",
"symbol": "AURA",
Expand Down Expand Up @@ -122,12 +118,9 @@
"backend": "https://serenity-api.aurascan.io/api/v1",
"socket": "https://serenity-api.aurascan.io",
"ipfsDomain": "https://ipfs.io/",
"verifyContract": "https://indexer-v2.dev.aurascan.io/verify-contract/v1",
"coingecko": {
"url": "https://api.coingecko.com/api/v3",
"ids": [
"aura-network"
]
"ids": ["aura-network"]
},
"google": {
"url": "apps.googleusercontent.com",
Expand All @@ -148,9 +141,7 @@
"name": "Aurascan",
"description": "Aura Network Explorer",
"url": "https://serenity.aurascan.io/",
"icons": [
"https://aura-explorer-assets.s3.ap-southeast-1.amazonaws.com/dev-assets/token/download.png"
]
"icons": ["https://aura-explorer-assets.s3.ap-southeast-1.amazonaws.com/dev-assets/token/download.png"]
}
}
}
Expand Down

0 comments on commit b177624

Please sign in to comment.