-
Notifications
You must be signed in to change notification settings - Fork 0
/
swanky.config.json
46 lines (46 loc) · 1015 Bytes
/
swanky.config.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
{
"node": {
"localPath": "",
"polkadotPalletVersions": "polkadot-v0.9.27",
"supportedInk": "v3.3.1"
},
"accounts": [
{
"alias": "alice",
"mnemonic": "//Alice",
"isDev": true,
"address": "5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY"
},
{
"alias": "bob",
"mnemonic": "//Bob",
"isDev": true,
"address": "5FHneW46xGXgs5mUiveU4sbTyGBzmstUspZC92UhjJM694ty"
}
],
"contracts": {
"psp34": {
"name": "psp34",
"deployments": [],
"language": "ink",
"build": {
"timestamp": 1686286923589,
"artifactsPath": "/Users/ytakahashi/Desktop/ttttt/astar/0609/test_project1/artifacts/psp34/1686286923589"
}
}
},
"networks": {
"local": {
"url": "ws://127.0.0.1:9944"
},
"astar": {
"url": "wss://rpc.astar.network"
},
"shiden": {
"url": "wss://rpc.shiden.astar.network"
},
"shibuya": {
"url": "wss://rpc.shibuya.astar.network"
}
}
}