@eth-optimism/tokenlist 8.3.176 → 8.3.177
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 +30 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +30 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-1b0e1c7b.d.ts → optimism.tokenlist-a66fcb21.d.ts} +30 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +30 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +30 -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-10-
|
|
9
|
+
var timestamp = "2023-10-23T22:52:57.825Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -508,6 +508,34 @@ var tokens = [
|
|
|
508
508
|
opTokenId: "BOND"
|
|
509
509
|
}
|
|
510
510
|
},
|
|
511
|
+
{
|
|
512
|
+
chainId: 1,
|
|
513
|
+
address: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
514
|
+
name: "USD Coin",
|
|
515
|
+
symbol: "USDC",
|
|
516
|
+
decimals: 6,
|
|
517
|
+
logoURI: "https://ethereum-optimism.github.io/data/BridgedUSDC/logo.png",
|
|
518
|
+
extensions: {
|
|
519
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
520
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
521
|
+
opListId: "extended",
|
|
522
|
+
opTokenId: "BridgedUSDC"
|
|
523
|
+
}
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
chainId: 5,
|
|
527
|
+
address: "0x07865c6E87B9F70255377e024ace6630C1Eaa37F",
|
|
528
|
+
name: "USD Coin",
|
|
529
|
+
symbol: "USDC",
|
|
530
|
+
decimals: 6,
|
|
531
|
+
logoURI: "https://ethereum-optimism.github.io/data/BridgedUSDC/logo.png",
|
|
532
|
+
extensions: {
|
|
533
|
+
baseBridgeAddress: "0xfa6d8ee5be770f84fc001d098c4bd604fe01284a",
|
|
534
|
+
optimismBridgeAddress: "0x636Af16bf2f682dD3109e60102b8E1A089FedAa8",
|
|
535
|
+
opListId: "extended",
|
|
536
|
+
opTokenId: "BridgedUSDC"
|
|
537
|
+
}
|
|
538
|
+
},
|
|
511
539
|
{
|
|
512
540
|
chainId: 8453,
|
|
513
541
|
address: "0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA",
|
|
@@ -5969,7 +5997,7 @@ var tokens = [
|
|
|
5969
5997
|
var version = {
|
|
5970
5998
|
major: 8,
|
|
5971
5999
|
minor: 3,
|
|
5972
|
-
patch:
|
|
6000
|
+
patch: 177
|
|
5973
6001
|
};
|
|
5974
6002
|
var optimism_tokenlist_default = {
|
|
5975
6003
|
name,
|