Skip to content

Commit

Permalink
update arbitrum-one network id
Browse files Browse the repository at this point in the history
  • Loading branch information
devanoneth committed Nov 3, 2024
1 parent 93cf8ee commit 32427a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ All L1 and L2 networks which are supported by Eternal Safe and The Graph network
- Gnosis Chain (`gnosis`): TODO
- Polygon (`matic`): TODO
- BNB Chain (`bsc`): TODO
- Arbitrum (`arbitrum`): TODO
- Arbitrum One (`arbitrum-one`): TODO
- Optimism (`optimism`): TODO
- Base (`base`): TODO
- Celo (`celo`): TODO
Expand Down
2 changes: 1 addition & 1 deletion networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"startBlock": 40683009
}
},
"arbitrum": {
"arbitrum-one": {
"GnosisSafeProxyFactory_v1_1_1": {
"address": "0x0000000000000000000000000000000000000000",
"startBlock": 99258141
Expand Down
2 changes: 1 addition & 1 deletion schema.graphql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
type Wallet @entity {
"Unique identifier of the wallet (lowercase Safe{Wallet} address) TODO: check if lowercase is still needed"
"Unique identifier of the wallet (Safe{Wallet} address)"
id : Bytes!

"Address that created the contract"
Expand Down

0 comments on commit 32427a5

Please sign in to comment.