@@ -226,6 +226,48 @@ export const custodianMetadata: (
226
226
onboardingUrl : 'https://console.fireblocks.io/v2/' ,
227
227
allowedOnboardingDomains : [ 'console.fireblocks.io' ] ,
228
228
} ,
229
+ {
230
+ refreshTokenUrl : 'https://local.waterballoons.xyz:4200/v1/auth/access' ,
231
+ name : 'waterballoons-local' ,
232
+ displayName : 'Waterballoons' ,
233
+ production : false ,
234
+ apiBaseUrl : 'https://local.waterballoons.xyz:4200' ,
235
+ apiVersion : CustodianType . ECA1 ,
236
+ custodianPublishesTransaction : true ,
237
+ iconUrl :
238
+ 'https://metamask-institutional.io/custodian-icons/neptune-icon.svg' ,
239
+ isManualTokenInputSupported : false ,
240
+ onboardingUrl : 'https://local.waterballoons.xyz:4200' ,
241
+ allowedOnboardingDomains : [ 'local.waterballoons.xyz:4200' ] ,
242
+ } ,
243
+ {
244
+ refreshTokenUrl : 'https://local.waterballoons.xyz:4200/v1/auth/access' ,
245
+ name : 'waterballoons-dev10' ,
246
+ displayName : 'Waterballoons 10' ,
247
+ production : false ,
248
+ apiBaseUrl : 'https://dev4-console-api.waterballoons.xyz' ,
249
+ apiVersion : CustodianType . ECA1 ,
250
+ custodianPublishesTransaction : true ,
251
+ iconUrl :
252
+ 'https://metamask-institutional.io/custodian-icons/neptune-icon.svg' ,
253
+ isManualTokenInputSupported : false ,
254
+ onboardingUrl : 'https://dev10-console.waterballoons.xyz' ,
255
+ allowedOnboardingDomains : [ 'dev10-console.waterballoons.xyz' ] ,
256
+ } ,
257
+ {
258
+ refreshTokenUrl : 'https://local.waterballoons.xyz:4200/v1/auth/access' ,
259
+ name : 'waterballoons-dev4' ,
260
+ displayName : 'Waterballoons 4' ,
261
+ production : false ,
262
+ apiBaseUrl : 'https://dev4-console-api.waterballoons.xyz' ,
263
+ apiVersion : CustodianType . ECA1 ,
264
+ custodianPublishesTransaction : true ,
265
+ iconUrl :
266
+ 'https://metamask-institutional.io/custodian-icons/neptune-icon.svg' ,
267
+ isManualTokenInputSupported : false ,
268
+ onboardingUrl : 'https://dev4-console.waterballoons.xyz' ,
269
+ allowedOnboardingDomains : [ 'dev4-console.waterballoons.xyz' ] ,
270
+ } ,
229
271
{
230
272
refreshTokenUrl : 'https://zapi.custody.zodia.io/oauth/token' ,
231
273
name : 'zodia-prod' ,
0 commit comments