Skip to content

Commit

Permalink
Merge pull request #134 from immutable/CORE-1838_point-sandbox-to-Sep…
Browse files Browse the repository at this point in the history
…olia

CORE-1838 Point sandbox to Sepolia
  • Loading branch information
brayansdt authored Oct 24, 2023
2 parents 6961ed5 + 1f75b65 commit 53bcfe1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions imx/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ import (
var (
Sandbox = Environment{
BaseAPIPath: "https://api.sandbox.x.immutable.com",
EthereumRPC: "https://eth-goerli.alchemyapi.io/v2/",
RegistrationContractAddress: "0x1C97Ada273C9A52253f463042f29117090Cd7D83",
CoreContractAddress: "0x7917eDb51ecD6CdB3F9854c3cc593F33de10c623",
ChainID: big.NewInt(5), // Goërli
EthereumRPC: "https://eth-sepolia.g.alchemy.com/v2/",
RegistrationContractAddress: "0xDbA6129C02E69405622fAdc3d5A7f8d23eac3b97",
CoreContractAddress: "0x2d5C349fD8464DA06a3f90b4B0E9195F3d1b7F98",
ChainID: big.NewInt(11155111), // Sepolia
}
Mainnet = Environment{
BaseAPIPath: "https://api.x.immutable.com",
Expand Down

0 comments on commit 53bcfe1

Please sign in to comment.