Skip to content

Commit

Permalink
chore: Add new WEFI bond
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Jan 22, 2024
1 parent da13462 commit a88806f
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 18 deletions.
17 changes: 9 additions & 8 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -9846,7 +9846,7 @@
"billType": "liquidity",
"billVersion": "V2",
"token": {
"symbol": "A3A",
"symbol": "fxA3A",
"address": {
"137": "0x58c7B2828e7F2B2CaA0cC7fEef242fA3196d03df"
},
Expand Down Expand Up @@ -9877,7 +9877,7 @@
"active": true
},
"lpToken": {
"symbol": "A3A-USDC",
"symbol": "fxA3A-USDC",
"address": {
"137": "0x89470e8D8bB8655a94678d801e0089c4646f5E84"
},
Expand All @@ -9894,7 +9894,7 @@
}
},
"earnToken": {
"symbol": "A3A",
"symbol": "fxA3A",
"address": {
"137": "0x58c7B2828e7F2B2CaA0cC7fEef242fA3196d03df"
},
Expand All @@ -9910,8 +9910,8 @@
"137": "0x0f59f11AA94e19b796e8a834A89a66F328155181"
},
"inactive": false,
"projectLink": "https://planetix.com/",
"twitter": "https://twitter.com/Planetix0",
"projectLink": "https://3adao.org/",
"twitter": "https://twitter.com/3aaaDAO",
"initTime": {
"137": 1701892800
},
Expand All @@ -9929,7 +9929,7 @@
{
"index": 125,
"contractAddress": {
"137": "0x245601FBE082E1f578594986780B25440D567128"
"137": "0x67F95211bD71a9D4d39A61d13a151b73347f5208"
},
"billType": "reserve",
"billVersion": "V2",
Expand Down Expand Up @@ -10010,8 +10010,9 @@
"137": "0x0f59f11AA94e19b796e8a834A89a66F328155181"
},
"inactive": false,
"projectLink": "https://metatrace.me/",
"twitter": "https://twitter.com/trace_meta",
"projectLink": "https://wefi.xyz/",
"twitter": "https://twitter.com/wefi_xyz",
"audit": "https://github.com/peckshield/publications/blob/master/audit_reports/PeckShield-Audit-Report-Paxo-v1.0.pdf",
"initTime": {
"137": 1701892800
},
Expand Down
4 changes: 2 additions & 2 deletions config/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@
"active": true
},
"fxa3a": {
"symbol": "A3A",
"symbol": "fxA3A",
"address": {
"137": "0x58c7B2828e7F2B2CaA0cC7fEef242fA3196d03df"
},
Expand Down Expand Up @@ -4026,7 +4026,7 @@
}
},
"fxa3aUsdc_QS": {
"symbol": "A3A-USDC",
"symbol": "fxA3A-USDC",
"address": {
"137": "0x89470e8D8bB8655a94678d801e0089c4646f5E84"
},
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.8.29",
"version": "1.8.30",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand Down
11 changes: 6 additions & 5 deletions src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3036,8 +3036,8 @@ const bills: BillsConfig[] = [
[ChainId.MATIC]: '0x0f59f11AA94e19b796e8a834A89a66F328155181',
},
inactive: false,
projectLink: 'https://planetix.com/',
twitter: 'https://twitter.com/Planetix0',
projectLink: 'https://3adao.org/',
twitter: 'https://twitter.com/3aaaDAO',
initTime: { [ChainId.MATIC]: 1701892800 },
initPrice: { [ChainId.MATIC]: 0.347018667988457 },
soldOut: false,
Expand All @@ -3052,7 +3052,7 @@ const bills: BillsConfig[] = [
{
index: 125,
contractAddress: {
[ChainId.MATIC]: '0x245601FBE082E1f578594986780B25440D567128',
[ChainId.MATIC]: '0x67F95211bD71a9D4d39A61d13a151b73347f5208',
},
billType: 'reserve',
billVersion: BillVersion.V2,
Expand All @@ -3064,8 +3064,9 @@ const bills: BillsConfig[] = [
[ChainId.MATIC]: '0x0f59f11AA94e19b796e8a834A89a66F328155181',
},
inactive: false,
projectLink: 'https://metatrace.me/',
twitter: 'https://twitter.com/trace_meta',
projectLink: 'https://wefi.xyz/',
twitter: 'https://twitter.com/wefi_xyz',
audit: 'https://github.com/peckshield/publications/blob/master/audit_reports/PeckShield-Audit-Report-Paxo-v1.0.pdf',
initTime: { [ChainId.MATIC]: 1701892800 },
initPrice: { [ChainId.MATIC]: 0.0948073647 },
soldOut: false,
Expand Down
4 changes: 2 additions & 2 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ const tokens: Record<string, Token> = {
active: true,
},
fxa3a: {
symbol: 'A3A',
symbol: 'fxA3A',
address: {
[ChainId.MATIC]: '0x58c7B2828e7F2B2CaA0cC7fEef242fA3196d03df',
},
Expand Down Expand Up @@ -3952,7 +3952,7 @@ const tokens: Record<string, Token> = {
},
},
fxa3aUsdc_QS: {
symbol: 'A3A-USDC',
symbol: 'fxA3A-USDC',
address: {
[ChainId.MATIC]: '0x89470e8D8bB8655a94678d801e0089c4646f5E84',
},
Expand Down

0 comments on commit a88806f

Please sign in to comment.