@eth-optimism/tokenlist 10.0.1 → 10.0.2
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 +14 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +14 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-188d1e2a.d.ts → optimism.tokenlist-f2fbb5c7.d.ts} +14 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +14 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +14 -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 = "2024-03-
|
|
25
|
+
var timestamp = "2024-03-19T15:19:51.412Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -4884,6 +4884,18 @@ var tokens = [
|
|
|
4884
4884
|
opTokenId: "USDC"
|
|
4885
4885
|
}
|
|
4886
4886
|
},
|
|
4887
|
+
{
|
|
4888
|
+
chainId: 34443,
|
|
4889
|
+
address: "0xd988097fb8612cc24eeC14542bC03424c656005f",
|
|
4890
|
+
name: "USD Coin",
|
|
4891
|
+
symbol: "USDC",
|
|
4892
|
+
decimals: 6,
|
|
4893
|
+
logoURI: "https://ethereum-optimism.github.io/data/USDC/logo.png",
|
|
4894
|
+
extensions: {
|
|
4895
|
+
opListId: "default",
|
|
4896
|
+
opTokenId: "USDC"
|
|
4897
|
+
}
|
|
4898
|
+
},
|
|
4887
4899
|
{
|
|
4888
4900
|
chainId: 1,
|
|
4889
4901
|
address: "0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6",
|
|
@@ -5646,7 +5658,7 @@ var tokens = [
|
|
|
5646
5658
|
var version = {
|
|
5647
5659
|
major: 10,
|
|
5648
5660
|
minor: 0,
|
|
5649
|
-
patch:
|
|
5661
|
+
patch: 2
|
|
5650
5662
|
};
|
|
5651
5663
|
var optimism_tokenlist_default = {
|
|
5652
5664
|
name,
|