Skip to content

Commit

Permalink
0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KABBOUCHI committed Aug 25, 2023
1 parent 17e1135 commit 624a33c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instadapp/avocado",
"version": "0.4.3",
"version": "0.4.4",
"type": "module",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion src/providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { StaticJsonRpcProvider } from '@ethersproject/providers'
import { AVOCADO_CHAIN_ID, AVOCADO_RPC } from './config'

export const RPC_URLS: { [chainId: number]: string } = {
1: 'https://eth.meowrpc.com',
1: 'https://eth.drpc.org',
137: 'https://polygon-rpc.com',
43114: 'https://api.avax.network/ext/bc/C/rpc',
250: 'https://rpc.ftm.tools',
Expand Down

0 comments on commit 624a33c

Please sign in to comment.