Skip to content

Commit

Permalink
Added graphql endpoint for testnets (#32)
Browse files Browse the repository at this point in the history
* added graphql endpoint for testnets
* updated package version
  • Loading branch information
kaushalrajbacancy authored Sep 12, 2023
1 parent 099d0be commit 8594a0e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@etherspot/prime-sdk",
"version": "1.2.4",
"version": "1.2.5",
"description": "Etherspot Prime (Account Abstraction) SDK",
"keywords": [
"ether",
Expand Down
16 changes: 8 additions & 8 deletions src/sdk/network/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const Networks: {
entryPoint: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
walletFactory: '0x7f6d8F107fE8551160BD5351d5F1514A6aD5d40E',
},
graphqlEndpoint: '',
graphqlEndpoint: 'qa-etherspot.pillarproject.io',
},
[80001]: {
chainId: 80001,
Expand All @@ -82,7 +82,7 @@ export const Networks: {
entryPoint: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
walletFactory: '0x7f6d8F107fE8551160BD5351d5F1514A6aD5d40E',
},
graphqlEndpoint: '',
graphqlEndpoint: 'qa-etherspot.pillarproject.io',
},
[84531]: {
chainId: 84531,
Expand All @@ -91,7 +91,7 @@ export const Networks: {
entryPoint: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
walletFactory: '0x7f6d8F107fE8551160BD5351d5F1514A6aD5d40E',
},
graphqlEndpoint: '',
graphqlEndpoint: 'qa-etherspot.pillarproject.io',
},
[11155111]: {
chainId: 11155111,
Expand Down Expand Up @@ -145,7 +145,7 @@ export const Networks: {
entryPoint: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
walletFactory: '0x7f6d8F107fE8551160BD5351d5F1514A6aD5d40E',
},
graphqlEndpoint: '',
graphqlEndpoint: 'qa-etherspot.pillarproject.io',
},
[10200]: {
chainId: 10200,
Expand All @@ -154,7 +154,7 @@ export const Networks: {
entryPoint: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
walletFactory: '0x7f6d8F107fE8551160BD5351d5F1514A6aD5d40E',
},
graphqlEndpoint: '',
graphqlEndpoint: 'qa-etherspot.pillarproject.io',
},
[122]: {
chainId: 122,
Expand Down Expand Up @@ -199,7 +199,7 @@ export const Networks: {
entryPoint: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
walletFactory: '0x7f6d8F107fE8551160BD5351d5F1514A6aD5d40E',
},
graphqlEndpoint: '',
graphqlEndpoint: 'qa-etherspot.pillarproject.io',
},
[31]: {
chainId: 31,
Expand Down Expand Up @@ -262,7 +262,7 @@ export const Networks: {
entryPoint: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
walletFactory: '0x7f6d8F107fE8551160BD5351d5F1514A6aD5d40E'
},
graphqlEndpoint: ''
graphqlEndpoint: 'qa-etherspot.pillarproject.io'
},
[43113]: {
chainId: 43113,
Expand All @@ -271,7 +271,7 @@ export const Networks: {
entryPoint: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
walletFactory: '0x7f6d8F107fE8551160BD5351d5F1514A6aD5d40E'
},
graphqlEndpoint: ''
graphqlEndpoint: 'qa-etherspot.pillarproject.io'
},
[59144]: {
chainId: 59144,
Expand Down

0 comments on commit 8594a0e

Please sign in to comment.