-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathswanky.config.json
46 lines (46 loc) · 996 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.33",
"supportedInk": "v4.0.0"
},
"accounts": [
{
"alias": "alice",
"mnemonic": "//Alice",
"isDev": true,
"address": "5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY"
},
{
"alias": "bob",
"mnemonic": "//Bob",
"isDev": true,
"address": "5FHneW46xGXgs5mUiveU4sbTyGBzmstUspZC92UhjJM694ty"
}
],
"contracts": {
"lottery": {
"name": "lottery",
"deployments": [],
"language": "ink",
"build": {
"timestamp": 1680606877634,
"artifactsPath": "/home/nikhil/astar/wasm-lottery/artifacts/lottery/1680606877634"
}
}
},
"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"
}
}
}