@eth-optimism/tokenlist 10.0.20 → 10.0.22
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 +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +28 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-b6c288b6.d.ts → optimism.tokenlist-c982ca94.d.ts} +28 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +28 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +28 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,8 +21,8 @@ Please note that by adding a token to the list we aren’t making any claims abo
|
|
|
21
21
|
|
|
22
22
|
### Specifying chains
|
|
23
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
|
|
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)
|
|
24
|
+
- If you're adding a token to `Base` (e.g. `base` [mainnet] or `base-sepolia` [testnet]) please tag [@cfluke-cb](https://github.com/cfluke-cb), [taycaldwell](https://github.com/taycaldwell) and [wbnns](https://github.com/wbnns) in the PR message. They are the points of contact for `Base` tokens and one of them must ACK/approve in order to be merged.
|
|
25
|
+
- **Note:** 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.
|
|
26
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
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).
|
|
28
28
|
|
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-04-
|
|
44
|
+
var timestamp = "2024-04-19T21:09:11.538Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -3579,6 +3579,32 @@ var tokens = [
|
|
|
3579
3579
|
opTokenId: "OP"
|
|
3580
3580
|
}
|
|
3581
3581
|
},
|
|
3582
|
+
{
|
|
3583
|
+
chainId: 1,
|
|
3584
|
+
address: "0xc28eb2250d1AE32c7E74CFb6d6b86afC9BEb6509",
|
|
3585
|
+
name: "Open Ecosystem Token",
|
|
3586
|
+
symbol: "OPN",
|
|
3587
|
+
decimals: 18,
|
|
3588
|
+
logoURI: "https://ethereum-optimism.github.io/data/OPN/logo.svg",
|
|
3589
|
+
extensions: {
|
|
3590
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3591
|
+
opListId: "extended",
|
|
3592
|
+
opTokenId: "OPN"
|
|
3593
|
+
}
|
|
3594
|
+
},
|
|
3595
|
+
{
|
|
3596
|
+
chainId: 8453,
|
|
3597
|
+
address: "0x9A6d24c02eC35ad970287eE8296D4D6552a31DbE",
|
|
3598
|
+
name: "Open Ecosystem Token",
|
|
3599
|
+
symbol: "OPN",
|
|
3600
|
+
decimals: 18,
|
|
3601
|
+
logoURI: "https://ethereum-optimism.github.io/data/OPN/logo.svg",
|
|
3602
|
+
extensions: {
|
|
3603
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3604
|
+
opListId: "extended",
|
|
3605
|
+
opTokenId: "OPN"
|
|
3606
|
+
}
|
|
3607
|
+
},
|
|
3582
3608
|
{
|
|
3583
3609
|
chainId: 1,
|
|
3584
3610
|
address: "0x6100dd79fCAA88420750DceE3F735d168aBcB771",
|
|
@@ -6445,7 +6471,7 @@ var tokens = [
|
|
|
6445
6471
|
var version = {
|
|
6446
6472
|
major: 10,
|
|
6447
6473
|
minor: 0,
|
|
6448
|
-
patch:
|
|
6474
|
+
patch: 22
|
|
6449
6475
|
};
|
|
6450
6476
|
var optimism_tokenlist_default = {
|
|
6451
6477
|
name,
|