Skip to content

Commit

Permalink
fix: update chain technical stack with latest values
Browse files Browse the repository at this point in the history
  • Loading branch information
mortezashojaei committed Oct 15, 2024
1 parent eb79bea commit cff1960
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions typescript/sdk/src/metadata/chainMetadataTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ export enum ExplorerFamily {

export enum ChainTechnicalStack {
ArbitrumNitro = 'arbitrumnitro',
OpStack = 'opstack',
PolygonCDK = 'polygoncdk',
PolkadotSubstrate = 'polkadotsubstrate',
ZkSync = 'zksync',
Other = 'other',
}

Expand Down

0 comments on commit cff1960

Please sign in to comment.