Skip to content

Commit

Permalink
fix: Allow signatures from sepolia safes on testnet (#466)
Browse files Browse the repository at this point in the history
* fix: Allow signatures from sepolia safes on testnet

* Update src/ingestor.ts
  • Loading branch information
ChaituVR authored Oct 29, 2024
1 parent cd4fdf6 commit 9acfe6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ingestor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const NETWORK_METADATA = {
name: 'snapshot',
version: '0.1.4',
broviderUrl: process.env.BROVIDER_URL ?? 'https://rpc.snapshot.org',
defaultNetwork: '1'
defaultNetwork: process.env.DEFAULT_NETWORK ?? '1'
},
starknet: {
name: 'sx-starknet',
Expand Down

0 comments on commit 9acfe6d

Please sign in to comment.