Skip to content

Commit

Permalink
Merge pull request #2 from wuyachi/update-op-chain-id
Browse files Browse the repository at this point in the history
update optimistic testnet chain id
  • Loading branch information
devfans authored Dec 20, 2021
2 parents 9154197 + a7a0aed commit 0d9a9c7
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 0d9a9c7

Please sign in to comment.