Skip to content

Commit

Permalink
[CORE-1895] Add sepolia support (#37)
Browse files Browse the repository at this point in the history
* Update sdk and dependencies in order to support sepolia network

* Update .env.example with sepolia/sandbox information

* Add function that backfills AlchemyProvider

- AlchemyProvider doesn't support seplia as of 25/10/23.

Resolves: [CORE-1895]

* Use JsonRpcProvider in order to make sepolia working

Resolves: [CORE-1895]

* Remove test wallet from package.json
  • Loading branch information
brayansdt authored Oct 25, 2023
1 parent e9b0810 commit ee7509f
Show file tree
Hide file tree
Showing 14 changed files with 530 additions and 5,091 deletions.
8 changes: 4 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# General
#=============================================
ALCHEMY_API_KEY=
# ropsten/mainnet etc.
ETH_NETWORK=goerli
ETH_NETWORK=sepolia
# IMX API endpoint
PUBLIC_API_URL=https://api.sandbox.x.immutable.com/v1
STARK_CONTRACT_ADDRESS=0x7917eDb51ecD6CdB3F9854c3cc593F33de10c623
REGISTRATION_ADDRESS=0x1C97Ada273C9A52253f463042f29117090Cd7D83
# sandbox contracts in sepolia
STARK_CONTRACT_ADDRESS=0x2d5C349fD8464DA06a3f90b4B0E9195F3d1b7F98
REGISTRATION_ADDRESS=0xDbA6129C02E69405622fAdc3d5A7f8d23eac3b97
GAS_LIMIT=7000000
GAS_PRICE=40000000000

Expand Down
Loading

0 comments on commit ee7509f

Please sign in to comment.