@eth-optimism/tokenlist 8.3.115 → 8.3.117
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 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +50 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +50 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-934e2dbe.d.ts → optimism.tokenlist-a8f8cfcf.d.ts} +50 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +50 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +50 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,6 +22,8 @@ Please note that by adding a token to the list we aren’t making any claims abo
|
|
|
22
22
|
### Base tokens
|
|
23
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
|
+
Instead of using the predeploy token factory on Base, we recommend you use the token factory at this [alternate address](https://github.cbhq.net/protocols/base-web) for the time being to avoid having a token address that may conflict with a different token on Optimism.
|
|
26
|
+
|
|
25
27
|
### Automated checks
|
|
26
28
|
|
|
27
29
|
Our CI performs a series of automated checks on every PR.
|
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-08-
|
|
44
|
+
var timestamp = "2023-08-14T04:48:22.813Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -3525,6 +3525,54 @@ var tokens = [
|
|
|
3525
3525
|
opTokenId: "T"
|
|
3526
3526
|
}
|
|
3527
3527
|
},
|
|
3528
|
+
{
|
|
3529
|
+
chainId: 1,
|
|
3530
|
+
address: "0x18084fbA666a33d37592fA2633fD49a74DD93a88",
|
|
3531
|
+
name: "tBTC v2",
|
|
3532
|
+
symbol: "tBTC",
|
|
3533
|
+
decimals: 18,
|
|
3534
|
+
logoURI: "https://ethereum-optimism.github.io/data/tBTC/logo.svg",
|
|
3535
|
+
extensions: {
|
|
3536
|
+
opListId: "extended",
|
|
3537
|
+
opTokenId: "tBTC"
|
|
3538
|
+
}
|
|
3539
|
+
},
|
|
3540
|
+
{
|
|
3541
|
+
chainId: 5,
|
|
3542
|
+
address: "0x679874fBE6D4E7Cc54A59e315FF1eB266686a937",
|
|
3543
|
+
name: "tBTC v2",
|
|
3544
|
+
symbol: "tBTC",
|
|
3545
|
+
decimals: 18,
|
|
3546
|
+
logoURI: "https://ethereum-optimism.github.io/data/tBTC/logo.svg",
|
|
3547
|
+
extensions: {
|
|
3548
|
+
opListId: "extended",
|
|
3549
|
+
opTokenId: "tBTC"
|
|
3550
|
+
}
|
|
3551
|
+
},
|
|
3552
|
+
{
|
|
3553
|
+
chainId: 8453,
|
|
3554
|
+
address: "0x236aa50979D5f3De3Bd1Eeb40E81137F22ab794b",
|
|
3555
|
+
name: "Base tBTC v2",
|
|
3556
|
+
symbol: "tBTC",
|
|
3557
|
+
decimals: 18,
|
|
3558
|
+
logoURI: "https://ethereum-optimism.github.io/data/tBTC/logo.svg",
|
|
3559
|
+
extensions: {
|
|
3560
|
+
opListId: "extended",
|
|
3561
|
+
opTokenId: "tBTC"
|
|
3562
|
+
}
|
|
3563
|
+
},
|
|
3564
|
+
{
|
|
3565
|
+
chainId: 84531,
|
|
3566
|
+
address: "0x783349cd20f26CE12e747b1a17bC38D252c9e119",
|
|
3567
|
+
name: "Base tBTC v2",
|
|
3568
|
+
symbol: "tBTC",
|
|
3569
|
+
decimals: 18,
|
|
3570
|
+
logoURI: "https://ethereum-optimism.github.io/data/tBTC/logo.svg",
|
|
3571
|
+
extensions: {
|
|
3572
|
+
opListId: "extended",
|
|
3573
|
+
opTokenId: "tBTC"
|
|
3574
|
+
}
|
|
3575
|
+
},
|
|
3528
3576
|
{
|
|
3529
3577
|
chainId: 1,
|
|
3530
3578
|
address: "0x8947da500Eb47F82df21143D0C01A29862a8C3c5",
|
|
@@ -4551,7 +4599,7 @@ var tokens = [
|
|
|
4551
4599
|
var version = {
|
|
4552
4600
|
major: 8,
|
|
4553
4601
|
minor: 3,
|
|
4554
|
-
patch:
|
|
4602
|
+
patch: 117
|
|
4555
4603
|
};
|
|
4556
4604
|
var optimism_tokenlist_default = {
|
|
4557
4605
|
name,
|