@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.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 = "2024-03-
|
|
44
|
+
var timestamp = "2024-03-19T15:19:51.412Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -4903,6 +4903,18 @@ var tokens = [
|
|
|
4903
4903
|
opTokenId: "USDC"
|
|
4904
4904
|
}
|
|
4905
4905
|
},
|
|
4906
|
+
{
|
|
4907
|
+
chainId: 34443,
|
|
4908
|
+
address: "0xd988097fb8612cc24eeC14542bC03424c656005f",
|
|
4909
|
+
name: "USD Coin",
|
|
4910
|
+
symbol: "USDC",
|
|
4911
|
+
decimals: 6,
|
|
4912
|
+
logoURI: "https://ethereum-optimism.github.io/data/USDC/logo.png",
|
|
4913
|
+
extensions: {
|
|
4914
|
+
opListId: "default",
|
|
4915
|
+
opTokenId: "USDC"
|
|
4916
|
+
}
|
|
4917
|
+
},
|
|
4906
4918
|
{
|
|
4907
4919
|
chainId: 1,
|
|
4908
4920
|
address: "0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6",
|
|
@@ -5665,7 +5677,7 @@ var tokens = [
|
|
|
5665
5677
|
var version = {
|
|
5666
5678
|
major: 10,
|
|
5667
5679
|
minor: 0,
|
|
5668
|
-
patch:
|
|
5680
|
+
patch: 2
|
|
5669
5681
|
};
|
|
5670
5682
|
var optimism_tokenlist_default = {
|
|
5671
5683
|
name,
|