@eth-optimism/tokenlist 9.0.48 → 9.0.49
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 +6 -4
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-638162ef.d.ts → optimism.tokenlist-41f5b995.d.ts} +2 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +2 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +2 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,10 +19,12 @@ Please note that by adding a token to the list we aren’t making any claims abo
|
|
|
19
19
|
- [Fee on transfer tokens](https://github.com/d-xo/weird-erc20#fee-on-transfer)
|
|
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
|
-
###
|
|
23
|
-
For right now,
|
|
24
|
-
|
|
25
|
-
Instead of using the predeploy token factory on Base, we recommend you use the token factory [listed here](https://docs.base.org/base-contracts/#l2-contract-addresses) for the time being to avoid having a token address that may conflict with a different token on Optimism.
|
|
22
|
+
### Specifying chains
|
|
23
|
+
For right now, each OP Chain has their own review process. So, if you are adding tokens across multiple chains, please separate your pull request so that you have one PR for each chain, in order to streamline the review process.
|
|
24
|
+
- 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.
|
|
25
|
+
- Instead of using the predeploy token factory on Base, we recommend you use the token factory [listed here](https://docs.base.org/base-contracts/#l2-contract-addresses) for the time being to avoid having a token address that may conflict with a different token on Optimism.
|
|
26
|
+
- If you are adding a token to `Zora`: please use the [`zora` label](https://github.com/ethereum-optimism/ethereum-optimism.github.io/labels/zora) and add [@tbtstl](https://github.com/tbtstl) as a reviewer.
|
|
27
|
+
- If you are adding a token to `Mode`: please use the [`mode` label](https://github.com/ethereum-optimism/ethereum-optimism.github.io/labels/mode).
|
|
26
28
|
|
|
27
29
|
### Automated checks
|
|
28
30
|
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -41,7 +41,7 @@ var keywords = [
|
|
|
41
41
|
"layer2",
|
|
42
42
|
"infrastructure"
|
|
43
43
|
];
|
|
44
|
-
var timestamp = "2024-03-
|
|
44
|
+
var timestamp = "2024-03-08T21:32:02.972Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -7207,7 +7207,7 @@ var tokens = [
|
|
|
7207
7207
|
var version = {
|
|
7208
7208
|
major: 9,
|
|
7209
7209
|
minor: 0,
|
|
7210
|
-
patch:
|
|
7210
|
+
patch: 49
|
|
7211
7211
|
};
|
|
7212
7212
|
var optimism_tokenlist_default = {
|
|
7213
7213
|
name,
|