@eth-optimism/tokenlist 10.0.98 → 10.0.99
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 +3 -0
- 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-a16999c5.d.ts → optimism.tokenlist-693f1b2e.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
|
@@ -24,6 +24,7 @@ For right now, each OP Chain has their own review process. So, if you are adding
|
|
|
24
24
|
- If you're adding a token to `Base` (e.g. `base` [mainnet] or `base-sepolia` [testnet]), 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) to avoid having a token address that may conflict with a different token on Optimism.
|
|
25
25
|
- 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.
|
|
26
26
|
- If you are adding a token to `Mode`: please use the [`mode` label](https://github.com/ethereum-optimism/ethereum-optimism.github.io/labels/mode).
|
|
27
|
+
- If you are adding a token to `Lisk` (e.g. `lisk` [mainnet] or `lisk-sepolia` [testnet]): please use the [`lisk` label](https://github.com/ethereum-optimism/ethereum-optimism.github.io/labels/lisk) and add [@shuse2](https://github.com/shuse2) as a reviewer.
|
|
27
28
|
|
|
28
29
|
### Automated checks
|
|
29
30
|
|
|
@@ -115,6 +116,8 @@ We currently accept tokens on the following chains:
|
|
|
115
116
|
- `optimism-sepolia`
|
|
116
117
|
- `mode`
|
|
117
118
|
- `pgn`
|
|
119
|
+
- `lisk`
|
|
120
|
+
- `lisk-sepolia`
|
|
118
121
|
|
|
119
122
|
#### Non-bridgable tokens
|
|
120
123
|
|
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-07-
|
|
44
|
+
var timestamp = "2024-07-19T20:24:02.323Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -8848,7 +8848,7 @@ var tokens = [
|
|
|
8848
8848
|
var version = {
|
|
8849
8849
|
major: 10,
|
|
8850
8850
|
minor: 0,
|
|
8851
|
-
patch:
|
|
8851
|
+
patch: 99
|
|
8852
8852
|
};
|
|
8853
8853
|
var optimism_tokenlist_default = {
|
|
8854
8854
|
name,
|