@eth-optimism/tokenlist 7.3.46 → 7.3.48
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +15 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +15 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-cb558f3d.d.ts → optimism.tokenlist-923e3ea7.d.ts} +15 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +15 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +15 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -49,7 +49,7 @@ npx tsx ./bin/cli.ts validate --datadir ./data --tokens <data folder name (e.g.
|
|
|
49
49
|
```
|
|
50
50
|
### Final approval
|
|
51
51
|
|
|
52
|
-
All PRs are subject to a light-weight final approval, even if not marked as `requires manual review`. If you are adding a token to a `Base` chain (e.g. `base-goerli`) please add [@roberto-bayardo](https://github.com/roberto-bayardo) as
|
|
52
|
+
All PRs are subject to a light-weight final approval, even if not marked as `requires manual review`. If you are adding a token to a `Base` chain (e.g. `base-goerli`) please add a comment to your PR and tag [@roberto-bayardo](https://github.com/roberto-bayardo) as they are the point of contact for Base tokens.
|
|
53
53
|
|
|
54
54
|
## Adding a token to the list
|
|
55
55
|
|
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 = "2023-05-
|
|
44
|
+
var timestamp = "2023-05-23T16:42:55.411Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -545,6 +545,19 @@ var tokens = [
|
|
|
545
545
|
opTokenId: "COMP"
|
|
546
546
|
}
|
|
547
547
|
},
|
|
548
|
+
{
|
|
549
|
+
chainId: 84531,
|
|
550
|
+
address: "0xA29b548056c3fD0f68BAd9d4829EC4E66f22f796",
|
|
551
|
+
name: "Compound",
|
|
552
|
+
symbol: "COMP",
|
|
553
|
+
decimals: 18,
|
|
554
|
+
logoURI: "https://ethereum-optimism.github.io/data/COMP/logo.svg",
|
|
555
|
+
extensions: {
|
|
556
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
557
|
+
opListId: "extended",
|
|
558
|
+
opTokenId: "COMP"
|
|
559
|
+
}
|
|
560
|
+
},
|
|
548
561
|
{
|
|
549
562
|
chainId: 1,
|
|
550
563
|
address: "0xD533a949740bb3306d119CC777fa900bA034cd52",
|
|
@@ -3416,7 +3429,7 @@ var tokens = [
|
|
|
3416
3429
|
var version = {
|
|
3417
3430
|
major: 7,
|
|
3418
3431
|
minor: 3,
|
|
3419
|
-
patch:
|
|
3432
|
+
patch: 48
|
|
3420
3433
|
};
|
|
3421
3434
|
var optimism_tokenlist_default = {
|
|
3422
3435
|
name,
|