Skip to content

Commit

Permalink
Merge pull request #600 from ApeSwapFinance/feat/updating-soldout-bonds
Browse files Browse the repository at this point in the history
chore: update soldout bonds
  • Loading branch information
efeDaniels authored Dec 17, 2024
2 parents db9294a + 305012b commit 2b8c1e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -1471,7 +1471,7 @@
"billNnftAddress": {
"8453": "0xD8C7fe06E24A2862d78D0F1BF040bA79463d9351"
},
"inactive": false,
"inactive": true,
"projectLink": "https://www.basemafia.com/",
"twitter": "https://x.com/mafia_on_base",
"initTime": {
Expand Down Expand Up @@ -13856,7 +13856,7 @@
"initTime": {
"137": 1732711586
},
"soldOut": false,
"soldOut": true,
"billArt": {
"collection": "Quickswap_Collection1"
},
Expand Down Expand Up @@ -18350,7 +18350,7 @@
"billNnftAddress": {
"42161": "0xAC707999D05C4048844B78c737D9512DFDff524d"
},
"inactive": false,
"inactive": true,
"projectLink": "https://ledgity.finance/",
"twitter": "https://twitter.com/LedgityYield",
"initTime": {
Expand Down Expand Up @@ -20250,7 +20250,7 @@
"initTime": {
"1": 1730189346
},
"soldOut": false,
"soldOut": true,
"billArt": {
"collection": "ETH_Collection1"
},
Expand Down
8 changes: 4 additions & 4 deletions src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ const bills: BillsConfig[] = [
billNnftAddress: {
[ChainId.BASE]: '0xD8C7fe06E24A2862d78D0F1BF040bA79463d9351',
},
inactive: false,
inactive: true,
projectLink: 'https://www.basemafia.com/',
twitter: 'https://x.com/mafia_on_base',
initTime: { [ChainId.BASE]: 1716217474 },
Expand Down Expand Up @@ -6760,7 +6760,7 @@ Blockasset’s media arm has amassed over 250 million views, working with top at
twitter: 'https://x.com/MedievalEmpires',
audit: 'https://www.medievalempires.com/static/audit_report-89967b1290db095d7275ce21e8aa5d44.pdf',
initTime: { [ChainId.MATIC]: 1732711586 },
soldOut: false,
soldOut: true,
billArt: {
collection: BillArtCollection.Quickswap_Collection1,
},
Expand Down Expand Up @@ -9005,7 +9005,7 @@ Blockasset’s media arm has amassed over 250 million views, working with top at
billNnftAddress: {
[ChainId.ARBITRUM]: '0xAC707999D05C4048844B78c737D9512DFDff524d',
},
inactive: false,
inactive: true,
projectLink: 'https://ledgity.finance/',
twitter: 'https://twitter.com/LedgityYield',
initTime: { [ChainId.ARBITRUM]: 1723548893 },
Expand Down Expand Up @@ -10000,7 +10000,7 @@ Blockasset’s media arm has amassed over 250 million views, working with top at
projectLink: 'https://gptprotocol.org/',
twitter: 'https://twitter.com/gpt_protocol',
initTime: { [ChainId.MAINNET]: 1730189346 },
soldOut: false,
soldOut: true,
billArt: {
collection: BillArtCollection.ETH_Collection1,
},
Expand Down

0 comments on commit 2b8c1e9

Please sign in to comment.