@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.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-04-14T15:
|
|
44
|
+
var timestamp = "2023-04-14T15:44:37.315Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -2580,6 +2580,28 @@ var tokens = [
|
|
|
2580
2580
|
optimismBridgeAddress: "0x8E01013243a96601a86eb3153F0d9Fa4fbFb6957"
|
|
2581
2581
|
}
|
|
2582
2582
|
},
|
|
2583
|
+
{
|
|
2584
|
+
chainId: 1,
|
|
2585
|
+
address: "0xD38e031f4529a07996aaB977d2B79f0e00656C56",
|
|
2586
|
+
name: "wTBT Pool",
|
|
2587
|
+
symbol: "wTBT",
|
|
2588
|
+
decimals: 18,
|
|
2589
|
+
logoURI: "https://ethereum-optimism.github.io/data/wTBT/logo.svg",
|
|
2590
|
+
extensions: {
|
|
2591
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1"
|
|
2592
|
+
}
|
|
2593
|
+
},
|
|
2594
|
+
{
|
|
2595
|
+
chainId: 10,
|
|
2596
|
+
address: "0xdb4eA87fF83eB1c80b8976FC47731Da6a31D35e5",
|
|
2597
|
+
name: "wTBT(Bridge Token)",
|
|
2598
|
+
symbol: "wTBT",
|
|
2599
|
+
decimals: 18,
|
|
2600
|
+
logoURI: "https://ethereum-optimism.github.io/data/wTBT/logo.svg",
|
|
2601
|
+
extensions: {
|
|
2602
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010"
|
|
2603
|
+
}
|
|
2604
|
+
},
|
|
2583
2605
|
{
|
|
2584
2606
|
chainId: 1,
|
|
2585
2607
|
address: "0xB4272071eCAdd69d933AdcD19cA99fe80664fc08",
|
|
@@ -2650,7 +2672,7 @@ var tokens = [
|
|
|
2650
2672
|
var version = {
|
|
2651
2673
|
major: 7,
|
|
2652
2674
|
minor: 3,
|
|
2653
|
-
patch:
|
|
2675
|
+
patch: 33
|
|
2654
2676
|
};
|
|
2655
2677
|
var optimism_tokenlist_default = {
|
|
2656
2678
|
name,
|