new pool 💦

This commit is contained in:
Maximilian Schneider 2021-09-09 05:03:23 +02:00
parent 3fb3a69610
commit b0ada08844
3 changed files with 11 additions and 6 deletions

View File

@ -394,9 +394,14 @@
"code": 309,
"name": "InvalidNonce",
"msg": "Given nonce is invalid"
},
{
"code": 310,
"name": "InvalidPoolAccount",
"msg": "Invalid pool account"
}
],
"metadata": {
"address": "6QXNNAPkPsWjd1j3qQJTvRFgSNPARMhF2tE8g1WeGyrM"
"address": "AgGftdn4t6Ws2hEwYmpjPdSHve7QiqhLY3WQyA689kCt"
}
}
}

View File

@ -1,6 +1,6 @@
import ContributionPage from './ContributionPage'
import LeadPage from './LeadPage'
//import RedeemPage from './RedeemPage'
import RedeemPage from './RedeemPage'
import Notifications from '../components/Notification'
import NavBarBeta from '../components/NavBarBeta'
@ -16,7 +16,7 @@ const Index = () => {
<Notifications />
{startIdo?.isAfter() && <LeadPage />}
{startIdo?.isBefore() && endIdo?.isAfter() && <ContributionPage />}
{/* {endIdo?.isBefore() && <RedeemPage />} */}
{endIdo?.isBefore() && <RedeemPage />}
<div className="w-screen h-2 bg-gradient-to-r from-mango-red via-mango-yellow to-mango-green"></div>
</div>
)

View File

@ -28,8 +28,8 @@ export const ENDPOINTS: EndpointInfo[] = [
name: 'mainnet-beta',
url: 'https://mango.rpcpool.com',
websocket: 'https://mango.rpcpool.com',
programId: '6QXNNAPkPsWjd1j3qQJTvRFgSNPARMhF2tE8g1WeGyrM',
poolKey: 'AHBj9LAjxStT2YQHN6QdfHKpZLtEVr8ACqeFgYcPsTnr',
programId: 'AgGftdn4t6Ws2hEwYmpjPdSHve7QiqhLY3WQyA689kCt',
poolKey: 'D5tRvh6dUeerHVwM5DAEnq3Pv2njGEaZoMX9qHfo4HoF',
},
{
name: 'devnet',