Skip to content

Commit

Permalink
chore: Add new crv bond
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Jan 14, 2025
1 parent 0d76913 commit 4ee5d34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -19185,7 +19185,7 @@
"cmcId": 33841,
"chainId": 42161,
"contractAddress": {
"42161": "0xC814696299F307f5A7C7b277beC3A5565256893C"
"42161": "0xF863c44fA799A7BE6a7025bfadB9FA71E2d286a3"
},
"billType": "reserve",
"billVersion": "V2",
Expand Down Expand Up @@ -19222,9 +19222,9 @@
"projectLink": "https://crosscurve.fi/",
"twitter": "https://x.com/eywaprotocol",
"initTime": {
"42161": 1736265725
"42161": 1736872010
},
"soldOut": true,
"soldOut": false,
"billArt": {
"collection": "ApeBond_Collection1"
},
Expand Down
6 changes: 3 additions & 3 deletions src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9479,7 +9479,7 @@ Blockasset’s media arm has amassed over 250 million views, working with top at
cmcId: 33841,
chainId: ChainId.ARBITRUM,
contractAddress: {
[ChainId.ARBITRUM]: '0xC814696299F307f5A7C7b277beC3A5565256893C',
[ChainId.ARBITRUM]: '0xF863c44fA799A7BE6a7025bfadB9FA71E2d286a3',
},
billType: 'reserve',
billVersion: BillVersion.V2,
Expand All @@ -9491,8 +9491,8 @@ Blockasset’s media arm has amassed over 250 million views, working with top at
inactive: false,
projectLink: 'https://crosscurve.fi/',
twitter: 'https://x.com/eywaprotocol',
initTime: { [ChainId.ARBITRUM]: 1736265725 },
soldOut: true,
initTime: { [ChainId.ARBITRUM]: 1736872010 },
soldOut: false,
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
},
Expand Down

0 comments on commit 4ee5d34

Please sign in to comment.