We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92d2e9b commit fd33921Copy full SHA for fd33921
_data/chains/eip155-513.json
@@ -0,0 +1,25 @@
1
+{
2
+ "name": "Double-A Chain Testnet",
3
+ "chain": "AAC",
4
+ "icon": "aac",
5
+ "rpc": [
6
+ "https://rpc-testnet.acuteangle.com"
7
+ ],
8
+ "faucets": [
9
+ "https://scan-testnet.acuteangle.com/faucet"
10
11
+ "nativeCurrency": {
12
+ "name": "Acuteangle Native Token",
13
+ "symbol": "AAC",
14
+ "decimals": 18
15
+ },
16
+ "infoURL": "https://www.acuteangle.com/",
17
+ "shortName": "aact",
18
+ "chainId": 513,
19
+ "networkId": 513,
20
+ "explorers": [{
21
+ "name": "aacscan-testnet",
22
+ "url": "https://scan-testnet.acuteangle.com",
23
+ "standard": "EIP3091"
24
+ }]
25
+ }
0 commit comments