Skip to content

Commit

Permalink
Merge pull request #485 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: Add new ICNX bond
  • Loading branch information
efeDaniels authored Aug 2, 2024
2 parents f18a2f8 + 0236435 commit f4b5366
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -21900,7 +21900,7 @@
"cmcId": 29603,
"chainId": 137,
"contractAddress": {
"137": "0xB18631bE1c472D09F2dc6677a467Afff867B6c0D"
"137": "0x5e5193126e519aEDF18e9D68a9f5c846ed94F917"
},
"billType": "reserve",
"billVersion": "V2",
Expand Down Expand Up @@ -22043,7 +22043,7 @@
"initPrice": {
"137": 0.347018667988457
},
"soldOut": true,
"soldOut": false,
"billArt": {
"collection": "ApeBond_Collection1"
},
Expand Down
4 changes: 2 additions & 2 deletions src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5645,7 +5645,7 @@ const bills: BillsConfig[] = [
cmcId: 29603,
chainId: ChainId.MATIC,
contractAddress: {
[ChainId.MATIC]: '0xB18631bE1c472D09F2dc6677a467Afff867B6c0D',
[ChainId.MATIC]: '0x5e5193126e519aEDF18e9D68a9f5c846ed94F917',
},
billType: 'reserve',
billVersion: BillVersion.V2,
Expand All @@ -5661,7 +5661,7 @@ const bills: BillsConfig[] = [
twitter: 'https://twitter.com/iconxworld',
initTime: { [ChainId.MATIC]: 1701892800 },
initPrice: { [ChainId.MATIC]: 0.347018667988457 },
soldOut: true,
soldOut: false,
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
},
Expand Down

0 comments on commit f4b5366

Please sign in to comment.