@ercworldio/blockchain-shared 1.0.5-dev.8-PLAT272.0 → 1.0.5-dev.8-PLAT300.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/chains/networks_prod-dz-v1.json +727 -0
- package/build/chains/networks_prod-dz.json +25 -25
- package/build/chains/networks_stg-bu-v1.json +635 -0
- package/build/chains/networks_stg-bu.json +24 -24
- package/build/contracts/artifacts/Escrow.json +23 -87
- package/build/services/solana/escrow/idl/escrow.json +98 -0
- package/build/services/solana/escrow/types/escrow.d.ts +98 -0
- package/build/services/solana/escrow/types/escrow.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
"targetConfirmations": 10,
|
|
12
12
|
"accounting": {
|
|
13
13
|
"funding_wallet": "0x93c7Db61068415Bf0af97849F15eec295a1670dd",
|
|
14
|
-
"treasury_receiver": "
|
|
15
|
-
"overflow_treasury_receiver": "
|
|
14
|
+
"treasury_receiver": "0x955ae2FE4337BD3862dD23c88d16Eb815505Ea25",
|
|
15
|
+
"overflow_treasury_receiver": "0x955ae2FE4337BD3862dD23c88d16Eb815505Ea25",
|
|
16
16
|
"overflow_threshold_decimal": 100000,
|
|
17
17
|
"min_funding_wallet_balance_usd": 5,
|
|
18
18
|
"allowed_receivers": [
|
|
19
|
-
"
|
|
19
|
+
"0x955ae2FE4337BD3862dD23c88d16Eb815505Ea25"
|
|
20
20
|
]
|
|
21
21
|
},
|
|
22
22
|
"custodialAlchemyWebhooks": [
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"contracts": [
|
|
33
33
|
{
|
|
34
34
|
"type": "Escrow",
|
|
35
|
-
"version": "
|
|
35
|
+
"version": "2",
|
|
36
36
|
"startingBlock": 24496423,
|
|
37
37
|
"escrowAlchemyWebhooks": [
|
|
38
38
|
{
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
}
|
|
46
46
|
],
|
|
47
47
|
"addresses": [
|
|
48
|
-
"
|
|
48
|
+
"0x955ae2FE4337BD3862dD23c88d16Eb815505Ea25"
|
|
49
49
|
]
|
|
50
50
|
},
|
|
51
51
|
{
|
|
@@ -101,12 +101,12 @@
|
|
|
101
101
|
"targetConfirmations": 5,
|
|
102
102
|
"accounting": {
|
|
103
103
|
"funding_wallet": "0x93c7Db61068415Bf0af97849F15eec295a1670dd",
|
|
104
|
-
"treasury_receiver": "
|
|
105
|
-
"overflow_treasury_receiver": "
|
|
104
|
+
"treasury_receiver": "0xb61732E06595df2A976Ae29eD9e49d0b57F0531e",
|
|
105
|
+
"overflow_treasury_receiver": "0xb61732E06595df2A976Ae29eD9e49d0b57F0531e",
|
|
106
106
|
"overflow_threshold_decimal": 100000,
|
|
107
107
|
"min_funding_wallet_balance_usd": 5,
|
|
108
108
|
"allowed_receivers": [
|
|
109
|
-
"
|
|
109
|
+
"0xb61732E06595df2A976Ae29eD9e49d0b57F0531e"
|
|
110
110
|
]
|
|
111
111
|
},
|
|
112
112
|
"custodialAlchemyWebhooks": [
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"contracts": [
|
|
123
123
|
{
|
|
124
124
|
"type": "Escrow",
|
|
125
|
-
"version": "
|
|
125
|
+
"version": "2",
|
|
126
126
|
"startingBlock": 82263026,
|
|
127
127
|
"escrowAlchemyWebhooks": [
|
|
128
128
|
{
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
}
|
|
136
136
|
],
|
|
137
137
|
"addresses": [
|
|
138
|
-
"
|
|
138
|
+
"0xb61732E06595df2A976Ae29eD9e49d0b57F0531e"
|
|
139
139
|
]
|
|
140
140
|
},
|
|
141
141
|
{
|
|
@@ -279,12 +279,12 @@
|
|
|
279
279
|
"targetConfirmations": 10,
|
|
280
280
|
"accounting": {
|
|
281
281
|
"funding_wallet": "0x93c7Db61068415Bf0af97849F15eec295a1670dd",
|
|
282
|
-
"treasury_receiver": "
|
|
282
|
+
"treasury_receiver": "0xAb28723B1270C299C9568525369De67Cb2749956",
|
|
283
283
|
"overflow_treasury_receiver": "0x45B284aB71F18866438E33f1f68e7561aa8D5806",
|
|
284
284
|
"overflow_threshold_decimal": 100000,
|
|
285
285
|
"min_funding_wallet_balance_usd": 5,
|
|
286
286
|
"allowed_receivers": [
|
|
287
|
-
"
|
|
287
|
+
"0xAb28723B1270C299C9568525369De67Cb2749956"
|
|
288
288
|
]
|
|
289
289
|
},
|
|
290
290
|
"custodialAlchemyWebhooks": [
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
"contracts": [
|
|
301
301
|
{
|
|
302
302
|
"type": "Escrow",
|
|
303
|
-
"version": "
|
|
303
|
+
"version": "2",
|
|
304
304
|
"startingBlock": 82937871,
|
|
305
305
|
"escrowAlchemyWebhooks": [
|
|
306
306
|
{
|
|
@@ -313,7 +313,7 @@
|
|
|
313
313
|
}
|
|
314
314
|
],
|
|
315
315
|
"addresses": [
|
|
316
|
-
"
|
|
316
|
+
"0xAb28723B1270C299C9568525369De67Cb2749956"
|
|
317
317
|
]
|
|
318
318
|
},
|
|
319
319
|
{
|
|
@@ -369,12 +369,12 @@
|
|
|
369
369
|
"targetConfirmations": 10,
|
|
370
370
|
"accounting": {
|
|
371
371
|
"funding_wallet": "0x93c7Db61068415Bf0af97849F15eec295a1670dd",
|
|
372
|
-
"treasury_receiver": "
|
|
373
|
-
"overflow_treasury_receiver": "
|
|
372
|
+
"treasury_receiver": "0x28DE9CeCd83D9b20Ee6A438d39114Add08ED5FF7",
|
|
373
|
+
"overflow_treasury_receiver": "0x28DE9CeCd83D9b20Ee6A438d39114Add08ED5FF7",
|
|
374
374
|
"overflow_threshold_decimal": 100000,
|
|
375
375
|
"min_funding_wallet_balance_usd": 5,
|
|
376
376
|
"allowed_receivers": [
|
|
377
|
-
"
|
|
377
|
+
"0x28DE9CeCd83D9b20Ee6A438d39114Add08ED5FF7"
|
|
378
378
|
]
|
|
379
379
|
},
|
|
380
380
|
"custodialAlchemyWebhooks": [
|
|
@@ -390,7 +390,7 @@
|
|
|
390
390
|
"contracts": [
|
|
391
391
|
{
|
|
392
392
|
"type": "Escrow",
|
|
393
|
-
"version": "
|
|
393
|
+
"version": "2",
|
|
394
394
|
"startingBlock": 56563549,
|
|
395
395
|
"escrowAlchemyWebhooks": [
|
|
396
396
|
{
|
|
@@ -403,7 +403,7 @@
|
|
|
403
403
|
}
|
|
404
404
|
],
|
|
405
405
|
"addresses": [
|
|
406
|
-
"
|
|
406
|
+
"0x28DE9CeCd83D9b20Ee6A438d39114Add08ED5FF7"
|
|
407
407
|
]
|
|
408
408
|
},
|
|
409
409
|
{
|
|
@@ -445,12 +445,12 @@
|
|
|
445
445
|
"targetConfirmations": 10,
|
|
446
446
|
"accounting": {
|
|
447
447
|
"funding_wallet": "0x93c7Db61068415Bf0af97849F15eec295a1670dd",
|
|
448
|
-
"treasury_receiver": "
|
|
449
|
-
"overflow_treasury_receiver": "
|
|
448
|
+
"treasury_receiver": "0x193f3A1d3A99739176B88a378EC4Ee113C721e22",
|
|
449
|
+
"overflow_treasury_receiver": "0x193f3A1d3A99739176B88a378EC4Ee113C721e22",
|
|
450
450
|
"overflow_threshold_decimal": 100000,
|
|
451
451
|
"min_funding_wallet_balance_usd": 5,
|
|
452
452
|
"allowed_receivers": [
|
|
453
|
-
"
|
|
453
|
+
"0x193f3A1d3A99739176B88a378EC4Ee113C721e22"
|
|
454
454
|
]
|
|
455
455
|
},
|
|
456
456
|
"custodialAlchemyWebhooks": [
|
|
@@ -466,7 +466,7 @@
|
|
|
466
466
|
"contracts": [
|
|
467
467
|
{
|
|
468
468
|
"type": "Escrow",
|
|
469
|
-
"version": "
|
|
469
|
+
"version": "2",
|
|
470
470
|
"startingBlock": 78523433,
|
|
471
471
|
"escrowAlchemyWebhooks": [
|
|
472
472
|
{
|
|
@@ -479,7 +479,7 @@
|
|
|
479
479
|
}
|
|
480
480
|
],
|
|
481
481
|
"addresses": [
|
|
482
|
-
"
|
|
482
|
+
"0x193f3A1d3A99739176B88a378EC4Ee113C721e22"
|
|
483
483
|
]
|
|
484
484
|
},
|
|
485
485
|
{
|
|
@@ -865,6 +865,19 @@
|
|
|
865
865
|
"name": "RoleRevoked",
|
|
866
866
|
"type": "event"
|
|
867
867
|
},
|
|
868
|
+
{
|
|
869
|
+
"anonymous": false,
|
|
870
|
+
"inputs": [
|
|
871
|
+
{
|
|
872
|
+
"indexed": false,
|
|
873
|
+
"internalType": "uint256",
|
|
874
|
+
"name": "amount",
|
|
875
|
+
"type": "uint256"
|
|
876
|
+
}
|
|
877
|
+
],
|
|
878
|
+
"name": "SetMaxFunding",
|
|
879
|
+
"type": "event"
|
|
880
|
+
},
|
|
868
881
|
{
|
|
869
882
|
"anonymous": false,
|
|
870
883
|
"inputs": [
|
|
@@ -1718,6 +1731,11 @@
|
|
|
1718
1731
|
"internalType": "struct Types.Signature",
|
|
1719
1732
|
"name": "signature",
|
|
1720
1733
|
"type": "tuple"
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
"internalType": "address",
|
|
1737
|
+
"name": "receiver",
|
|
1738
|
+
"type": "address"
|
|
1721
1739
|
}
|
|
1722
1740
|
],
|
|
1723
1741
|
"name": "deposit",
|
|
@@ -1763,6 +1781,11 @@
|
|
|
1763
1781
|
"internalType": "struct Types.Signature",
|
|
1764
1782
|
"name": "signature",
|
|
1765
1783
|
"type": "tuple"
|
|
1784
|
+
},
|
|
1785
|
+
{
|
|
1786
|
+
"internalType": "address",
|
|
1787
|
+
"name": "receiver",
|
|
1788
|
+
"type": "address"
|
|
1766
1789
|
}
|
|
1767
1790
|
],
|
|
1768
1791
|
"name": "depositErc20",
|
|
@@ -3038,93 +3061,6 @@
|
|
|
3038
3061
|
"stateMutability": "view",
|
|
3039
3062
|
"type": "function"
|
|
3040
3063
|
},
|
|
3041
|
-
{
|
|
3042
|
-
"inputs": [
|
|
3043
|
-
{
|
|
3044
|
-
"internalType": "uint256",
|
|
3045
|
-
"name": "packed",
|
|
3046
|
-
"type": "uint256"
|
|
3047
|
-
}
|
|
3048
|
-
],
|
|
3049
|
-
"name": "unpackAdminThresholds",
|
|
3050
|
-
"outputs": [
|
|
3051
|
-
{
|
|
3052
|
-
"components": [
|
|
3053
|
-
{
|
|
3054
|
-
"internalType": "uint8",
|
|
3055
|
-
"name": "sigsManagerRequired",
|
|
3056
|
-
"type": "uint8"
|
|
3057
|
-
},
|
|
3058
|
-
{
|
|
3059
|
-
"internalType": "uint8",
|
|
3060
|
-
"name": "sigsExecutiveRequired",
|
|
3061
|
-
"type": "uint8"
|
|
3062
|
-
},
|
|
3063
|
-
{
|
|
3064
|
-
"internalType": "bool",
|
|
3065
|
-
"name": "configured",
|
|
3066
|
-
"type": "bool"
|
|
3067
|
-
}
|
|
3068
|
-
],
|
|
3069
|
-
"internalType": "struct Types.AdminMultisigConfig",
|
|
3070
|
-
"name": "",
|
|
3071
|
-
"type": "tuple"
|
|
3072
|
-
}
|
|
3073
|
-
],
|
|
3074
|
-
"stateMutability": "view",
|
|
3075
|
-
"type": "function"
|
|
3076
|
-
},
|
|
3077
|
-
{
|
|
3078
|
-
"inputs": [
|
|
3079
|
-
{
|
|
3080
|
-
"internalType": "uint256",
|
|
3081
|
-
"name": "packed",
|
|
3082
|
-
"type": "uint256"
|
|
3083
|
-
}
|
|
3084
|
-
],
|
|
3085
|
-
"name": "unpackTokenThresholds",
|
|
3086
|
-
"outputs": [
|
|
3087
|
-
{
|
|
3088
|
-
"components": [
|
|
3089
|
-
{
|
|
3090
|
-
"internalType": "uint256",
|
|
3091
|
-
"name": "thresholdAmount",
|
|
3092
|
-
"type": "uint256"
|
|
3093
|
-
},
|
|
3094
|
-
{
|
|
3095
|
-
"internalType": "uint8",
|
|
3096
|
-
"name": "sigsExecutiveBelow",
|
|
3097
|
-
"type": "uint8"
|
|
3098
|
-
},
|
|
3099
|
-
{
|
|
3100
|
-
"internalType": "uint8",
|
|
3101
|
-
"name": "sigsExecutiveAbove",
|
|
3102
|
-
"type": "uint8"
|
|
3103
|
-
},
|
|
3104
|
-
{
|
|
3105
|
-
"internalType": "uint8",
|
|
3106
|
-
"name": "sigsBelow",
|
|
3107
|
-
"type": "uint8"
|
|
3108
|
-
},
|
|
3109
|
-
{
|
|
3110
|
-
"internalType": "uint8",
|
|
3111
|
-
"name": "sigsAbove",
|
|
3112
|
-
"type": "uint8"
|
|
3113
|
-
},
|
|
3114
|
-
{
|
|
3115
|
-
"internalType": "bool",
|
|
3116
|
-
"name": "configured",
|
|
3117
|
-
"type": "bool"
|
|
3118
|
-
}
|
|
3119
|
-
],
|
|
3120
|
-
"internalType": "struct Types.MultisigConfig",
|
|
3121
|
-
"name": "",
|
|
3122
|
-
"type": "tuple"
|
|
3123
|
-
}
|
|
3124
|
-
],
|
|
3125
|
-
"stateMutability": "view",
|
|
3126
|
-
"type": "function"
|
|
3127
|
-
},
|
|
3128
3064
|
{
|
|
3129
3065
|
"inputs": [],
|
|
3130
3066
|
"name": "unpause",
|
|
@@ -2850,6 +2850,53 @@
|
|
|
2850
2850
|
]
|
|
2851
2851
|
}
|
|
2852
2852
|
},
|
|
2853
|
+
{
|
|
2854
|
+
"name": "receiver_wallet",
|
|
2855
|
+
"docs": [
|
|
2856
|
+
"push-deposit path). Pass `vault_authority`'s own key again here to keep today's behavior —",
|
|
2857
|
+
"only forwarded to when it differs from the vault AND its `treasury_receiver` PDA below is",
|
|
2858
|
+
"whitelisted; never required, never causes a revert on its own."
|
|
2859
|
+
],
|
|
2860
|
+
"writable": true
|
|
2861
|
+
},
|
|
2862
|
+
{
|
|
2863
|
+
"name": "treasury_receiver",
|
|
2864
|
+
"docs": [
|
|
2865
|
+
"diversion). Anchor's `seeds` constraint here only pins the *address* — deliberately an",
|
|
2866
|
+
"UncheckedAccount (not the typed `Account<TreasuryReceiver>` admin_withdraw_v2 uses) so a",
|
|
2867
|
+
"missing/not-yet-whitelisted entry doesn't fail the whole deposit."
|
|
2868
|
+
],
|
|
2869
|
+
"pda": {
|
|
2870
|
+
"seeds": [
|
|
2871
|
+
{
|
|
2872
|
+
"kind": "const",
|
|
2873
|
+
"value": [
|
|
2874
|
+
116,
|
|
2875
|
+
114,
|
|
2876
|
+
101,
|
|
2877
|
+
97,
|
|
2878
|
+
115,
|
|
2879
|
+
117,
|
|
2880
|
+
114,
|
|
2881
|
+
121,
|
|
2882
|
+
45,
|
|
2883
|
+
114,
|
|
2884
|
+
101,
|
|
2885
|
+
99,
|
|
2886
|
+
101,
|
|
2887
|
+
105,
|
|
2888
|
+
118,
|
|
2889
|
+
101,
|
|
2890
|
+
114
|
|
2891
|
+
]
|
|
2892
|
+
},
|
|
2893
|
+
{
|
|
2894
|
+
"kind": "account",
|
|
2895
|
+
"path": "receiver_wallet"
|
|
2896
|
+
}
|
|
2897
|
+
]
|
|
2898
|
+
}
|
|
2899
|
+
},
|
|
2853
2900
|
{
|
|
2854
2901
|
"name": "system_program",
|
|
2855
2902
|
"address": "11111111111111111111111111111111"
|
|
@@ -3113,6 +3160,57 @@
|
|
|
3113
3160
|
}
|
|
3114
3161
|
}
|
|
3115
3162
|
},
|
|
3163
|
+
{
|
|
3164
|
+
"name": "receiver_token_account",
|
|
3165
|
+
"docs": [
|
|
3166
|
+
"Diversion target's token account for `mint` (mirrors the off-chain overflow-threshold",
|
|
3167
|
+
"cold-wallet sweep for the push-deposit path). Pass `vault_token_account`'s own key again",
|
|
3168
|
+
"here to keep today's behavior — only forwarded to when its owner differs from",
|
|
3169
|
+
"`vault_authority` AND its `treasury_receiver` PDA below is whitelisted; never required,",
|
|
3170
|
+
"never causes a revert on its own. Must already exist (same convention as every other",
|
|
3171
|
+
"withdrawal/deposit destination in this program — none of them auto-create ATAs)."
|
|
3172
|
+
],
|
|
3173
|
+
"writable": true
|
|
3174
|
+
},
|
|
3175
|
+
{
|
|
3176
|
+
"name": "treasury_receiver",
|
|
3177
|
+
"docs": [
|
|
3178
|
+
"uninitialized (⇒ no diversion). Deliberately an UncheckedAccount (not the typed",
|
|
3179
|
+
"`Account<TreasuryReceiver>` admin_withdraw_spl_v2 uses) so a missing/not-yet-whitelisted",
|
|
3180
|
+
"entry doesn't fail the whole deposit."
|
|
3181
|
+
],
|
|
3182
|
+
"pda": {
|
|
3183
|
+
"seeds": [
|
|
3184
|
+
{
|
|
3185
|
+
"kind": "const",
|
|
3186
|
+
"value": [
|
|
3187
|
+
116,
|
|
3188
|
+
114,
|
|
3189
|
+
101,
|
|
3190
|
+
97,
|
|
3191
|
+
115,
|
|
3192
|
+
117,
|
|
3193
|
+
114,
|
|
3194
|
+
121,
|
|
3195
|
+
45,
|
|
3196
|
+
114,
|
|
3197
|
+
101,
|
|
3198
|
+
99,
|
|
3199
|
+
101,
|
|
3200
|
+
105,
|
|
3201
|
+
118,
|
|
3202
|
+
101,
|
|
3203
|
+
114
|
|
3204
|
+
]
|
|
3205
|
+
},
|
|
3206
|
+
{
|
|
3207
|
+
"kind": "account",
|
|
3208
|
+
"path": "receiver_token_account.owner",
|
|
3209
|
+
"account": "TokenAccount"
|
|
3210
|
+
}
|
|
3211
|
+
]
|
|
3212
|
+
}
|
|
3213
|
+
},
|
|
3116
3214
|
{
|
|
3117
3215
|
"name": "token_program",
|
|
3118
3216
|
"address": "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"
|
|
@@ -2856,6 +2856,53 @@ export type Escrow = {
|
|
|
2856
2856
|
];
|
|
2857
2857
|
};
|
|
2858
2858
|
},
|
|
2859
|
+
{
|
|
2860
|
+
"name": "receiverWallet";
|
|
2861
|
+
"docs": [
|
|
2862
|
+
"push-deposit path). Pass `vault_authority`'s own key again here to keep today's behavior —",
|
|
2863
|
+
"only forwarded to when it differs from the vault AND its `treasury_receiver` PDA below is",
|
|
2864
|
+
"whitelisted; never required, never causes a revert on its own."
|
|
2865
|
+
];
|
|
2866
|
+
"writable": true;
|
|
2867
|
+
},
|
|
2868
|
+
{
|
|
2869
|
+
"name": "treasuryReceiver";
|
|
2870
|
+
"docs": [
|
|
2871
|
+
"diversion). Anchor's `seeds` constraint here only pins the *address* — deliberately an",
|
|
2872
|
+
"UncheckedAccount (not the typed `Account<TreasuryReceiver>` admin_withdraw_v2 uses) so a",
|
|
2873
|
+
"missing/not-yet-whitelisted entry doesn't fail the whole deposit."
|
|
2874
|
+
];
|
|
2875
|
+
"pda": {
|
|
2876
|
+
"seeds": [
|
|
2877
|
+
{
|
|
2878
|
+
"kind": "const";
|
|
2879
|
+
"value": [
|
|
2880
|
+
116,
|
|
2881
|
+
114,
|
|
2882
|
+
101,
|
|
2883
|
+
97,
|
|
2884
|
+
115,
|
|
2885
|
+
117,
|
|
2886
|
+
114,
|
|
2887
|
+
121,
|
|
2888
|
+
45,
|
|
2889
|
+
114,
|
|
2890
|
+
101,
|
|
2891
|
+
99,
|
|
2892
|
+
101,
|
|
2893
|
+
105,
|
|
2894
|
+
118,
|
|
2895
|
+
101,
|
|
2896
|
+
114
|
|
2897
|
+
];
|
|
2898
|
+
},
|
|
2899
|
+
{
|
|
2900
|
+
"kind": "account";
|
|
2901
|
+
"path": "receiverWallet";
|
|
2902
|
+
}
|
|
2903
|
+
];
|
|
2904
|
+
};
|
|
2905
|
+
},
|
|
2859
2906
|
{
|
|
2860
2907
|
"name": "systemProgram";
|
|
2861
2908
|
"address": "11111111111111111111111111111111";
|
|
@@ -3119,6 +3166,57 @@ export type Escrow = {
|
|
|
3119
3166
|
};
|
|
3120
3167
|
};
|
|
3121
3168
|
},
|
|
3169
|
+
{
|
|
3170
|
+
"name": "receiverTokenAccount";
|
|
3171
|
+
"docs": [
|
|
3172
|
+
"Diversion target's token account for `mint` (mirrors the off-chain overflow-threshold",
|
|
3173
|
+
"cold-wallet sweep for the push-deposit path). Pass `vault_token_account`'s own key again",
|
|
3174
|
+
"here to keep today's behavior — only forwarded to when its owner differs from",
|
|
3175
|
+
"`vault_authority` AND its `treasury_receiver` PDA below is whitelisted; never required,",
|
|
3176
|
+
"never causes a revert on its own. Must already exist (same convention as every other",
|
|
3177
|
+
"withdrawal/deposit destination in this program — none of them auto-create ATAs)."
|
|
3178
|
+
];
|
|
3179
|
+
"writable": true;
|
|
3180
|
+
},
|
|
3181
|
+
{
|
|
3182
|
+
"name": "treasuryReceiver";
|
|
3183
|
+
"docs": [
|
|
3184
|
+
"uninitialized (⇒ no diversion). Deliberately an UncheckedAccount (not the typed",
|
|
3185
|
+
"`Account<TreasuryReceiver>` admin_withdraw_spl_v2 uses) so a missing/not-yet-whitelisted",
|
|
3186
|
+
"entry doesn't fail the whole deposit."
|
|
3187
|
+
];
|
|
3188
|
+
"pda": {
|
|
3189
|
+
"seeds": [
|
|
3190
|
+
{
|
|
3191
|
+
"kind": "const";
|
|
3192
|
+
"value": [
|
|
3193
|
+
116,
|
|
3194
|
+
114,
|
|
3195
|
+
101,
|
|
3196
|
+
97,
|
|
3197
|
+
115,
|
|
3198
|
+
117,
|
|
3199
|
+
114,
|
|
3200
|
+
121,
|
|
3201
|
+
45,
|
|
3202
|
+
114,
|
|
3203
|
+
101,
|
|
3204
|
+
99,
|
|
3205
|
+
101,
|
|
3206
|
+
105,
|
|
3207
|
+
118,
|
|
3208
|
+
101,
|
|
3209
|
+
114
|
|
3210
|
+
];
|
|
3211
|
+
},
|
|
3212
|
+
{
|
|
3213
|
+
"kind": "account";
|
|
3214
|
+
"path": "receiver_token_account.owner";
|
|
3215
|
+
"account": "tokenAccount";
|
|
3216
|
+
}
|
|
3217
|
+
];
|
|
3218
|
+
};
|
|
3219
|
+
},
|
|
3122
3220
|
{
|
|
3123
3221
|
"name": "tokenProgram";
|
|
3124
3222
|
"address": "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA";
|