diff --git a/config/bills.json b/config/bills.json index 7d694083..02637f6a 100644 --- a/config/bills.json +++ b/config/bills.json @@ -9846,7 +9846,7 @@ "billType": "liquidity", "billVersion": "V2", "token": { - "symbol": "A3A", + "symbol": "fxA3A", "address": { "137": "0x58c7B2828e7F2B2CaA0cC7fEef242fA3196d03df" }, @@ -9877,7 +9877,7 @@ "active": true }, "lpToken": { - "symbol": "A3A-USDC", + "symbol": "fxA3A-USDC", "address": { "137": "0x89470e8D8bB8655a94678d801e0089c4646f5E84" }, @@ -9894,7 +9894,7 @@ } }, "earnToken": { - "symbol": "A3A", + "symbol": "fxA3A", "address": { "137": "0x58c7B2828e7F2B2CaA0cC7fEef242fA3196d03df" }, @@ -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 }, @@ -9929,7 +9929,7 @@ { "index": 125, "contractAddress": { - "137": "0x245601FBE082E1f578594986780B25440D567128" + "137": "0x67F95211bD71a9D4d39A61d13a151b73347f5208" }, "billType": "reserve", "billVersion": "V2", @@ -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 }, diff --git a/config/tokens.json b/config/tokens.json index 9dd0ecc1..c6a9d920 100644 --- a/config/tokens.json +++ b/config/tokens.json @@ -748,7 +748,7 @@ "active": true }, "fxa3a": { - "symbol": "A3A", + "symbol": "fxA3A", "address": { "137": "0x58c7B2828e7F2B2CaA0cC7fEef242fA3196d03df" }, @@ -4026,7 +4026,7 @@ } }, "fxa3aUsdc_QS": { - "symbol": "A3A-USDC", + "symbol": "fxA3A-USDC", "address": { "137": "0x89470e8D8bB8655a94678d801e0089c4646f5E84" }, diff --git a/package.json b/package.json index 7a00785d..1e48c495 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/constants/bills.ts b/src/constants/bills.ts index 784296f3..80b37430 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -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, @@ -3052,7 +3052,7 @@ const bills: BillsConfig[] = [ { index: 125, contractAddress: { - [ChainId.MATIC]: '0x245601FBE082E1f578594986780B25440D567128', + [ChainId.MATIC]: '0x67F95211bD71a9D4d39A61d13a151b73347f5208', }, billType: 'reserve', billVersion: BillVersion.V2, @@ -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, diff --git a/src/constants/tokens.ts b/src/constants/tokens.ts index c8ec7d76..79534247 100644 --- a/src/constants/tokens.ts +++ b/src/constants/tokens.ts @@ -753,7 +753,7 @@ const tokens: Record = { active: true, }, fxa3a: { - symbol: 'A3A', + symbol: 'fxA3A', address: { [ChainId.MATIC]: '0x58c7B2828e7F2B2CaA0cC7fEef242fA3196d03df', }, @@ -3952,7 +3952,7 @@ const tokens: Record = { }, }, fxa3aUsdc_QS: { - symbol: 'A3A-USDC', + symbol: 'fxA3A-USDC', address: { [ChainId.MATIC]: '0x89470e8D8bB8655a94678d801e0089c4646f5E84', },