File tree 3 files changed +9
-2
lines changed
scripts/src/get-changed-adapters
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 29
29
aws-role-arn : ${{ secrets.AWS_ROLE_ARN_FOR_QA_GITHUB_TOKEN }}
30
30
aws-lambda-url : ${{ secrets.GATI_LAMBDA_DATA_FEEDS_URL }}
31
31
aws-region : ${{ secrets.AWS_REGION }}
32
- aws-role-duration-seconds : ' 1800 ' # this is optional and defaults to 900
32
+ aws-role-duration-seconds : ' 3600 ' # this is optional and defaults to 900
33
33
- name : Checkout code
34
34
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
35
35
with :
Original file line number Diff line number Diff line change @@ -90,4 +90,11 @@ export const SoakTestBlacklist: string[] = [
90
90
'ion.au' ,
91
91
'galaxy' , // Not deployed internally
92
92
'stader-balance' , // Not deployed internally
93
+ '1forge' , // Our API Key has expired
94
+ 'amberdata' , // Not deployed internally
95
+ 'binance-dex' , // Not deployed internally
96
+ 'binance' , // Not deployed internally
97
+ 'bitex' , // DP does not exist anymore
98
+ 'bravenewcoin' , // Our API Key has expired
99
+ 'celsius-address-list' , // Not deployed internally
93
100
]
Original file line number Diff line number Diff line change 5
5
"vaultId" : " b0bb5449c1e4926542ce693b4db2e883" ,
6
6
"chainId" : " mainnet" ,
7
7
"network" : " bitcoin" ,
8
- "coin" : " ETHHOL "
8
+ "coin" : " BTC "
9
9
}
10
10
]
11
11
}
You can’t perform that action at this time.
0 commit comments