|
2 | 2 | "address": "HYCgALnu6CM2gkQVopa1HGaNf8Vzbs9bomWRiKP267P3",
|
3 | 3 | "metadata": {
|
4 | 4 | "name": "dummy",
|
5 |
| - "version": "0.1.0", |
| 5 | + "version": "0.2.0", |
6 | 6 | "spec": "0.1.0",
|
7 | 7 | "description": "Created with Anchor"
|
8 | 8 | },
|
|
20 | 20 | "name": "express_relay",
|
21 | 21 | "address": "GwEtasTAxdS9neVE4GPUpcwR7DB7AizntQSPcG36ubZM"
|
22 | 22 | },
|
| 23 | + { |
| 24 | + "name": "express_relay_metadata", |
| 25 | + "pda": { |
| 26 | + "seeds": [ |
| 27 | + { |
| 28 | + "kind": "const", |
| 29 | + "value": [109, 101, 116, 97, 100, 97, 116, 97] |
| 30 | + } |
| 31 | + ], |
| 32 | + "program": { |
| 33 | + "kind": "account", |
| 34 | + "path": "express_relay" |
| 35 | + } |
| 36 | + } |
| 37 | + }, |
23 | 38 | {
|
24 | 39 | "name": "sysvar_instructions",
|
25 | 40 | "address": "Sysvar1nstructions1111111111111111111111111"
|
|
29 | 44 | },
|
30 | 45 | {
|
31 | 46 | "name": "router"
|
| 47 | + }, |
| 48 | + { |
| 49 | + "name": "config_router", |
| 50 | + "pda": { |
| 51 | + "seeds": [ |
| 52 | + { |
| 53 | + "kind": "const", |
| 54 | + "value": [ |
| 55 | + 99, 111, 110, 102, 105, 103, 95, 114, 111, 117, 116, 101, 114 |
| 56 | + ] |
| 57 | + }, |
| 58 | + { |
| 59 | + "kind": "account", |
| 60 | + "path": "router" |
| 61 | + } |
| 62 | + ], |
| 63 | + "program": { |
| 64 | + "kind": "account", |
| 65 | + "path": "express_relay" |
| 66 | + } |
| 67 | + } |
| 68 | + }, |
| 69 | + { |
| 70 | + "name": "accounting", |
| 71 | + "writable": true, |
| 72 | + "pda": { |
| 73 | + "seeds": [ |
| 74 | + { |
| 75 | + "kind": "const", |
| 76 | + "value": [97, 99, 99, 111, 117, 110, 116, 105, 110, 103] |
| 77 | + } |
| 78 | + ] |
| 79 | + } |
| 80 | + }, |
| 81 | + { |
| 82 | + "name": "system_program", |
| 83 | + "address": "11111111111111111111111111111111" |
32 | 84 | }
|
33 | 85 | ],
|
34 | 86 | "args": []
|
35 | 87 | }
|
| 88 | + ], |
| 89 | + "accounts": [ |
| 90 | + { |
| 91 | + "name": "Accounting", |
| 92 | + "discriminator": [1, 249, 15, 214, 81, 88, 40, 108] |
| 93 | + }, |
| 94 | + { |
| 95 | + "name": "ExpressRelayMetadata", |
| 96 | + "discriminator": [204, 75, 133, 7, 175, 241, 130, 11] |
| 97 | + } |
| 98 | + ], |
| 99 | + "types": [ |
| 100 | + { |
| 101 | + "name": "Accounting", |
| 102 | + "type": { |
| 103 | + "kind": "struct", |
| 104 | + "fields": [ |
| 105 | + { |
| 106 | + "name": "total_fees", |
| 107 | + "type": "u64" |
| 108 | + } |
| 109 | + ] |
| 110 | + } |
| 111 | + }, |
| 112 | + { |
| 113 | + "name": "ExpressRelayMetadata", |
| 114 | + "type": { |
| 115 | + "kind": "struct", |
| 116 | + "fields": [ |
| 117 | + { |
| 118 | + "name": "admin", |
| 119 | + "type": "pubkey" |
| 120 | + }, |
| 121 | + { |
| 122 | + "name": "relayer_signer", |
| 123 | + "type": "pubkey" |
| 124 | + }, |
| 125 | + { |
| 126 | + "name": "fee_receiver_relayer", |
| 127 | + "type": "pubkey" |
| 128 | + }, |
| 129 | + { |
| 130 | + "name": "split_router_default", |
| 131 | + "type": "u64" |
| 132 | + }, |
| 133 | + { |
| 134 | + "name": "split_relayer", |
| 135 | + "type": "u64" |
| 136 | + } |
| 137 | + ] |
| 138 | + } |
| 139 | + } |
36 | 140 | ]
|
37 | 141 | }
|
0 commit comments