Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed address #366

Open
wants to merge 27 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
completed the NFT
fakoredeDamilola committed Sep 27, 2022
commit 6930b7a4468b3b86f326fc99e17452db192b10b3
6 changes: 3 additions & 3 deletions src/utils/addresses.ts
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ export const SMARTSWAPROUTER: { [key: string]: string } = {
export const IPFS: { [key: string]: string } = {
"1": "0x",
"3": "",
"56": "QmYidK4fzH8S3E5D81VQcauSewqEnjNgyEQhe9NEKmxZca",
"56": "QmYidK4fzH8S3E5D81VQcauSewqEnjNgyEQhe9NEKmxZcag",
"97": "QmYidK4fzH8S3E5D81VQcauSewqEnjNgyEQhe9NEKmxZca",
"137": "QmUDyQPMoRsRZ7jUUrn1Sz5sFrzrZA9kYxjrZ6Xo9JXfgv",
"80001": "QmUDyQPMoRsRZ7jUUrn1Sz5sFrzrZA9kYxjrZ6Xo9JXfgv",
@@ -60,9 +60,9 @@ export const IPFS: { [key: string]: string } = {
export const SMARTSWAPNFTSALES: { [key: string]: string } = {
"1": "0x",
"3": "0x",
"56": "0x813E4a8C2C4bC25e58Ca2252bC4A1CA075139210",
"56": "0x4A32b588c9ce5178dD25965b86cD7040292400a4",
"97": "0x813E4a8C2C4bC25e58Ca2252bC4A1CA075139210",
"137": "0xC6D205ffFA9b1EB6061f4FCBd645994dc112A6A95",
"137": "0xcEE03C329b84a6e90a3Ea2F1E1017b2080116dA7",
"80001": "0xC6D205ffFA9b1EB6061f4FCBd645994dc112A6A9",
};