Skip to content

Commit

Permalink
Merge branch 'pedro/grwth-4155-add-apex-support-to-dev-explorer-and-r…
Browse files Browse the repository at this point in the history
…k-for-testing' into dev
  • Loading branch information
pedromcunha committed Feb 29, 2024
2 parents 029be26 + 9049a31 commit 4d30ed2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@radix-ui/react-toggle-group": "^1.0.1",
"@radix-ui/react-tooltip": "1.0.6",
"@rainbow-me/rainbowkit": "2.0.0",
"@reservoir0x/reservoir-kit-ui": "2.3.0",
"@reservoir0x/reservoir-kit-ui": "2.3.1",
"@sentry/nextjs": "^7.85.0",
"@tanstack/react-query": "5.20.2",
"@types/uuid": "^9.0.1",
Expand Down
10 changes: 5 additions & 5 deletions utils/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -334,16 +334,16 @@ export default [
},
{
...customChains.apexPop,
name: 'Apex Proof of Play',
name: 'Apex',
lightIconUrl: '/icons/apex-pop-icon-light.svg',
darkIconUrl: '/icons/apex-pop-icon-dark.svg',
reservoirBaseUrl: reservoirChains.apexPop.baseApiUrl,
proxyApi: '/api/reservoir/apex-pop',
routePrefix: 'apex-pop',
proxyApi: '/api/reservoir/apex',
routePrefix: 'apex',
apiKey: process.env.RESERVOIR_API_KEY,
coingeckoId: 'ethereum',
collectionSetId: process.env.NEXT_PUBLIC_APEX_POP_COLLECTION_SET_ID,
community: process.env.NEXT_PUBLIC_APEX_POP_COMMUNITY,
collectionSetId: process.env.NEXT_PUBLIC_APE_COLLECTION_SET_ID,
community: process.env.NEXT_PUBLIC_APEX_COMMUNITY,
checkPollingInterval: reservoirChains.apexPop.checkPollingInterval,
},
] as ReservoirChain[]
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1888,10 +1888,10 @@
dependencies:
merge-options "^3.0.4"

"@reservoir0x/[email protected].0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@reservoir0x/reservoir-kit-ui/-/reservoir-kit-ui-2.3.0.tgz#227a6591bd7a9c12228a78686989e0bfdb82e974"
integrity sha512-ODlkHyBEIRKqb+K/zpgJkhizrFlwvBvAQ2BbKEim/2AA0b/a8wPpceDhWWw+YLjOgctPyVS5P5pCM3TjSiErTw==
"@reservoir0x/[email protected].1":
version "2.3.1"
resolved "https://registry.yarnpkg.com/@reservoir0x/reservoir-kit-ui/-/reservoir-kit-ui-2.3.1.tgz#c8f70bb551be97c659213f3c7e74889318ced8b2"
integrity sha512-t2dauj/fkbWxw+MW1NONOO/Soar2EGTMuFzCguz0oY2YDgdBumhhX4chSJ3NqdxjJg3XWDMnxqnyIhEEcV1MDQ==
dependencies:
"@fortawesome/fontawesome-svg-core" "^6.1.1"
"@fortawesome/free-solid-svg-icons" "^6.1.1"
Expand All @@ -1907,18 +1907,18 @@
"@radix-ui/react-toggle-group" "1.0.4"
"@radix-ui/react-tooltip" "1.0.6"
"@react-hookz/web" "^19.2.0"
"@reservoir0x/reservoir-sdk" "2.0.2"
"@reservoir0x/reservoir-sdk" "2.0.3"
"@stitches/react" "1.3.1-1"
dayjs "^1.11.4"
flatpickr "^4.6.13"
framer-motion "^6.4.2"
react-flatpickr "^3.10.13"
swr "2.0.1"

"@reservoir0x/[email protected].2":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@reservoir0x/reservoir-sdk/-/reservoir-sdk-2.0.2.tgz#3a8ae5ad0e97f65c9df61947061a8cac92ea35e7"
integrity sha512-p4i6Ik4jSJAE7rmrNQIsJaT8KLj44vHF+rNQFyhl34hvXUx9Q6Di51l9n1glqet/tt/KrKluidBvEQvFlRDvGg==
"@reservoir0x/[email protected].3":
version "2.0.3"
resolved "https://registry.yarnpkg.com/@reservoir0x/reservoir-sdk/-/reservoir-sdk-2.0.3.tgz#4a05a006a5d5ede6f9a794d14d2a6a1e32c25fbb"
integrity sha512-BxT5o94FDcns1rnk4jpqGkEWswT/4MCQppGtmTQoYHpMP0L1yhTfySWfUXuSgwA2e9xq/JMupGNviy+YE4JDig==
dependencies:
axios "^1.6.7"

Expand Down

0 comments on commit 4d30ed2

Please sign in to comment.