Skip to content

Commit

Permalink
chore: Update HGPT bond
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Oct 20, 2023
1 parent 49c9111 commit a6793eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@
{
"index": 94,
"contractAddress": {
"56": "0x641611A5fb607c9FDb894A6e43048d4ec2ec0BE6"
"56": "0x01a8be18770e8b2Ac2Cf42F10E4BddD6054Cbe86"
},
"billType": "reserve",
"billVersion": "V2",
Expand Down Expand Up @@ -1163,7 +1163,7 @@
"56": 1697824800
},
"initPrice": {
"56": 0.00425180516121976
"56": 0.00375
},
"soldOut": false,
"billArt": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ape.swap/apeswap-lists",
"version": "1.5.34",
"version": "1.5.35",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ChainId } from '@ape.swap/sdk'
import tokens from './tokens'
import { BillArtCollection, BillsConfig, BillVersion, MigrationVestingTerms } from '../types'

// BNB Largest ID: 93
// BNB Largest ID: 94
// Polygon Largest ID: 109
// Telos Largest ID: 215
// Arbitrum Largest ID: 2003
Expand Down Expand Up @@ -338,7 +338,7 @@ const bills: BillsConfig[] = [
{
index: 94,
contractAddress: {
[ChainId.BSC]: '0x641611A5fb607c9FDb894A6e43048d4ec2ec0BE6',
[ChainId.BSC]: '0x01a8be18770e8b2Ac2Cf42F10E4BddD6054Cbe86',
},
billType: 'reserve',
billVersion: BillVersion.V2,
Expand All @@ -354,7 +354,7 @@ const bills: BillsConfig[] = [
twitter: 'https://twitter.com/hypergpt',
audit: 'https://skynet.certik.com/projects/hypergpt?utm_source=CMC&utm_campaign=AuditByCertiKLink',
initTime: { [ChainId.BSC]: 1697824800 },
initPrice: { [ChainId.BSC]: 0.00425180516121976 },
initPrice: { [ChainId.BSC]: 0.00375 },
soldOut: false,
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
Expand Down

0 comments on commit a6793eb

Please sign in to comment.