Skip to content

Commit 96ea571

Browse files
authored
add rpg as deadChain (#10988)
1 parent 478f481 commit 96ea571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defi/src/storeTvlInterval/getAndStoreTvl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ type StoreTvlOptions = {
177177
isRunFromUITool?: boolean
178178
}
179179

180-
export const deadChains = new Set(['heco', 'astrzk', 'real', 'milkomeda', 'milkomeda_a1', 'eos_evm', 'eon', 'plume', 'bitrock'])
180+
export const deadChains = new Set(['heco', 'astrzk', 'real', 'milkomeda', 'milkomeda_a1', 'eos_evm', 'eon', 'plume', 'bitrock', 'rpg'])
181181

182182
export type storeTvl2Options = StoreTvlOptions & {
183183
unixTimestamp: number,

0 commit comments

Comments
 (0)