We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c9517c commit 7adcc52Copy full SHA for 7adcc52
src/helpers/LocalGatewayName.ts
@@ -1,3 +1,4 @@
1
import type { GatewayName } from '@xyo-network/xl1-protocol'
2
3
export const LocalGatewayName = 'local' as GatewayName
4
+export const SequenceGatewayName = 'sequence' as GatewayName
0 commit comments