@eth-optimism/tokenlist 7.3.32 → 7.3.33
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/dist/index.d.ts +1 -1
- package/dist/index.js +24 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +24 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-8252295b.d.ts → optimism.tokenlist-303367a1.d.ts} +24 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +24 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +24 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2023-04-14T15:
|
|
9
|
+
var timestamp = "2023-04-14T15:44:37.315Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -2545,6 +2545,28 @@ var tokens = [
|
|
|
2545
2545
|
optimismBridgeAddress: "0x8E01013243a96601a86eb3153F0d9Fa4fbFb6957"
|
|
2546
2546
|
}
|
|
2547
2547
|
},
|
|
2548
|
+
{
|
|
2549
|
+
chainId: 1,
|
|
2550
|
+
address: "0xD38e031f4529a07996aaB977d2B79f0e00656C56",
|
|
2551
|
+
name: "wTBT Pool",
|
|
2552
|
+
symbol: "wTBT",
|
|
2553
|
+
decimals: 18,
|
|
2554
|
+
logoURI: "https://ethereum-optimism.github.io/data/wTBT/logo.svg",
|
|
2555
|
+
extensions: {
|
|
2556
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1"
|
|
2557
|
+
}
|
|
2558
|
+
},
|
|
2559
|
+
{
|
|
2560
|
+
chainId: 10,
|
|
2561
|
+
address: "0xdb4eA87fF83eB1c80b8976FC47731Da6a31D35e5",
|
|
2562
|
+
name: "wTBT(Bridge Token)",
|
|
2563
|
+
symbol: "wTBT",
|
|
2564
|
+
decimals: 18,
|
|
2565
|
+
logoURI: "https://ethereum-optimism.github.io/data/wTBT/logo.svg",
|
|
2566
|
+
extensions: {
|
|
2567
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010"
|
|
2568
|
+
}
|
|
2569
|
+
},
|
|
2548
2570
|
{
|
|
2549
2571
|
chainId: 1,
|
|
2550
2572
|
address: "0xB4272071eCAdd69d933AdcD19cA99fe80664fc08",
|
|
@@ -2615,7 +2637,7 @@ var tokens = [
|
|
|
2615
2637
|
var version = {
|
|
2616
2638
|
major: 7,
|
|
2617
2639
|
minor: 3,
|
|
2618
|
-
patch:
|
|
2640
|
+
patch: 33
|
|
2619
2641
|
};
|
|
2620
2642
|
var optimism_tokenlist_default = {
|
|
2621
2643
|
name,
|