@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
package/dist/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2023-04-14T15:
|
|
25
|
+
var timestamp = "2023-04-14T15:44:37.315Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -2561,6 +2561,28 @@ var tokens = [
|
|
|
2561
2561
|
optimismBridgeAddress: "0x8E01013243a96601a86eb3153F0d9Fa4fbFb6957"
|
|
2562
2562
|
}
|
|
2563
2563
|
},
|
|
2564
|
+
{
|
|
2565
|
+
chainId: 1,
|
|
2566
|
+
address: "0xD38e031f4529a07996aaB977d2B79f0e00656C56",
|
|
2567
|
+
name: "wTBT Pool",
|
|
2568
|
+
symbol: "wTBT",
|
|
2569
|
+
decimals: 18,
|
|
2570
|
+
logoURI: "https://ethereum-optimism.github.io/data/wTBT/logo.svg",
|
|
2571
|
+
extensions: {
|
|
2572
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1"
|
|
2573
|
+
}
|
|
2574
|
+
},
|
|
2575
|
+
{
|
|
2576
|
+
chainId: 10,
|
|
2577
|
+
address: "0xdb4eA87fF83eB1c80b8976FC47731Da6a31D35e5",
|
|
2578
|
+
name: "wTBT(Bridge Token)",
|
|
2579
|
+
symbol: "wTBT",
|
|
2580
|
+
decimals: 18,
|
|
2581
|
+
logoURI: "https://ethereum-optimism.github.io/data/wTBT/logo.svg",
|
|
2582
|
+
extensions: {
|
|
2583
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010"
|
|
2584
|
+
}
|
|
2585
|
+
},
|
|
2564
2586
|
{
|
|
2565
2587
|
chainId: 1,
|
|
2566
2588
|
address: "0xB4272071eCAdd69d933AdcD19cA99fe80664fc08",
|
|
@@ -2631,7 +2653,7 @@ var tokens = [
|
|
|
2631
2653
|
var version = {
|
|
2632
2654
|
major: 7,
|
|
2633
2655
|
minor: 3,
|
|
2634
|
-
patch:
|
|
2656
|
+
patch: 33
|
|
2635
2657
|
};
|
|
2636
2658
|
var optimism_tokenlist_default = {
|
|
2637
2659
|
name,
|