Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(unlock-app): Deploy subscription #14067

Merged
merged 11 commits into from
Jun 19, 2024
16 changes: 8 additions & 8 deletions packages/networks/src/networks/arbitrum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ export const arbitrum: NetworkConfig = {
swapPurchaser: '0xE1a7Ec44fB4c5c88ebB3744A9Ba2A3cCA879A47d',
tokens: [
{
address: '0x82aF49447D8a07e3bd95BD0d56f35241523fBab1',
decimals: 18,
address: '0xaf88d065e77c8cC2239327C5EDb3A432268e5831',
decimals: 6,
featured: true,
name: 'Wrapped Ether',
symbol: 'WETH',
name: 'USD Coin',
symbol: 'USDC',
},
{
address: '0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8',
Expand All @@ -113,11 +113,11 @@ export const arbitrum: NetworkConfig = {
symbol: 'USDC',
},
{
address: '0xaf88d065e77c8cC2239327C5EDb3A432268e5831',
decimals: 6,
address: '0x82aF49447D8a07e3bd95BD0d56f35241523fBab1',
decimals: 18,
featured: true,
name: 'USD Coin',
symbol: 'USDC',
name: 'Wrapped Ether',
symbol: 'WETH',
},
{
address: '0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9',
Expand Down
14 changes: 7 additions & 7 deletions packages/networks/src/networks/avalanche.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@ export const avalanche: NetworkConfig = {
},
swapPurchaser: '0xc9F29DdBD4D828cFb2EB491E9d48013a9c0E3C89',
tokens: [
{
address: '0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E',
decimals: 6,
featured: true,
name: 'USD Coin',
symbol: 'USDC',
},
{
address: '0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB',
decimals: 18,
Expand All @@ -92,13 +99,6 @@ export const avalanche: NetworkConfig = {
name: 'USD Coin',
symbol: 'USDC.e',
},
{
address: '0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E',
decimals: 6,
featured: true,
name: 'USD Coin',
symbol: 'USDC',
},
{
address: '0xc7198437980c041c805A1EDcbA50c1Ce5db95118',
decimals: 6,
Expand Down
14 changes: 7 additions & 7 deletions packages/networks/src/networks/base-sepolia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ export const baseSepolia: NetworkConfig = {
},
swapPurchaser: '',
tokens: [
{
address: '0x036CbD53842c5426634e7929541eC2318f3dCF7e',
decimals: 6,
featured: true,
name: 'USDC',
symbol: 'USDC',
},
{
address: '0x4200000000000000000000000000000000000006',
decimals: 18,
Expand All @@ -73,13 +80,6 @@ export const baseSepolia: NetworkConfig = {
name: 'Wrapped Ether',
symbol: 'WETH',
},
{
address: '0x036CbD53842c5426634e7929541eC2318f3dCF7e',
decimals: 6,
featured: true,
name: 'USDC',
symbol: 'USDC',
},
],
unlockAddress: '0x259813B665C8f6074391028ef782e27B65840d89',
unlockDaoToken: {
Expand Down
14 changes: 7 additions & 7 deletions packages/networks/src/networks/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,13 @@ export const base: NetworkConfig = {
},
swapPurchaser: '0x36b34e10295cCE69B652eEB5a8046041074515Da',
tokens: [
{
address: '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913',
decimals: 6,
featured: true,
name: 'USD Coin',
symbol: 'USDC',
},
{
address: '0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb',
decimals: 18,
Expand All @@ -119,13 +126,6 @@ export const base: NetworkConfig = {
name: 'USD Base Coin',
symbol: 'USDbC',
},
{
address: '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913',
decimals: 6,
featured: true,
name: 'USD Coin',
symbol: 'USDC',
},
{
address: '0x4200000000000000000000000000000000000006',
decimals: 18,
Expand Down
12 changes: 6 additions & 6 deletions packages/networks/src/networks/bsc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,18 +112,18 @@ export const bsc: NetworkConfig = {

tokens: [
{
address: '0x2170Ed0880ac9A755fd29B2688956BD959F933F8',
address: '0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d',
decimals: 18,
featured: true,
name: 'Ethereum Token',
symbol: 'ETH',
name: 'USD Coin',
symbol: 'USDC',
},
{
address: '0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d',
address: '0x2170Ed0880ac9A755fd29B2688956BD959F933F8',
decimals: 18,
featured: true,
name: 'USD Coin',
symbol: 'USDC',
name: 'Ethereum Token',
symbol: 'ETH',
},
{
address: '0x55d398326f99059fF775485246999027B3197955',
Expand Down
14 changes: 7 additions & 7 deletions packages/networks/src/networks/linea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@ export const linea: NetworkConfig = {
studioName: 'unlock-protocol-linea',
},
tokens: [
{
address: '0x176211869cA2b568f2A7D4EE941E073a821EE1ff',
decimals: 6,
featured: true,
name: 'USDC',
symbol: 'USDC',
},
{
address: '0xe5D7C2a44FfDDf6b295A15c148167daaAf5Cf34f',
decimals: 18,
Expand All @@ -103,13 +110,6 @@ export const linea: NetworkConfig = {
name: 'Tether USD',
symbol: 'USDT',
},
{
address: '0x176211869cA2b568f2A7D4EE941E073a821EE1ff',
decimals: 6,
featured: true,
name: 'USDC',
symbol: 'USDC',
},
{
address: '0x3aAB2285ddcDdaD8edf438C1bAB47e1a9D05a9b4',
decimals: 8,
Expand Down
14 changes: 7 additions & 7 deletions packages/networks/src/networks/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ export const mainnet: NetworkConfig = {
studioName: 'unlock-protocol-mainnet',
},
tokens: [
{
address: '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48',
decimals: 6,
featured: true,
name: 'USD Coin',
symbol: 'USDC',
},
{
address: '0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2',
decimals: 18,
Expand All @@ -89,13 +96,6 @@ export const mainnet: NetworkConfig = {
name: 'Dai Stablecoin',
symbol: 'DAI',
},
{
address: '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48',
decimals: 6,
featured: true,
name: 'USD Coin',
symbol: 'USDC',
},
{
address: '0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0',
decimals: 18,
Expand Down
6 changes: 3 additions & 3 deletions packages/networks/src/networks/optimism.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,15 @@ export const optimism: NetworkConfig = {
swapPurchaser: '0x1bd356194d97297F77e081fFFAB97b57297E93e4',
tokens: [
{
address: '0x7F5c764cBc14f9669B88837ca1490cCa17c31607',
address: '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85',
decimals: 6,
featured: true,
name: 'USD Coin',
symbol: 'USDC',
},
{
address: '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85',
address: '0x7F5c764cBc14f9669B88837ca1490cCa17c31607',
decimals: 6,
featured: true,
name: 'USD Coin',
symbol: 'USDC',
},
Expand Down
26 changes: 13 additions & 13 deletions packages/networks/src/networks/polygon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,19 @@ export const polygon: NetworkConfig = {
},
swapPurchaser: '0x144C1ae588e3A67Db02D1f3C43671eB246b2f13b',
tokens: [
{
address: '0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359',
decimals: 6,
featured: true,
name: 'USD Coin',
symbol: 'USDC',
},
{
address: '0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174',
decimals: 6,
name: 'USD Coin (PoS)',
symbol: 'USDC',
},
{
address: '0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619',
decimals: 18,
Expand All @@ -119,26 +132,13 @@ export const polygon: NetworkConfig = {
name: '(PoS) Tether USD',
symbol: 'USDT',
},
{
address: '0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359',
decimals: 6,
featured: true,
name: 'USD Coin',
symbol: 'USDC',
},
{
address: '0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6',
decimals: 8,
featured: true,
name: '(PoS) Wrapped BTC',
symbol: 'WBTC',
},
{
address: '0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174',
decimals: 6,
name: 'USD Coin (PoS)',
symbol: 'USDC',
},
{
address: '0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270',
decimals: 18,
Expand Down
15 changes: 8 additions & 7 deletions packages/networks/src/networks/scroll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ export const scroll: NetworkConfig = {
studioName: 'unlock-protocol-scroll',
},
tokens: [
{
address: '0x06eFdBFf2a14a7c8E15944D1F4A48F9F95F663A4',
decimals: 6,
featured: true,
name: 'USD Coin',
symbol: 'USDC',
},
{
address: '0x5300000000000000000000000000000000000004',
decimals: 18,
Expand All @@ -54,13 +61,7 @@ export const scroll: NetworkConfig = {
name: 'Dai Stablecoin',
symbol: 'DAI',
},
{
address: '0x06eFdBFf2a14a7c8E15944D1F4A48F9F95F663A4',
decimals: 6,
featured: true,
name: 'USD Coin',
symbol: 'USDC',
},

{
address: '0xf55BEC9cafDbE8730f096Aa55dad6D22d44099Df',
decimals: 6,
Expand Down
14 changes: 7 additions & 7 deletions packages/networks/src/networks/sepolia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,13 @@ export const sepolia: NetworkConfig = {
},
swapPurchaser: '0x692EFe2b44a531013A558E595C5dCf37DB2e4B94',
tokens: [
{
address: '0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238',
decimals: 6,
featured: true,
name: 'USDC',
symbol: 'USDC',
},
{
address: '0x7b79995e5f793A07Bc00c21412e50Ecae098E7f9',
decimals: 18,
Expand All @@ -112,13 +119,6 @@ export const sepolia: NetworkConfig = {
name: 'Wrapped Ether',
symbol: 'WETH',
},
{
address: '0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238',
decimals: 6,
featured: true,
name: 'USDC',
symbol: 'USDC',
},
{
address: '0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984',
decimals: 18,
Expand Down
12 changes: 6 additions & 6 deletions packages/networks/src/networks/zkevm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@ export const zkevm: NetworkConfig = {
studioName: 'unlock-protocol-zkevm',
},
tokens: [
{
address: '0x37eAA0eF3549a5Bb7D431be78a3D99BD360d19e5',
decimals: 6,
name: 'USD Coin',
symbol: 'USDC',
},
{
address: '0x4F9A0e7FD2Bf6067db6994CF12E4495Df938E6e9',
decimals: 18,
featured: true,
name: 'Wrapped Ether',
symbol: 'WETH',
},
{
address: '0x37eAA0eF3549a5Bb7D431be78a3D99BD360d19e5',
decimals: 6,
name: 'USD Coin',
symbol: 'USDC',
},
{
address: '0x1E4a5963aBFD975d8c9021ce480b42188849D41d',
decimals: 6,
Expand Down
13 changes: 6 additions & 7 deletions packages/networks/src/networks/zksync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ export const zksync: NetworkConfig = {
studioName: 'unlock-protocol-zksync',
},
tokens: [
{
address: '0x3355df6D4c9C3035724Fd0e3914dE96A5a83aaf4',
decimals: 6,
name: 'USD Coin',
symbol: 'USDC',
},
{
address: '0x000000000000000000000000000000000000800A',
decimals: 18,
Expand All @@ -57,19 +63,12 @@ export const zksync: NetworkConfig = {
name: 'Dai Stablecoin',
symbol: 'DAI',
},

{
address: '0x493257fD37EDB34451f62EDf8D2a0C418852bA4C',
decimals: 6,
name: 'Tether USD',
symbol: 'USDT',
},
{
address: '0x3355df6D4c9C3035724Fd0e3914dE96A5a83aaf4',
decimals: 6,
name: 'USD Coin',
symbol: 'USDC',
},
{
address: '0xBBeB516fb02a01611cBBE0453Fe3c580D7281011',
decimals: 8,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading