Skip to content

Commit

Permalink
Merge pull request #170 from open-format/feature/amoy-contracts-update
Browse files Browse the repository at this point in the history
Feature: Updated Polygon Mainnet and Amoy with Main account
  • Loading branch information
nup9151f authored Apr 15, 2024
2 parents c004446 + bd3ed8c commit 9b940f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/sdk/src/constants/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ interface ContractData {
export const appFactoryContracts: ContractData = {
// Add the proper key-value pairs for each chainId
[Chains.polygon.id]: {
address: '0x1e823247D26efd56f5172b8C19F6c44CA700F2c5',
address: '0x49c50D754F6118eB02DF6dDaD4a4d6D2a46AD837',
},
[Chains.polygonAmoy.id]: {
address: '0x542D145f2c66CB9ac58447Fe141BFB12fea7C8bE',
address: '0x3713395bd3c11E4D5A688b21cFa3f86D04288861',
},
[Chains.arbitrumSepolia.id]: {
address: '0x19781Af95cA4E113D5D1412452225D11A84ce992',
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/src/constants/subgraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface SubgraphData {
export const Subgraphs: SubgraphData = {
// Add the proper key-value pairs for each chainId
[Chains.polygon.id]: {
url: 'https://api.thegraph.com/subgraphs/name/open-format/polygon-v2',
url: 'https://subgraph.satsuma-prod.com/7238a0e24f3c/openformat--330570/open-format-polygon/api',
},
[Chains.arbitrumSepolia.id]: {
url: 'https://subgraph.satsuma-prod.com/7238a0e24f3c/openformat--330570/open-format-arbitrum-sepolia/api',
Expand Down

0 comments on commit 9b940f1

Please sign in to comment.