Skip to content

Commit

Permalink
exchange sakura rpcs (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
franzns authored Feb 9, 2024
1 parent ad8c16e commit 3d872d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/network/arbitrum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const arbitrumNetworkData: NetworkData = {
? `https://arbitrum-mainnet.infura.io/v3/${env.INFURA_API_KEY}`
: env.ALCHEMY_API_KEY
? `https://arb-mainnet.g.alchemy.com/v2/${env.ALCHEMY_API_KEY}`
: 'https://arbitrum.sakurarpc.io',
: 'https://1rpc.io/arb',
rpcMaxBlockRange: 2000,
protocolToken: 'bal',
bal: {
Expand Down
4 changes: 1 addition & 3 deletions modules/network/polygon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ const polygonNetworkData: NetworkData = {
platformId: 'polygon-pos',
excludedTokenAddresses: [],
},
rpcUrl: env.INFURA_API_KEY
? `https://polygon-mainnet.infura.io/v3/${env.INFURA_API_KEY}`
: 'https://polygon.sakurarpc.io',
rpcUrl: env.INFURA_API_KEY ? `https://polygon-mainnet.infura.io/v3/${env.INFURA_API_KEY}` : 'https://1rpc.io/matic',
rpcMaxBlockRange: 2000,
protocolToken: 'bal',
bal: {
Expand Down

0 comments on commit 3d872d1

Please sign in to comment.