Skip to content

Commit

Permalink
PRO-1180 - Base Goerli Network (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
vignesha22 authored Apr 3, 2023
1 parent d47697e commit 0d15433
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "etherspot",
"version": "1.42.8",
"version": "1.42.9",
"description": "Etherspot SDK",
"keywords": [
"ether",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@apollo/client": "3.4.0",
"@etherspot/contracts": "1.9.52",
"@etherspot/contracts": "1.9.6",
"@lifi/sdk": "1.6.4",
"@nerdwallet/apollo-cache-policies": "1.2.1",
"class-transformer": "0.4.0",
Expand Down
1 change: 1 addition & 0 deletions src/sdk/env/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export const SUPPORTED_ENVS: { [key: string]: Env } = {
NetworkNames.ArbitrumNitro,
NetworkNames.NeonDevnet,
NetworkNames.OptimismGoerli,
NetworkNames.BaseGoerli,
NetworkNames.Etherspot,
],
},
Expand Down
2 changes: 2 additions & 0 deletions src/sdk/network/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export enum NetworkNames {
// Neon = 'neon',
NeonDevnet = 'neonDevnet',
OptimismGoerli = 'optimismGoerli',
BaseGoerli = 'baseGoerli',
LocalA = 'localA',
LocalB = 'localB',
LocalH = 'localH',
Expand Down Expand Up @@ -62,6 +63,7 @@ export const NETWORK_NAME_TO_CHAIN_ID: {
// [NetworkNames.Neon]: 245022934,
[NetworkNames.NeonDevnet]: 245022926,
[NetworkNames.OptimismGoerli]: 420,
[NetworkNames.BaseGoerli]: 84531,
[NetworkNames.Etherspot]: 4386,
[NetworkNames.LocalA]: 9999,
[NetworkNames.LocalB]: 6666,
Expand Down

0 comments on commit 0d15433

Please sign in to comment.