Skip to content

Commit

Permalink
update optimistic testnet chain id
Browse files Browse the repository at this point in the history
  • Loading branch information
wuyachi committed Dec 20, 2021
1 parent 9154197 commit a7a0aed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/testnet.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build testnet
// +build testnet

/*
Expand Down Expand Up @@ -36,7 +37,7 @@ var (
MATIC uint64 = 202
ARBITRUM uint64 = 205
XDAI uint64 = 206
OPTIMISM uint64 = 207
OPTIMISM uint64 = 210
FANTOM uint64 = 208
AVA uint64 = 209
METIS uint64 = 300
Expand Down

0 comments on commit a7a0aed

Please sign in to comment.