init
This commit is contained in:
commit
44f31f8b9f
402 changed files with 47865 additions and 0 deletions
15
services/schema/relayer/index.js
Normal file
15
services/schema/relayer/index.js
Normal file
|
@ -0,0 +1,15 @@
|
|||
import { statusSchema as l2Relayer } from './l2'
|
||||
import { statusSchema as bscRelayer } from './bsc'
|
||||
import { statusSchema as xdaiRelayer } from './xdai'
|
||||
import { statusSchema as defaultRelayer } from './default'
|
||||
import { statusSchema as polygonRelayer } from './polygon'
|
||||
import { statusSchema as avalancheRelayer } from './avalanche'
|
||||
|
||||
export default {
|
||||
l2Relayer,
|
||||
bscRelayer,
|
||||
xdaiRelayer,
|
||||
defaultRelayer,
|
||||
polygonRelayer,
|
||||
avalancheRelayer
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue