Skip to content

Commit 9f0bf05

Browse files
authored
fix: fix Pol address order (#498)
1 parent 0e80c64 commit 9f0bf05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

near/omni-types/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,9 @@ pub enum OmniAddress {
228228
Arb(EvmAddress),
229229
Base(EvmAddress),
230230
Bnb(EvmAddress),
231-
Pol(EvmAddress),
232231
Btc(UTXOChainAddress),
233232
Zcash(UTXOChainAddress),
233+
Pol(EvmAddress),
234234
}
235235

236236
impl OmniAddress {

0 commit comments

Comments
 (0)