Skip to content

Commit

Permalink
[APP-783] Support authz with archway (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwonhyukjoon authored Jul 7, 2023
1 parent 863d3be commit c27031f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cosmostation/Base/Chains/ChainArchway.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ChainArchway: ChainConfig {
var wasmSupport = false
var evmSupport = false
var wcSupoort = false
var authzSupoort = false
var authzSupoort = true
var moonPaySupoort = false
var kadoMoneySupoort = false
var grpcUrl = "grpc-archway.cosmostation.io"
Expand Down

0 comments on commit c27031f

Please sign in to comment.