@eth-optimism/tokenlist 8.3.90 → 8.3.91

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -20,7 +20,7 @@ Please note that by adding a token to the list we aren’t making any claims abo
20
20
  - [Tokens that modify balances without emitting a Transfer event](https://github.com/d-xo/weird-erc20#balance-modifications-outside-of-transfers-rebasingairdrops)
21
21
 
22
22
  ### Base tokens
23
- For right now, `Base` tokens go through a separate review process. So, if you are adding tokens across both `Optimism` and `Base`, please separate this pull request into separate pull requests for each chain, in order to streamline the review process. If you are adding a token to a `Base` chain (e.g. `base-goerli`) please add [@roberto-bayardo](https://github.com/roberto-bayardo) as a reviewer as they are the point of contact for `Base` tokens and must approve all `Base` tokens before they are merged.
23
+ For right now, `Base` tokens go through a separate review process. So, if you are adding tokens across both `Optimism` and `Base`, please separate this pull request into separate pull requests for each chain, in order to streamline the review process. If you are adding a token to a `Base` chain (e.g. `base` [mainnet] or `base-goerli` [testnet]) please add [@roberto-bayardo](https://github.com/roberto-bayardo) as a reviewer as they are the point of contact for `Base` tokens and must approve all `Base` tokens before they are merged.
24
24
 
25
25
  ### Automated checks
26
26
 
@@ -91,8 +91,11 @@ Add a file to your folder called `data.json` with the following format:
91
91
  "optimism-goerli": {
92
92
  "address": "0x6789678967896789678967896789678967896789"
93
93
  },
94
- "base-goerli": {
94
+ "base": {
95
95
  "address": "0x7890789078907890789078907890789078907890"
96
+ },
97
+ "base-goerli": {
98
+ "address": "0x1011121011121011121011121011121011121011"
96
99
  }
97
100
  }
98
101
  }
@@ -104,6 +107,7 @@ We currently accept tokens on the following chains:
104
107
  - `ethereum`
105
108
  - `optimism`
106
109
  - `goerli`
110
+ - `base`
107
111
  - `base-goerli`
108
112
  - `optimism-goerli`
109
113
 
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { l as list } from './optimism.tokenlist-c15f3577.js';
1
+ import { l as list } from './optimism.tokenlist-bd6bcfb6.js';
2
2
 
3
3
 
4
4
 
package/dist/index.js CHANGED
@@ -41,7 +41,7 @@ var keywords = [
41
41
  "layer2",
42
42
  "infrastructure"
43
43
  ];
44
- var timestamp = "2023-07-19T17:24:37.730Z";
44
+ var timestamp = "2023-07-19T18:45:34.847Z";
45
45
  var tokens = [
46
46
  {
47
47
  chainId: 1,
@@ -517,6 +517,44 @@ var tokens = [
517
517
  opTokenId: "cbETH"
518
518
  }
519
519
  },
520
+ {
521
+ chainId: 1,
522
+ address: "0xC4C2614E694cF534D407Ee49F8E44D125E4681c4",
523
+ name: "Chain Games",
524
+ symbol: "CHAIN",
525
+ decimals: 18,
526
+ logoURI: "https://ethereum-optimism.github.io/data/CHAIN/logo.svg",
527
+ extensions: {
528
+ opListId: "extended",
529
+ opTokenId: "CHAIN"
530
+ }
531
+ },
532
+ {
533
+ chainId: 5,
534
+ address: "0x76EBA9F21d659Fc15D5f33a1a0C7f9088D0FBd28",
535
+ name: "Chain Games",
536
+ symbol: "CHAIN",
537
+ decimals: 18,
538
+ logoURI: "https://ethereum-optimism.github.io/data/CHAIN/logo.svg",
539
+ extensions: {
540
+ baseBridgeAddress: "0xfa6d8ee5be770f84fc001d098c4bd604fe01284a",
541
+ opListId: "extended",
542
+ opTokenId: "CHAIN"
543
+ }
544
+ },
545
+ {
546
+ chainId: 84531,
547
+ address: "0x52b7D8851d6CcBC6342ba0855Be65f7B82A3F17f",
548
+ name: "Chain Games",
549
+ symbol: "CHAIN",
550
+ decimals: 18,
551
+ logoURI: "https://ethereum-optimism.github.io/data/CHAIN/logo.svg",
552
+ extensions: {
553
+ baseBridgeAddress: "0x4200000000000000000000000000000000000010",
554
+ opListId: "extended",
555
+ opTokenId: "CHAIN"
556
+ }
557
+ },
520
558
  {
521
559
  chainId: 1,
522
560
  address: "0xfc2189D367d8d3D7CCA1aF43ff6169197DC7351e",
@@ -4041,7 +4079,7 @@ var tokens = [
4041
4079
  var version = {
4042
4080
  major: 8,
4043
4081
  minor: 3,
4044
- patch: 90
4082
+ patch: 91
4045
4083
  };
4046
4084
  var optimism_tokenlist_default = {
4047
4085
  name,